Shades of Zest #C77734
Tints of Zest #C77734
RGB
CMYK
RGB Variations
Color information
#C77734 (or 0xC77734) is known color: Zest. HEX triplet: C7, 77 and 34. RGB value is (199,119,52). Sum of RGB (Red+Green+Blue) = 199+119+52=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C77734 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77734 is #3888CB. Grayscale: #878787. Windows color (decimal): -3705036 or 3438535. OLE color: 3438535.
HSL color Cylindrical-coordinate representation of color #C77734: hue angle of 27.35º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C77734 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 119 | 52 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.22 |
| HSL | 27.35º | 0.59% | 0.49% | - |
| HSV(B) | 27.35º | 0.74% | 0.78% | - |
| XYZ | 30.77 | 25.58 | 6.57 | - |
| YUV | 135.28 | 81 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 119 | 52 | 0 | 0.40 | 0.74 | 0.22 | 27.35 | 0.59 | 0.49 |
| Hex | C7 | 77 | 34 | 0 | 28 | 4A | 16 | 1B | 3B | 31 |
| Octal | 307 | 167 | 64 | 0 | 50 | 112 | 26 | 33 | 73 | 61 |
| Binary | 11000111 | 1110111 | 110100 | 0 | 101000 | 1001010 | 10110 | 11011 | 111011 | 110001 |
Color Harmonies of #C77734
Complementary color
Monochromatic Colors of #C77734
Black with #C77734
Text Example
Text Example
White with #C77734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77734; }
p { color: rgb(199,119,52); }
H1.HeaderClassName
{
color: #C77734;
}
.AnyTagClassName
{
color: #C77734;
}
</style>
background-color css
<style>
a { background-color: #C77734; }
a { background-color: rgb(199,119,52); }
div.DivClassName
{
background-color: #C77734;
}
.BgClassName
{
background-color: #C77734;
}
</style>
border-color css
<style>
span { border-color: #C77734; }
span { border-color: rgb(199,119,52); }
td.TdClassName
{
border-color: #C77734;
}
.TagClassName
{
border-color: #C77734;
}
</style>