Color spaces of #767036
RGB | 118 | 112 | 54 |
---|---|---|---|
HSL | 0.15 | 0.37 | 0.34 |
HSV | 54° | 54° | 46° |
CMYK | 0.00 | 0.05 | 0.54 0.54 |
XYZ | 13.9312 | 15.7062 | 5.7874 |
Yxy | 15.7062 | 0.3933 | 0.4434 |
Hunter Lab | 39.6310 | -6.6076 | 19.0835 |
CIE-Lab | 46.5866 | -6.1450 | 32.7103 |
#767036 color RGB value is (118,112,54).
#767036 hex color red value is 118, green value is 112 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #767036 hue: 0.15 , saturation: 0.37 and the lightness value of 767036 is 0.34.
The process color (four color CMYK) of #767036 color hex is 0.00, 0.05, 0.54, 0.54. Web safe color of #767036 is #666633. Color #767036 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 01110000 | 00110110 |
Octal | 166 | 160 | 66 |
Decimal | 118 | 112 | 54 |
Hex | 76 | 70 | 36 |
Shades of #767036
Tints of #767036
RGB Percentages of Color #767036
CMYK Percentages of Color #767036
Complementary Color
#767036 | #363c76 |
#767036 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#767036 Color Preview on White Background
Lorem ipsum dolor sit amet.
#767036 Color CSS Codes
.mybgcolor {background-color:#767036; } .myforecolor {color:#767036; } .mybordercolor {border:3px solid #767036; }
#767036 Text Font Color
<p style="color:#767036">Text here</p>
This sample text font color is #767036
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.
#767036 Background Color
<div style="background-color:#767036">
Div content here</div>
This div background color is #767036
#767036 Border Color
<div style="border:3px solid #767036">
Div here</div>
This div border color is #767036
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,112,54, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #767036; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #767036; -webkit-box-shadow: 1px 1px 3px 2px #767036; box-shadow: 1px 1px 3px 2px #767036; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,112,54, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #767036">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #767036; -webkit-box-shadow: 1px 1px 3px 2px #767036; box-shadow: 1px 1px 3px 2px #767036;">
Div content here</div>
This div box has shadow with color #767036
Comments
No comments written yet.
Please login to write comment.