Shades of Ochre #C77C10
Tints of Ochre #C77C10
RGB
CMYK
RGB Variations
Color information
#C77C10 (or 0xC77C10) is known color: Ochre. HEX triplet: C7, 7C and 10. RGB value is (199,124,16). Sum of RGB (Red+Green+Blue) = 199+124+16=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77C10 is #3883EF. Grayscale: #868686. Windows color (decimal): -3703792 or 1080519. OLE color: 1080519.
HSL color Cylindrical-coordinate representation of color #C77C10: hue angle of 35.41º 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 #C77C10 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 124 | 16 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.22 |
| HSL | 35.41º | 0.85% | 0.42% | - |
| HSV(B) | 35.41º | 0.92% | 0.78% | - |
| XYZ | 30.85 | 26.59 | 4 | - |
| YUV | 134.11 | 61.35 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 124 | 16 | 0 | 0.38 | 0.92 | 0.22 | 35.41 | 0.85 | 0.42 |
| Hex | C7 | 7C | 10 | 0 | 26 | 5C | 16 | 23 | 55 | 2A |
| Octal | 307 | 174 | 20 | 0 | 46 | 134 | 26 | 43 | 125 | 52 |
| Binary | 11000111 | 1111100 | 10000 | 0 | 100110 | 1011100 | 10110 | 100011 | 1010101 | 101010 |
Color Harmonies of #C77C10
Complementary color
Monochromatic Colors of #C77C10
Black with #C77C10
Text Example
Text Example
White with #C77C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77C10; }
p { color: rgb(199,124,16); }
H1.HeaderClassName
{
color: #C77C10;
}
.AnyTagClassName
{
color: #C77C10;
}
</style>
background-color css
<style>
a { background-color: #C77C10; }
a { background-color: rgb(199,124,16); }
div.DivClassName
{
background-color: #C77C10;
}
.BgClassName
{
background-color: #C77C10;
}
</style>
border-color css
<style>
span { border-color: #C77C10; }
span { border-color: rgb(199,124,16); }
td.TdClassName
{
border-color: #C77C10;
}
.TagClassName
{
border-color: #C77C10;
}
</style>