Shades of Ochre #C7700F
Tints of Ochre #C7700F
RGB
CMYK
RGB Variations
Color information
#C7700F (or 0xC7700F) is known color: Ochre. HEX triplet: C7, 70 and 0F. RGB value is (199,112,15). Sum of RGB (Red+Green+Blue) = 199+112+15=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C7700F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7700F is #388FF0. Grayscale: #7F7F7F. Windows color (decimal): -3706865 or 1011911. OLE color: 1011911.
HSL color Cylindrical-coordinate representation of color #C7700F: hue angle of 31.63º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7700F is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 15 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.22 |
| HSL | 31.63º | 0.86% | 0.42% | - |
| HSV(B) | 31.63º | 0.92% | 0.78% | - |
| XYZ | 29.43 | 23.76 | 3.49 | - |
| YUV | 126.96 | 64.82 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 15 | 0 | 0.44 | 0.92 | 0.22 | 31.63 | 0.86 | 0.42 |
| Hex | C7 | 70 | F | 0 | 2C | 5C | 16 | 20 | 56 | 2A |
| Octal | 307 | 160 | 17 | 0 | 54 | 134 | 26 | 40 | 126 | 52 |
| Binary | 11000111 | 1110000 | 1111 | 0 | 101100 | 1011100 | 10110 | 100000 | 1010110 | 101010 |
Color Harmonies of #C7700F
Complementary color
Monochromatic Colors of #C7700F
Black with #C7700F
Text Example
Text Example
White with #C7700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7700F; }
p { color: rgb(199,112,15); }
H1.HeaderClassName
{
color: #C7700F;
}
.AnyTagClassName
{
color: #C7700F;
}
</style>
background-color css
<style>
a { background-color: #C7700F; }
a { background-color: rgb(199,112,15); }
div.DivClassName
{
background-color: #C7700F;
}
.BgClassName
{
background-color: #C7700F;
}
</style>
border-color css
<style>
span { border-color: #C7700F; }
span { border-color: rgb(199,112,15); }
td.TdClassName
{
border-color: #C7700F;
}
.TagClassName
{
border-color: #C7700F;
}
</style>