Shades of Ochre #C77B11
Tints of Ochre #C77B11
RGB
CMYK
RGB Variations
Color information
#C77B11 (or 0xC77B11) is known color: Ochre. HEX triplet: C7, 7B and 11. RGB value is (199,123,17). Sum of RGB (Red+Green+Blue) = 199+123+17=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C77B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77B11 is #3884EE. Grayscale: #868686. Windows color (decimal): -3704047 or 1145799. OLE color: 1145799.
HSL color Cylindrical-coordinate representation of color #C77B11: hue angle of 34.95º 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 #C77B11 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 123 | 17 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.22 |
| HSL | 34.95º | 0.84% | 0.42% | - |
| HSV(B) | 34.95º | 0.91% | 0.78% | - |
| XYZ | 30.74 | 26.35 | 4 | - |
| YUV | 133.64 | 62.18 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 17 | 0 | 0.38 | 0.91 | 0.22 | 34.95 | 0.84 | 0.42 |
| Hex | C7 | 7B | 11 | 0 | 26 | 5B | 16 | 23 | 54 | 2A |
| Octal | 307 | 173 | 21 | 0 | 46 | 133 | 26 | 43 | 124 | 52 |
| Binary | 11000111 | 1111011 | 10001 | 0 | 100110 | 1011011 | 10110 | 100011 | 1010100 | 101010 |
Color Harmonies of #C77B11
Complementary color
Monochromatic Colors of #C77B11
Black with #C77B11
Text Example
Text Example
White with #C77B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77B11; }
p { color: rgb(199,123,17); }
H1.HeaderClassName
{
color: #C77B11;
}
.AnyTagClassName
{
color: #C77B11;
}
</style>
background-color css
<style>
a { background-color: #C77B11; }
a { background-color: rgb(199,123,17); }
div.DivClassName
{
background-color: #C77B11;
}
.BgClassName
{
background-color: #C77B11;
}
</style>
border-color css
<style>
span { border-color: #C77B11; }
span { border-color: rgb(199,123,17); }
td.TdClassName
{
border-color: #C77B11;
}
.TagClassName
{
border-color: #C77B11;
}
</style>