Shades of Ochre #C7760B
Tints of Ochre #C7760B
RGB
CMYK
RGB Variations
Color information
#C7760B (or 0xC7760B) is known color: Ochre. HEX triplet: C7, 76 and 0B. RGB value is (199,118,11). Sum of RGB (Red+Green+Blue) = 199+118+11=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C7760B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7760B is #3889F4. Grayscale: #828282. Windows color (decimal): -3705333 or 751303. OLE color: 751303.
HSL color Cylindrical-coordinate representation of color #C7760B: hue angle of 34.15º 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 #C7760B is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 11 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.22 |
| HSL | 34.15º | 0.9% | 0.41% | - |
| HSV(B) | 34.15º | 0.94% | 0.78% | - |
| XYZ | 30.09 | 25.12 | 3.58 | - |
| YUV | 130.02 | 60.84 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 11 | 0 | 0.41 | 0.94 | 0.22 | 34.15 | 0.9 | 0.41 |
| Hex | C7 | 76 | B | 0 | 29 | 5E | 16 | 22 | 5A | 29 |
| Octal | 307 | 166 | 13 | 0 | 51 | 136 | 26 | 42 | 132 | 51 |
| Binary | 11000111 | 1110110 | 1011 | 0 | 101001 | 1011110 | 10110 | 100010 | 1011010 | 101001 |
Color Harmonies of #C7760B
Complementary color
Monochromatic Colors of #C7760B
Black with #C7760B
Text Example
Text Example
White with #C7760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7760B; }
p { color: rgb(199,118,11); }
H1.HeaderClassName
{
color: #C7760B;
}
.AnyTagClassName
{
color: #C7760B;
}
</style>
background-color css
<style>
a { background-color: #C7760B; }
a { background-color: rgb(199,118,11); }
div.DivClassName
{
background-color: #C7760B;
}
.BgClassName
{
background-color: #C7760B;
}
</style>
border-color css
<style>
span { border-color: #C7760B; }
span { border-color: rgb(199,118,11); }
td.TdClassName
{
border-color: #C7760B;
}
.TagClassName
{
border-color: #C7760B;
}
</style>