Shades of Ochre #C77810
Tints of Ochre #C77810
RGB
CMYK
RGB Variations
Color information
#C77810 (or 0xC77810) is known color: Ochre. HEX triplet: C7, 78 and 10. RGB value is (199,120,16). Sum of RGB (Red+Green+Blue) = 199+120+16=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C77810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77810 is #3887EF. Grayscale: #848484. Windows color (decimal): -3704816 or 1079495. OLE color: 1079495.
HSL color Cylindrical-coordinate representation of color #C77810: hue angle of 34.1º degrees, saturation: 0.85, 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 #C77810 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 120 | 16 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.22 |
| HSL | 34.1º | 0.85% | 0.42% | - |
| HSV(B) | 34.1º | 0.92% | 0.78% | - |
| XYZ | 30.36 | 25.61 | 3.83 | - |
| YUV | 131.77 | 62.67 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 16 | 0 | 0.40 | 0.92 | 0.22 | 34.1 | 0.85 | 0.42 |
| Hex | C7 | 78 | 10 | 0 | 28 | 5C | 16 | 22 | 55 | 2A |
| Octal | 307 | 170 | 20 | 0 | 50 | 134 | 26 | 42 | 125 | 52 |
| Binary | 11000111 | 1111000 | 10000 | 0 | 101000 | 1011100 | 10110 | 100010 | 1010101 | 101010 |
Color Harmonies of #C77810
Complementary color
Monochromatic Colors of #C77810
Black with #C77810
Text Example
Text Example
White with #C77810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77810; }
p { color: rgb(199,120,16); }
H1.HeaderClassName
{
color: #C77810;
}
.AnyTagClassName
{
color: #C77810;
}
</style>
background-color css
<style>
a { background-color: #C77810; }
a { background-color: rgb(199,120,16); }
div.DivClassName
{
background-color: #C77810;
}
.BgClassName
{
background-color: #C77810;
}
</style>
border-color css
<style>
span { border-color: #C77810; }
span { border-color: rgb(199,120,16); }
td.TdClassName
{
border-color: #C77810;
}
.TagClassName
{
border-color: #C77810;
}
</style>