Color spaces of #78767b
RGB | 120 | 118 | 123 |
---|---|---|---|
HSL | 0.73 | 0.02 | 0.47 |
HSV | 264° | 4° | 48° |
CMYK | 0.02 | 0.04 | 0.00 0.52 |
XYZ | 17.7993 | 18.3800 | 21.3485 |
Yxy | 18.3800 | 0.3094 | 0.3195 |
Hunter Lab | 42.8719 | -0.9173 | 0.4863 |
CIE-Lab | 49.9538 | 1.7771 | -2.4758 |
#78767b color RGB value is (120,118,123).
#78767b hex color red value is 120, green value is 118 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #78767b hue: 0.73 , saturation: 0.02 and the lightness value of 78767b is 0.47.
The process color (four color CMYK) of #78767b color hex is 0.02, 0.04, 0.00, 0.52. Web safe color of #78767b is #666666. Color #78767b contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 01110110 | 01111011 |
Octal | 170 | 166 | 173 |
Decimal | 120 | 118 | 123 |
Hex | 78 | 76 | 7B |
Shades of #78767b
Tints of #78767b
RGB Percentages of Color #78767b
CMYK Percentages of Color #78767b
Complementary Color
#78767b | #797b76 |
#78767b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#78767b Color Preview on White Background
Lorem ipsum dolor sit amet.
#78767b Color CSS Codes
.mybgcolor {background-color:#78767b; } .myforecolor {color:#78767b; } .mybordercolor {border:3px solid #78767b; }
#78767b Text Font Color
<p style="color:#78767b">Text here</p>
This sample text font color is #78767b
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.
#78767b Background Color
<div style="background-color:#78767b">
Div content here</div>
This div background color is #78767b
#78767b Border Color
<div style="border:3px solid #78767b">
Div here</div>
This div border color is #78767b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,118,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #78767b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #78767b; -webkit-box-shadow: 1px 1px 3px 2px #78767b; box-shadow: 1px 1px 3px 2px #78767b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,118,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #78767b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #78767b; -webkit-box-shadow: 1px 1px 3px 2px #78767b; box-shadow: 1px 1px 3px 2px #78767b;">
Div content here</div>
This div box has shadow with color #78767b
Comments
No comments written yet.
Please login to write comment.