Shades of Ochre #CC770B
Tints of Ochre #CC770B
RGB
CMYK
RGB Variations
Color information
#CC770B (or 0xCC770B) is known color: Ochre. HEX triplet: CC, 77 and 0B. RGB value is (204,119,11). Sum of RGB (Red+Green+Blue) = 204+119+11=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC770B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC770B is #3388F4. Grayscale: #848484. Windows color (decimal): -3377397 or 751564. OLE color: 751564.
HSL color Cylindrical-coordinate representation of color #CC770B: hue angle of 33.58º degrees, saturation: 0.9, 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 #CC770B is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 11 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.2 |
| HSL | 33.58º | 0.9% | 0.42% | - |
| HSV(B) | 33.58º | 0.95% | 0.8% | - |
| XYZ | 31.56 | 26.06 | 3.68 | - |
| YUV | 132.1 | 59.66 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 11 | 0 | 0.42 | 0.95 | 0.2 | 33.58 | 0.9 | 0.42 |
| Hex | CC | 77 | B | 0 | 2A | 5F | 14 | 22 | 5A | 2A |
| Octal | 314 | 167 | 13 | 0 | 52 | 137 | 24 | 42 | 132 | 52 |
| Binary | 11001100 | 1110111 | 1011 | 0 | 101010 | 1011111 | 10100 | 100010 | 1011010 | 101010 |
Color Harmonies of #CC770B
Complementary color
Monochromatic Colors of #CC770B
Black with #CC770B
Text Example
Text Example
White with #CC770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC770B; }
p { color: rgb(204,119,11); }
H1.HeaderClassName
{
color: #CC770B;
}
.AnyTagClassName
{
color: #CC770B;
}
</style>
background-color css
<style>
a { background-color: #CC770B; }
a { background-color: rgb(204,119,11); }
div.DivClassName
{
background-color: #CC770B;
}
.BgClassName
{
background-color: #CC770B;
}
</style>
border-color css
<style>
span { border-color: #CC770B; }
span { border-color: rgb(204,119,11); }
td.TdClassName
{
border-color: #CC770B;
}
.TagClassName
{
border-color: #CC770B;
}
</style>