Shades of Ochre #C77A10
Tints of Ochre #C77A10
RGB
CMYK
RGB Variations
Color information
#C77A10 (or 0xC77A10) is known color: Ochre. HEX triplet: C7, 7A and 10. RGB value is (199,122,16). Sum of RGB (Red+Green+Blue) = 199+122+16=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77A10 is #3885EF. Grayscale: #858585. Windows color (decimal): -3704304 or 1080007. OLE color: 1080007.
HSL color Cylindrical-coordinate representation of color #C77A10: hue angle of 34.75º 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 #C77A10 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 16 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.22 |
| HSL | 34.75º | 0.85% | 0.42% | - |
| HSV(B) | 34.75º | 0.92% | 0.78% | - |
| XYZ | 30.61 | 26.1 | 3.91 | - |
| YUV | 132.94 | 62.01 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 16 | 0 | 0.39 | 0.92 | 0.22 | 34.75 | 0.85 | 0.42 |
| Hex | C7 | 7A | 10 | 0 | 27 | 5C | 16 | 23 | 55 | 2A |
| Octal | 307 | 172 | 20 | 0 | 47 | 134 | 26 | 43 | 125 | 52 |
| Binary | 11000111 | 1111010 | 10000 | 0 | 100111 | 1011100 | 10110 | 100011 | 1010101 | 101010 |
Color Harmonies of #C77A10
Complementary color
Monochromatic Colors of #C77A10
Black with #C77A10
Text Example
Text Example
White with #C77A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77A10; }
p { color: rgb(199,122,16); }
H1.HeaderClassName
{
color: #C77A10;
}
.AnyTagClassName
{
color: #C77A10;
}
</style>
background-color css
<style>
a { background-color: #C77A10; }
a { background-color: rgb(199,122,16); }
div.DivClassName
{
background-color: #C77A10;
}
.BgClassName
{
background-color: #C77A10;
}
</style>
border-color css
<style>
span { border-color: #C77A10; }
span { border-color: rgb(199,122,16); }
td.TdClassName
{
border-color: #C77A10;
}
.TagClassName
{
border-color: #C77A10;
}
</style>