Shades of Ochre #CC770C
Tints of Ochre #CC770C
RGB
CMYK
RGB Variations
Color information
#CC770C (or 0xCC770C) is known color: Ochre. HEX triplet: CC, 77 and 0C. RGB value is (204,119,12). Sum of RGB (Red+Green+Blue) = 204+119+12=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC770C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC770C is #3388F3. Grayscale: #848484. Windows color (decimal): -3377396 or 817100. OLE color: 817100.
HSL color Cylindrical-coordinate representation of color #CC770C: hue angle of 33.44º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC770C is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 12 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.2 |
| HSL | 33.44º | 0.89% | 0.42% | - |
| HSV(B) | 33.44º | 0.94% | 0.8% | - |
| XYZ | 31.57 | 26.06 | 3.71 | - |
| YUV | 132.22 | 60.16 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 12 | 0 | 0.42 | 0.94 | 0.2 | 33.44 | 0.89 | 0.42 |
| Hex | CC | 77 | C | 0 | 2A | 5E | 14 | 21 | 59 | 2A |
| Octal | 314 | 167 | 14 | 0 | 52 | 136 | 24 | 41 | 131 | 52 |
| Binary | 11001100 | 1110111 | 1100 | 0 | 101010 | 1011110 | 10100 | 100001 | 1011001 | 101010 |
Color Harmonies of #CC770C
Complementary color
Monochromatic Colors of #CC770C
Black with #CC770C
Text Example
Text Example
White with #CC770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC770C; }
p { color: rgb(204,119,12); }
H1.HeaderClassName
{
color: #CC770C;
}
.AnyTagClassName
{
color: #CC770C;
}
</style>
background-color css
<style>
a { background-color: #CC770C; }
a { background-color: rgb(204,119,12); }
div.DivClassName
{
background-color: #CC770C;
}
.BgClassName
{
background-color: #CC770C;
}
</style>
border-color css
<style>
span { border-color: #CC770C; }
span { border-color: rgb(204,119,12); }
td.TdClassName
{
border-color: #CC770C;
}
.TagClassName
{
border-color: #CC770C;
}
</style>