Shades of Ochre #CC7710
Tints of Ochre #CC7710
RGB
CMYK
RGB Variations
Color information
#CC7710 (or 0xCC7710) is known color: Ochre. HEX triplet: CC, 77 and 10. RGB value is (204,119,16). Sum of RGB (Red+Green+Blue) = 204+119+16=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7710 is #3388EF. Grayscale: #858585. Windows color (decimal): -3377392 or 1079244. OLE color: 1079244.
HSL color Cylindrical-coordinate representation of color #CC7710: hue angle of 32.87º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC7710 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 16 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.2 |
| HSL | 32.87º | 0.85% | 0.43% | - |
| HSV(B) | 32.87º | 0.92% | 0.8% | - |
| XYZ | 31.59 | 26.07 | 3.86 | - |
| YUV | 132.67 | 62.16 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 16 | 0 | 0.42 | 0.92 | 0.2 | 32.87 | 0.85 | 0.43 |
| Hex | CC | 77 | 10 | 0 | 2A | 5C | 14 | 21 | 55 | 2B |
| Octal | 314 | 167 | 20 | 0 | 52 | 134 | 24 | 41 | 125 | 53 |
| Binary | 11001100 | 1110111 | 10000 | 0 | 101010 | 1011100 | 10100 | 100001 | 1010101 | 101011 |
Color Harmonies of #CC7710
Complementary color
Monochromatic Colors of #CC7710
Black with #CC7710
Text Example
Text Example
White with #CC7710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7710; }
p { color: rgb(204,119,16); }
H1.HeaderClassName
{
color: #CC7710;
}
.AnyTagClassName
{
color: #CC7710;
}
</style>
background-color css
<style>
a { background-color: #CC7710; }
a { background-color: rgb(204,119,16); }
div.DivClassName
{
background-color: #CC7710;
}
.BgClassName
{
background-color: #CC7710;
}
</style>
border-color css
<style>
span { border-color: #CC7710; }
span { border-color: rgb(204,119,16); }
td.TdClassName
{
border-color: #CC7710;
}
.TagClassName
{
border-color: #CC7710;
}
</style>