Shades of Ochre #C77A11
Tints of Ochre #C77A11
RGB
CMYK
RGB Variations
Color information
#C77A11 (or 0xC77A11) is known color: Ochre. HEX triplet: C7, 7A and 11. RGB value is (199,122,17). Sum of RGB (Red+Green+Blue) = 199+122+17=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77A11 is #3885EE. Grayscale: #858585. Windows color (decimal): -3704303 or 1145543. OLE color: 1145543.
HSL color Cylindrical-coordinate representation of color #C77A11: hue angle of 34.62º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C77A11 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 17 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.22 |
| HSL | 34.62º | 0.84% | 0.42% | - |
| HSV(B) | 34.62º | 0.91% | 0.78% | - |
| XYZ | 30.61 | 26.1 | 3.95 | - |
| YUV | 133.05 | 62.51 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 17 | 0 | 0.39 | 0.91 | 0.22 | 34.62 | 0.84 | 0.42 |
| Hex | C7 | 7A | 11 | 0 | 27 | 5B | 16 | 23 | 54 | 2A |
| Octal | 307 | 172 | 21 | 0 | 47 | 133 | 26 | 43 | 124 | 52 |
| Binary | 11000111 | 1111010 | 10001 | 0 | 100111 | 1011011 | 10110 | 100011 | 1010100 | 101010 |
Color Harmonies of #C77A11
Complementary color
Monochromatic Colors of #C77A11
Black with #C77A11
Text Example
Text Example
White with #C77A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77A11; }
p { color: rgb(199,122,17); }
H1.HeaderClassName
{
color: #C77A11;
}
.AnyTagClassName
{
color: #C77A11;
}
</style>
background-color css
<style>
a { background-color: #C77A11; }
a { background-color: rgb(199,122,17); }
div.DivClassName
{
background-color: #C77A11;
}
.BgClassName
{
background-color: #C77A11;
}
</style>
border-color css
<style>
span { border-color: #C77A11; }
span { border-color: rgb(199,122,17); }
td.TdClassName
{
border-color: #C77A11;
}
.TagClassName
{
border-color: #C77A11;
}
</style>