Color spaces of #cc774f
RGB | 204 | 119 | 79 |
---|---|---|---|
HSL | 0.05 | 0.55 | 0.55 |
HSV | 19° | 61° | 80° |
CMYK | 0.00 | 0.42 | 0.61 0.20 |
XYZ | 32.9099 | 26.5955 | 10.7960 |
Yxy | 26.5955 | 0.4681 | 0.3783 |
Hunter Lab | 51.5708 | 23.6608 | 23.6876 |
CIE-Lab | 58.5980 | 29.5583 | 36.0486 |
#cc774f color RGB value is (204,119,79).
#cc774f hex color red value is 204, green value is 119 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cc774f hue: 0.05 , saturation: 0.55 and the lightness value of cc774f is 0.55.
The process color (four color CMYK) of #cc774f color hex is 0.00, 0.42, 0.61, 0.20. Web safe color of #cc774f is #cc6666. Color #cc774f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 01110111 | 01001111 |
Octal | 314 | 167 | 117 |
Decimal | 204 | 119 | 79 |
Hex | CC | 77 | 4F |
Shades of #cc774f
Tints of #cc774f
RGB Percentages of Color #cc774f
CMYK Percentages of Color #cc774f
Complementary Color
#cc774f | #4fa4cc |
#cc774f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc774f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc774f Color CSS Codes
.mybgcolor {background-color:#cc774f; } .myforecolor {color:#cc774f; } .mybordercolor {border:3px solid #cc774f; }
#cc774f Text Font Color
<p style="color:#cc774f">Text here</p>
This sample text font color is #cc774f
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.
#cc774f Background Color
<div style="background-color:#cc774f">
Div content here</div>
This div background color is #cc774f
#cc774f Border Color
<div style="border:3px solid #cc774f">
Div here</div>
This div border color is #cc774f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,119,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc774f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc774f; -webkit-box-shadow: 1px 1px 3px 2px #cc774f; box-shadow: 1px 1px 3px 2px #cc774f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,119,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc774f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc774f; -webkit-box-shadow: 1px 1px 3px 2px #cc774f; box-shadow: 1px 1px 3px 2px #cc774f;">
Div content here</div>
This div box has shadow with color #cc774f
Comments
No comments written yet.
Please login to write comment.