Shades of Ochre #CC7A0A
Tints of Ochre #CC7A0A
RGB
CMYK
RGB Variations
Color information
#CC7A0A (or 0xCC7A0A) is known color: Ochre. HEX triplet: CC, 7A and 0A. RGB value is (204,122,10). Sum of RGB (Red+Green+Blue) = 204+122+10=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7A0A is #3385F5. Grayscale: #868686. Windows color (decimal): -3376630 or 686796. OLE color: 686796.
HSL color Cylindrical-coordinate representation of color #CC7A0A: hue angle of 34.64º 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 #CC7A0A is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 10 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.2 |
| HSL | 34.64º | 0.91% | 0.42% | - |
| HSV(B) | 34.64º | 0.95% | 0.8% | - |
| XYZ | 31.92 | 26.78 | 3.77 | - |
| YUV | 133.75 | 58.17 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 10 | 0 | 0.40 | 0.95 | 0.2 | 34.64 | 0.91 | 0.42 |
| Hex | CC | 7A | A | 0 | 28 | 5F | 14 | 23 | 5B | 2A |
| Octal | 314 | 172 | 12 | 0 | 50 | 137 | 24 | 43 | 133 | 52 |
| Binary | 11001100 | 1111010 | 1010 | 0 | 101000 | 1011111 | 10100 | 100011 | 1011011 | 101010 |
Color Harmonies of #CC7A0A
Complementary color
Monochromatic Colors of #CC7A0A
Black with #CC7A0A
Text Example
Text Example
White with #CC7A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A0A; }
p { color: rgb(204,122,10); }
H1.HeaderClassName
{
color: #CC7A0A;
}
.AnyTagClassName
{
color: #CC7A0A;
}
</style>
background-color css
<style>
a { background-color: #CC7A0A; }
a { background-color: rgb(204,122,10); }
div.DivClassName
{
background-color: #CC7A0A;
}
.BgClassName
{
background-color: #CC7A0A;
}
</style>
border-color css
<style>
span { border-color: #CC7A0A; }
span { border-color: rgb(204,122,10); }
td.TdClassName
{
border-color: #CC7A0A;
}
.TagClassName
{
border-color: #CC7A0A;
}
</style>