Shades of Zest #C77744
Tints of Zest #C77744
RGB
CMYK
RGB Variations
Color information
#C77744 (or 0xC77744) is known color: Zest. HEX triplet: C7, 77 and 44. RGB value is (199,119,68). Sum of RGB (Red+Green+Blue) = 199+119+68=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C77744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77744 is #3888BB. Grayscale: #898989. Windows color (decimal): -3705020 or 4487111. OLE color: 4487111.
HSL color Cylindrical-coordinate representation of color #C77744: hue angle of 23.36º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C77744 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 119 | 68 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.22 |
| HSL | 23.36º | 0.54% | 0.52% | - |
| HSV(B) | 23.36º | 0.66% | 0.78% | - |
| XYZ | 31.19 | 25.75 | 8.8 | - |
| YUV | 137.11 | 89 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 119 | 68 | 0 | 0.40 | 0.66 | 0.22 | 23.36 | 0.54 | 0.52 |
| Hex | C7 | 77 | 44 | 0 | 28 | 42 | 16 | 17 | 36 | 34 |
| Octal | 307 | 167 | 104 | 0 | 50 | 102 | 26 | 27 | 66 | 64 |
| Binary | 11000111 | 1110111 | 1000100 | 0 | 101000 | 1000010 | 10110 | 10111 | 110110 | 110100 |
Color Harmonies of #C77744
Complementary color
Monochromatic Colors of #C77744
Black with #C77744
Text Example
Text Example
White with #C77744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77744; }
p { color: rgb(199,119,68); }
H1.HeaderClassName
{
color: #C77744;
}
.AnyTagClassName
{
color: #C77744;
}
</style>
background-color css
<style>
a { background-color: #C77744; }
a { background-color: rgb(199,119,68); }
div.DivClassName
{
background-color: #C77744;
}
.BgClassName
{
background-color: #C77744;
}
</style>
border-color css
<style>
span { border-color: #C77744; }
span { border-color: rgb(199,119,68); }
td.TdClassName
{
border-color: #C77744;
}
.TagClassName
{
border-color: #C77744;
}
</style>