Color spaces of #76808c
RGB | 118 | 128 | 140 |
---|---|---|---|
HSL | 0.59 | 0.09 | 0.51 |
HSV | 213° | 16° | 55° |
CMYK | 0.16 | 0.09 | 0.00 0.45 |
XYZ | 19.9240 | 21.1833 | 27.8496 |
Yxy | 21.1833 | 0.2889 | 0.3072 |
Hunter Lab | 46.0253 | -3.2731 | -3.6582 |
CIE-Lab | 53.1495 | -1.0403 | -7.7316 |
#76808c color RGB value is (118,128,140).
#76808c hex color red value is 118, green value is 128 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #76808c hue: 0.59 , saturation: 0.09 and the lightness value of 76808c is 0.51.
The process color (four color CMYK) of #76808c color hex is 0.16, 0.09, 0.00, 0.45. Web safe color of #76808c is #669999. Color #76808c contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 10000000 | 10001100 |
Octal | 166 | 200 | 214 |
Decimal | 118 | 128 | 140 |
Hex | 76 | 80 | 8C |
Shades of #76808c
Tints of #76808c
RGB Percentages of Color #76808c
CMYK Percentages of Color #76808c
Complementary Color
#76808c | #8c8276 |
#76808c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#76808c Color Preview on White Background
Lorem ipsum dolor sit amet.
#76808c Color CSS Codes
.mybgcolor {background-color:#76808c; } .myforecolor {color:#76808c; } .mybordercolor {border:3px solid #76808c; }
#76808c Text Font Color
<p style="color:#76808c">Text here</p>
This sample text font color is #76808c
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.
#76808c Background Color
<div style="background-color:#76808c">
Div content here</div>
This div background color is #76808c
#76808c Border Color
<div style="border:3px solid #76808c">
Div here</div>
This div border color is #76808c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,128,140, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #76808c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76808c; -webkit-box-shadow: 1px 1px 3px 2px #76808c; box-shadow: 1px 1px 3px 2px #76808c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,128,140, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #76808c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #76808c; -webkit-box-shadow: 1px 1px 3px 2px #76808c; box-shadow: 1px 1px 3px 2px #76808c;">
Div content here</div>
This div box has shadow with color #76808c
Comments
No comments written yet.
Please login to write comment.