Shades of Zest #C7773C
Tints of Zest #C7773C
RGB
CMYK
RGB Variations
Color information
#C7773C (or 0xC7773C) is known color: Zest. HEX triplet: C7, 77 and 3C. RGB value is (199,119,60). Sum of RGB (Red+Green+Blue) = 199+119+60=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7773C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7773C is #3888C3. Grayscale: #888888. Windows color (decimal): -3705028 or 3962823. OLE color: 3962823.
HSL color Cylindrical-coordinate representation of color #C7773C: hue angle of 25.47º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7773C is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 119 | 60 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.22 |
| HSL | 25.47º | 0.55% | 0.51% | - |
| HSV(B) | 25.47º | 0.7% | 0.78% | - |
| XYZ | 30.97 | 25.66 | 7.6 | - |
| YUV | 136.19 | 85 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 119 | 60 | 0 | 0.40 | 0.70 | 0.22 | 25.47 | 0.55 | 0.51 |
| Hex | C7 | 77 | 3C | 0 | 28 | 46 | 16 | 19 | 37 | 33 |
| Octal | 307 | 167 | 74 | 0 | 50 | 106 | 26 | 31 | 67 | 63 |
| Binary | 11000111 | 1110111 | 111100 | 0 | 101000 | 1000110 | 10110 | 11001 | 110111 | 110011 |
Color Harmonies of #C7773C
Complementary color
Monochromatic Colors of #C7773C
Black with #C7773C
Text Example
Text Example
White with #C7773C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7773C; }
p { color: rgb(199,119,60); }
H1.HeaderClassName
{
color: #C7773C;
}
.AnyTagClassName
{
color: #C7773C;
}
</style>
background-color css
<style>
a { background-color: #C7773C; }
a { background-color: rgb(199,119,60); }
div.DivClassName
{
background-color: #C7773C;
}
.BgClassName
{
background-color: #C7773C;
}
</style>
border-color css
<style>
span { border-color: #C7773C; }
span { border-color: rgb(199,119,60); }
td.TdClassName
{
border-color: #C7773C;
}
.TagClassName
{
border-color: #C7773C;
}
</style>