Color spaces of #798585
RGB | 121 | 133 | 133 |
---|---|---|---|
HSL | 0.50 | 0.05 | 0.50 |
HSV | 180° | 9° | 52° |
CMYK | 0.09 | 0.00 | 0.00 0.48 |
XYZ | 20.5063 | 22.5335 | 25.4589 |
Yxy | 22.5335 | 0.2994 | 0.3290 |
Hunter Lab | 47.4695 | -5.9615 | 1.4301 |
CIE-Lab | 54.5885 | -4.3772 | -1.5086 |
#798585 color RGB value is (121,133,133).
#798585 hex color red value is 121, green value is 133 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #798585 hue: 0.50 , saturation: 0.05 and the lightness value of 798585 is 0.50.
The process color (four color CMYK) of #798585 color hex is 0.09, 0.00, 0.00, 0.48. Web safe color of #798585 is #669999. Color #798585 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 10000101 | 10000101 |
Octal | 171 | 205 | 205 |
Decimal | 121 | 133 | 133 |
Hex | 79 | 85 | 85 |
Shades of #798585
Tints of #798585
RGB Percentages of Color #798585
CMYK Percentages of Color #798585
Complementary Color
#798585 | #857979 |
#798585 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#798585 Color Preview on White Background
Lorem ipsum dolor sit amet.
#798585 Color CSS Codes
.mybgcolor {background-color:#798585; } .myforecolor {color:#798585; } .mybordercolor {border:3px solid #798585; }
#798585 Text Font Color
<p style="color:#798585">Text here</p>
This sample text font color is #798585
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#798585 Background Color
<div style="background-color:#798585">
Div content here</div>
This div background color is #798585
#798585 Border Color
<div style="border:3px solid #798585">
Div here</div>
This div border color is #798585
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,133,133, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #798585; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #798585; -webkit-box-shadow: 1px 1px 3px 2px #798585; box-shadow: 1px 1px 3px 2px #798585; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,133,133, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #798585">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #798585; -webkit-box-shadow: 1px 1px 3px 2px #798585; box-shadow: 1px 1px 3px 2px #798585;">
Div content here</div>
This div box has shadow with color #798585
#798585 Color Palettes
Comments
No comments written yet.
Please login to write comment.