Color spaces of #78818b
RGB | 120 | 129 | 139 |
---|---|---|---|
HSL | 0.59 | 0.08 | 0.51 |
HSV | 212° | 14° | 55° |
CMYK | 0.14 | 0.07 | 0.00 0.45 |
XYZ | 20.2562 | 21.5577 | 27.5195 |
Yxy | 21.5577 | 0.2922 | 0.3109 |
Hunter Lab | 46.4303 | -3.3785 | -2.6403 |
CIE-Lab | 53.5545 | -1.1444 | -6.5297 |
#78818b color RGB value is (120,129,139).
#78818b hex color red value is 120, green value is 129 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #78818b hue: 0.59 , saturation: 0.08 and the lightness value of 78818b is 0.51.
The process color (four color CMYK) of #78818b color hex is 0.14, 0.07, 0.00, 0.45. Web safe color of #78818b is #669999. Color #78818b contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 10000001 | 10001011 |
Octal | 170 | 201 | 213 |
Decimal | 120 | 129 | 139 |
Hex | 78 | 81 | 8B |
Shades of #78818b
Tints of #78818b
RGB Percentages of Color #78818b
CMYK Percentages of Color #78818b
Complementary Color
#78818b | #8b8278 |
#78818b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#78818b Color Preview on White Background
Lorem ipsum dolor sit amet.
#78818b Color CSS Codes
.mybgcolor {background-color:#78818b; } .myforecolor {color:#78818b; } .mybordercolor {border:3px solid #78818b; }
#78818b Text Font Color
<p style="color:#78818b">Text here</p>
This sample text font color is #78818b
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.
#78818b Background Color
<div style="background-color:#78818b">
Div content here</div>
This div background color is #78818b
#78818b Border Color
<div style="border:3px solid #78818b">
Div here</div>
This div border color is #78818b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,129,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #78818b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #78818b; -webkit-box-shadow: 1px 1px 3px 2px #78818b; box-shadow: 1px 1px 3px 2px #78818b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,129,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #78818b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #78818b; -webkit-box-shadow: 1px 1px 3px 2px #78818b; box-shadow: 1px 1px 3px 2px #78818b;">
Div content here</div>
This div box has shadow with color #78818b
#78818b Color Palettes
Comments
No comments written yet.
Please login to write comment.