Shades of Ochre #CC770A
Tints of Ochre #CC770A
RGB
CMYK
RGB Variations
Color information
#CC770A (or 0xCC770A) is known color: Ochre. HEX triplet: CC, 77 and 0A. RGB value is (204,119,10). Sum of RGB (Red+Green+Blue) = 204+119+10=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC770A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC770A is #3388F5. Grayscale: #848484. Windows color (decimal): -3377398 or 686028. OLE color: 686028.
HSL color Cylindrical-coordinate representation of color #CC770A: hue angle of 33.71º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC770A is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 10 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.2 |
| HSL | 33.71º | 0.91% | 0.42% | - |
| HSV(B) | 33.71º | 0.95% | 0.8% | - |
| XYZ | 31.55 | 26.05 | 3.65 | - |
| YUV | 131.99 | 59.16 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 10 | 0 | 0.42 | 0.95 | 0.2 | 33.71 | 0.91 | 0.42 |
| Hex | CC | 77 | A | 0 | 2A | 5F | 14 | 22 | 5B | 2A |
| Octal | 314 | 167 | 12 | 0 | 52 | 137 | 24 | 42 | 133 | 52 |
| Binary | 11001100 | 1110111 | 1010 | 0 | 101010 | 1011111 | 10100 | 100010 | 1011011 | 101010 |
Color Harmonies of #CC770A
Complementary color
Monochromatic Colors of #CC770A
Black with #CC770A
Text Example
Text Example
White with #CC770A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC770A; }
p { color: rgb(204,119,10); }
H1.HeaderClassName
{
color: #CC770A;
}
.AnyTagClassName
{
color: #CC770A;
}
</style>
background-color css
<style>
a { background-color: #CC770A; }
a { background-color: rgb(204,119,10); }
div.DivClassName
{
background-color: #CC770A;
}
.BgClassName
{
background-color: #CC770A;
}
</style>
border-color css
<style>
span { border-color: #CC770A; }
span { border-color: rgb(204,119,10); }
td.TdClassName
{
border-color: #CC770A;
}
.TagClassName
{
border-color: #CC770A;
}
</style>