Shades of Zest #CC7737
Tints of Zest #CC7737
RGB
CMYK
RGB Variations
Color information
#CC7737 (or 0xCC7737) is known color: Zest. HEX triplet: CC, 77 and 37. RGB value is (204,119,55). Sum of RGB (Red+Green+Blue) = 204+119+55=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 55 (21.88% from 255 or 14.55% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7737 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7737 is #3388C8. Grayscale: #898989. Windows color (decimal): -3377353 or 3635148. OLE color: 3635148.
HSL color Cylindrical-coordinate representation of color #CC7737: hue angle of 25.77º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC7737 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 55 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.2 |
| HSL | 25.77º | 0.59% | 0.51% | - |
| HSV(B) | 25.77º | 0.73% | 0.8% | - |
| XYZ | 32.19 | 26.31 | 7 | - |
| YUV | 137.12 | 81.66 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 55 | 0 | 0.42 | 0.73 | 0.2 | 25.77 | 0.59 | 0.51 |
| Hex | CC | 77 | 37 | 0 | 2A | 49 | 14 | 1A | 3B | 33 |
| Octal | 314 | 167 | 67 | 0 | 52 | 111 | 24 | 32 | 73 | 63 |
| Binary | 11001100 | 1110111 | 110111 | 0 | 101010 | 1001001 | 10100 | 11010 | 111011 | 110011 |
Color Harmonies of #CC7737
Complementary color
Monochromatic Colors of #CC7737
Black with #CC7737
Text Example
Text Example
White with #CC7737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7737; }
p { color: rgb(204,119,55); }
H1.HeaderClassName
{
color: #CC7737;
}
.AnyTagClassName
{
color: #CC7737;
}
</style>
background-color css
<style>
a { background-color: #CC7737; }
a { background-color: rgb(204,119,55); }
div.DivClassName
{
background-color: #CC7737;
}
.BgClassName
{
background-color: #CC7737;
}
</style>
border-color css
<style>
span { border-color: #CC7737; }
span { border-color: rgb(204,119,55); }
td.TdClassName
{
border-color: #CC7737;
}
.TagClassName
{
border-color: #CC7737;
}
</style>