Color spaces of #784f6b
RGB | 120 | 79 | 107 |
---|---|---|---|
HSL | 0.89 | 0.21 | 0.39 |
HSV | 319° | 34° | 47° |
CMYK | 0.00 | 0.34 | 0.11 0.53 |
XYZ | 13.1956 | 10.6466 | 15.2694 |
Yxy | 10.6466 | 0.3374 | 0.2722 |
Hunter Lab | 32.6291 | 15.0865 | -4.9055 |
CIE-Lab | 38.9788 | 21.9235 | -9.1174 |
#784f6b color RGB value is (120,79,107).
#784f6b hex color red value is 120, green value is 79 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #784f6b hue: 0.89 , saturation: 0.21 and the lightness value of 784f6b is 0.39.
The process color (four color CMYK) of #784f6b color hex is 0.00, 0.34, 0.11, 0.53. Web safe color of #784f6b is #666666. Color #784f6b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 01001111 | 01101011 |
Octal | 170 | 117 | 153 |
Decimal | 120 | 79 | 107 |
Hex | 78 | 4F | 6B |
Shades of #784f6b
Tints of #784f6b
RGB Percentages of Color #784f6b
CMYK Percentages of Color #784f6b
Complementary Color
#784f6b | #4f785c |
#784f6b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#784f6b Color Preview on White Background
Lorem ipsum dolor sit amet.
#784f6b Color CSS Codes
.mybgcolor {background-color:#784f6b; } .myforecolor {color:#784f6b; } .mybordercolor {border:3px solid #784f6b; }
#784f6b Text Font Color
<p style="color:#784f6b">Text here</p>
This sample text font color is #784f6b
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.
#784f6b Background Color
<div style="background-color:#784f6b">
Div content here</div>
This div background color is #784f6b
#784f6b Border Color
<div style="border:3px solid #784f6b">
Div here</div>
This div border color is #784f6b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,79,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #784f6b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #784f6b; -webkit-box-shadow: 1px 1px 3px 2px #784f6b; box-shadow: 1px 1px 3px 2px #784f6b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,79,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #784f6b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #784f6b; -webkit-box-shadow: 1px 1px 3px 2px #784f6b; box-shadow: 1px 1px 3px 2px #784f6b;">
Div content here</div>
This div box has shadow with color #784f6b
Comments
No comments written yet.
Please login to write comment.