Color spaces of #77231c
RGB | 119 | 35 | 28 |
---|---|---|---|
HSL | 0.01 | 0.62 | 0.29 |
HSV | 5° | 76° | 47° |
CMYK | 0.00 | 0.71 | 0.76 0.53 |
XYZ | 8.4184 | 5.2078 | 1.6601 |
Yxy | 5.2078 | 0.5507 | 0.3407 |
Hunter Lab | 22.8206 | 25.9116 | 11.6613 |
CIE-Lab | 27.3188 | 36.1591 | 25.0944 |
#77231c color RGB value is (119,35,28).
#77231c hex color red value is 119, green value is 35 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #77231c hue: 0.01 , saturation: 0.62 and the lightness value of 77231c is 0.29.
The process color (four color CMYK) of #77231c color hex is 0.00, 0.71, 0.76, 0.53. Web safe color of #77231c is #663333. Color #77231c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110111 | 00100011 | 00011100 |
Octal | 167 | 43 | 34 |
Decimal | 119 | 35 | 28 |
Hex | 77 | 23 | 1C |
Shades of #77231c
Tints of #77231c
RGB Percentages of Color #77231c
CMYK Percentages of Color #77231c
Complementary Color
#77231c | #1c7077 |
#77231c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#77231c Color Preview on White Background
Lorem ipsum dolor sit amet.
#77231c Color CSS Codes
.mybgcolor {background-color:#77231c; } .myforecolor {color:#77231c; } .mybordercolor {border:3px solid #77231c; }
#77231c Text Font Color
<p style="color:#77231c">Text here</p>
This sample text font color is #77231c
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.
#77231c Background Color
<div style="background-color:#77231c">
Div content here</div>
This div background color is #77231c
#77231c Border Color
<div style="border:3px solid #77231c">
Div here</div>
This div border color is #77231c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(119,35,28, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #77231c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #77231c; -webkit-box-shadow: 1px 1px 3px 2px #77231c; box-shadow: 1px 1px 3px 2px #77231c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(119,35,28, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #77231c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #77231c; -webkit-box-shadow: 1px 1px 3px 2px #77231c; box-shadow: 1px 1px 3px 2px #77231c;">
Div content here</div>
This div box has shadow with color #77231c
Comments
No comments written yet.
Please login to write comment.