Shades of Zest #C7763C
Tints of Zest #C7763C
RGB
CMYK
RGB Variations
Color information
#C7763C (or 0xC7763C) is known color: Zest. HEX triplet: C7, 76 and 3C. RGB value is (199,118,60). Sum of RGB (Red+Green+Blue) = 199+118+60=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C7763C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7763C is #3889C3. Grayscale: #878787. Windows color (decimal): -3705284 or 3962567. OLE color: 3962567.
HSL color Cylindrical-coordinate representation of color #C7763C: hue angle of 25.04º 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 #C7763C is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 60 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.22 |
| HSL | 25.04º | 0.55% | 0.51% | - |
| HSV(B) | 25.04º | 0.7% | 0.78% | - |
| XYZ | 30.85 | 25.43 | 7.56 | - |
| YUV | 135.61 | 85.34 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 60 | 0 | 0.41 | 0.70 | 0.22 | 25.04 | 0.55 | 0.51 |
| Hex | C7 | 76 | 3C | 0 | 29 | 46 | 16 | 19 | 37 | 33 |
| Octal | 307 | 166 | 74 | 0 | 51 | 106 | 26 | 31 | 67 | 63 |
| Binary | 11000111 | 1110110 | 111100 | 0 | 101001 | 1000110 | 10110 | 11001 | 110111 | 110011 |
Color Harmonies of #C7763C
Complementary color
Monochromatic Colors of #C7763C
Black with #C7763C
Text Example
Text Example
White with #C7763C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7763C; }
p { color: rgb(199,118,60); }
H1.HeaderClassName
{
color: #C7763C;
}
.AnyTagClassName
{
color: #C7763C;
}
</style>
background-color css
<style>
a { background-color: #C7763C; }
a { background-color: rgb(199,118,60); }
div.DivClassName
{
background-color: #C7763C;
}
.BgClassName
{
background-color: #C7763C;
}
</style>
border-color css
<style>
span { border-color: #C7763C; }
span { border-color: rgb(199,118,60); }
td.TdClassName
{
border-color: #C7763C;
}
.TagClassName
{
border-color: #C7763C;
}
</style>