Shades of Zest #C7763D
Tints of Zest #C7763D
RGB
CMYK
RGB Variations
Color information
#C7763D (or 0xC7763D) is known color: Zest. HEX triplet: C7, 76 and 3D. RGB value is (199,118,61). Sum of RGB (Red+Green+Blue) = 199+118+61=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7763D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7763D is #3889C2. Grayscale: #888888. Windows color (decimal): -3705283 or 4028103. OLE color: 4028103.
HSL color Cylindrical-coordinate representation of color #C7763D: hue angle of 24.78º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7763D is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 61 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.22 |
| HSL | 24.78º | 0.55% | 0.51% | - |
| HSV(B) | 24.78º | 0.69% | 0.78% | - |
| XYZ | 30.87 | 25.44 | 7.7 | - |
| YUV | 135.72 | 85.84 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 61 | 0 | 0.41 | 0.69 | 0.22 | 24.78 | 0.55 | 0.51 |
| Hex | C7 | 76 | 3D | 0 | 29 | 45 | 16 | 19 | 37 | 33 |
| Octal | 307 | 166 | 75 | 0 | 51 | 105 | 26 | 31 | 67 | 63 |
| Binary | 11000111 | 1110110 | 111101 | 0 | 101001 | 1000101 | 10110 | 11001 | 110111 | 110011 |
Color Harmonies of #C7763D
Complementary color
Monochromatic Colors of #C7763D
Black with #C7763D
Text Example
Text Example
White with #C7763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7763D; }
p { color: rgb(199,118,61); }
H1.HeaderClassName
{
color: #C7763D;
}
.AnyTagClassName
{
color: #C7763D;
}
</style>
background-color css
<style>
a { background-color: #C7763D; }
a { background-color: rgb(199,118,61); }
div.DivClassName
{
background-color: #C7763D;
}
.BgClassName
{
background-color: #C7763D;
}
</style>
border-color css
<style>
span { border-color: #C7763D; }
span { border-color: rgb(199,118,61); }
td.TdClassName
{
border-color: #C7763D;
}
.TagClassName
{
border-color: #C7763D;
}
</style>