Color spaces of #77764b
RGB | 119 | 118 | 75 |
---|---|---|---|
HSL | 0.16 | 0.23 | 0.38 |
HSV | 59° | 37° | 47° |
CMYK | 0.00 | 0.01 | 0.37 0.53 |
XYZ | 15.3562 | 17.3868 | 9.2032 |
Yxy | 17.3868 | 0.3661 | 0.4145 |
Hunter Lab | 41.6975 | -7.2332 | 16.1021 |
CIE-Lab | 48.7438 | -6.7444 | 23.8551 |
#77764b color RGB value is (119,118,75).
#77764b hex color red value is 119, green value is 118 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #77764b hue: 0.16 , saturation: 0.23 and the lightness value of 77764b is 0.38.
The process color (four color CMYK) of #77764b color hex is 0.00, 0.01, 0.37, 0.53. Web safe color of #77764b is #666633. Color #77764b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110111 | 01110110 | 01001011 |
Octal | 167 | 166 | 113 |
Decimal | 119 | 118 | 75 |
Hex | 77 | 76 | 4B |
Shades of #77764b
Tints of #77764b
RGB Percentages of Color #77764b
CMYK Percentages of Color #77764b
Complementary Color
#77764b | #4b4c77 |
#77764b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#77764b Color Preview on White Background
Lorem ipsum dolor sit amet.
#77764b Color CSS Codes
.mybgcolor {background-color:#77764b; } .myforecolor {color:#77764b; } .mybordercolor {border:3px solid #77764b; }
#77764b Text Font Color
<p style="color:#77764b">Text here</p>
This sample text font color is #77764b
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.
#77764b Background Color
<div style="background-color:#77764b">
Div content here</div>
This div background color is #77764b
#77764b Border Color
<div style="border:3px solid #77764b">
Div here</div>
This div border color is #77764b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(119,118,75, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #77764b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #77764b; -webkit-box-shadow: 1px 1px 3px 2px #77764b; box-shadow: 1px 1px 3px 2px #77764b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(119,118,75, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #77764b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #77764b; -webkit-box-shadow: 1px 1px 3px 2px #77764b; box-shadow: 1px 1px 3px 2px #77764b;">
Div content here</div>
This div box has shadow with color #77764b
Comments
No comments written yet.
Please login to write comment.