Color spaces of #767875
RGB | 118 | 120 | 117 |
---|---|---|---|
HSL | 0.28 | 0.01 | 0.46 |
HSV | 100° | 3° | 47° |
CMYK | 0.02 | 0.00 | 0.03 0.53 |
XYZ | 17.3986 | 18.5688 | 19.4968 |
Yxy | 18.5688 | 0.3137 | 0.3348 |
Hunter Lab | 43.0915 | -3.3392 | 3.3383 |
CIE-Lab | 50.1789 | -1.3559 | 1.3737 |
#767875 color RGB value is (118,120,117).
#767875 hex color red value is 118, green value is 120 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #767875 hue: 0.28 , saturation: 0.01 and the lightness value of 767875 is 0.46.
The process color (four color CMYK) of #767875 color hex is 0.02, 0.00, 0.03, 0.53. Web safe color of #767875 is #666666. Color #767875 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 01111000 | 01110101 |
Octal | 166 | 170 | 165 |
Decimal | 118 | 120 | 117 |
Hex | 76 | 78 | 75 |
Shades of #767875
Tints of #767875
RGB Percentages of Color #767875
CMYK Percentages of Color #767875
Complementary Color
#767875 | #777578 |
#767875 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#767875 Color Preview on White Background
Lorem ipsum dolor sit amet.
#767875 Color CSS Codes
.mybgcolor {background-color:#767875; } .myforecolor {color:#767875; } .mybordercolor {border:3px solid #767875; }
#767875 Text Font Color
<p style="color:#767875">Text here</p>
This sample text font color is #767875
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.
#767875 Background Color
<div style="background-color:#767875">
Div content here</div>
This div background color is #767875
#767875 Border Color
<div style="border:3px solid #767875">
Div here</div>
This div border color is #767875
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,120,117, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #767875; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #767875; -webkit-box-shadow: 1px 1px 3px 2px #767875; box-shadow: 1px 1px 3px 2px #767875; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,120,117, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #767875">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #767875; -webkit-box-shadow: 1px 1px 3px 2px #767875; box-shadow: 1px 1px 3px 2px #767875;">
Div content here</div>
This div box has shadow with color #767875
Comments
No comments written yet.
Please login to write comment.