Shades of Ochre #C7740B
Tints of Ochre #C7740B
RGB
CMYK
RGB Variations
Color information
#C7740B (or 0xC7740B) is known color: Ochre. HEX triplet: C7, 74 and 0B. RGB value is (199,116,11). Sum of RGB (Red+Green+Blue) = 199+116+11=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C7740B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7740B is #388BF4. Grayscale: #818181. Windows color (decimal): -3705845 or 750791. OLE color: 750791.
HSL color Cylindrical-coordinate representation of color #C7740B: hue angle of 33.51º 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 #C7740B is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 116 | 11 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.22 |
| HSL | 33.51º | 0.9% | 0.41% | - |
| HSV(B) | 33.51º | 0.94% | 0.78% | - |
| XYZ | 29.86 | 24.66 | 3.5 | - |
| YUV | 128.85 | 61.5 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 11 | 0 | 0.42 | 0.94 | 0.22 | 33.51 | 0.9 | 0.41 |
| Hex | C7 | 74 | B | 0 | 2A | 5E | 16 | 22 | 5A | 29 |
| Octal | 307 | 164 | 13 | 0 | 52 | 136 | 26 | 42 | 132 | 51 |
| Binary | 11000111 | 1110100 | 1011 | 0 | 101010 | 1011110 | 10110 | 100010 | 1011010 | 101001 |
Color Harmonies of #C7740B
Complementary color
Monochromatic Colors of #C7740B
Black with #C7740B
Text Example
Text Example
White with #C7740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7740B; }
p { color: rgb(199,116,11); }
H1.HeaderClassName
{
color: #C7740B;
}
.AnyTagClassName
{
color: #C7740B;
}
</style>
background-color css
<style>
a { background-color: #C7740B; }
a { background-color: rgb(199,116,11); }
div.DivClassName
{
background-color: #C7740B;
}
.BgClassName
{
background-color: #C7740B;
}
</style>
border-color css
<style>
span { border-color: #C7740B; }
span { border-color: rgb(199,116,11); }
td.TdClassName
{
border-color: #C7740B;
}
.TagClassName
{
border-color: #C7740B;
}
</style>