Shades of Ochre #C7700B
Tints of Ochre #C7700B
RGB
CMYK
RGB Variations
Color information
#C7700B (or 0xC7700B) is known color: Ochre. HEX triplet: C7, 70 and 0B. RGB value is (199,112,11). Sum of RGB (Red+Green+Blue) = 199+112+11=322 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.80% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 11 (4.69% from 255 or 3.42% from 322); Max value from RGB is 199 - color contains mainly: red. Hex color #C7700B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7700B is #388FF4. Grayscale: #7E7E7E. Windows color (decimal): -3706869 or 749767. OLE color: 749767.
HSL color Cylindrical-coordinate representation of color #C7700B: hue angle of 32.23º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7700B is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 11 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.22 |
| HSL | 32.23º | 0.9% | 0.41% | - |
| HSV(B) | 32.23º | 0.94% | 0.78% | - |
| XYZ | 29.41 | 23.75 | 3.35 | - |
| YUV | 126.5 | 62.82 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 11 | 0 | 0.44 | 0.94 | 0.22 | 32.23 | 0.9 | 0.41 |
| Hex | C7 | 70 | B | 0 | 2C | 5E | 16 | 20 | 5A | 29 |
| Octal | 307 | 160 | 13 | 0 | 54 | 136 | 26 | 40 | 132 | 51 |
| Binary | 11000111 | 1110000 | 1011 | 0 | 101100 | 1011110 | 10110 | 100000 | 1011010 | 101001 |
Color Harmonies of #C7700B
Complementary color
Monochromatic Colors of #C7700B
Black with #C7700B
Text Example
Text Example
White with #C7700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7700B; }
p { color: rgb(199,112,11); }
H1.HeaderClassName
{
color: #C7700B;
}
.AnyTagClassName
{
color: #C7700B;
}
</style>
background-color css
<style>
a { background-color: #C7700B; }
a { background-color: rgb(199,112,11); }
div.DivClassName
{
background-color: #C7700B;
}
.BgClassName
{
background-color: #C7700B;
}
</style>
border-color css
<style>
span { border-color: #C7700B; }
span { border-color: rgb(199,112,11); }
td.TdClassName
{
border-color: #C7700B;
}
.TagClassName
{
border-color: #C7700B;
}
</style>