Shades of Ochre #C77A14
Tints of Ochre #C77A14
RGB
CMYK
RGB Variations
Color information
#C77A14 (or 0xC77A14) is known color: Ochre. HEX triplet: C7, 7A and 14. RGB value is (199,122,20). Sum of RGB (Red+Green+Blue) = 199+122+20=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77A14 is #3885EB. Grayscale: #858585. Windows color (decimal): -3704300 or 1342151. OLE color: 1342151.
HSL color Cylindrical-coordinate representation of color #C77A14: hue angle of 34.19º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C77A14 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 20 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.22 |
| HSL | 34.19º | 0.82% | 0.43% | - |
| HSV(B) | 34.19º | 0.9% | 0.78% | - |
| XYZ | 30.64 | 26.11 | 4.09 | - |
| YUV | 133.4 | 64.01 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 20 | 0 | 0.39 | 0.90 | 0.22 | 34.19 | 0.82 | 0.43 |
| Hex | C7 | 7A | 14 | 0 | 27 | 5A | 16 | 22 | 52 | 2B |
| Octal | 307 | 172 | 24 | 0 | 47 | 132 | 26 | 42 | 122 | 53 |
| Binary | 11000111 | 1111010 | 10100 | 0 | 100111 | 1011010 | 10110 | 100010 | 1010010 | 101011 |
Color Harmonies of #C77A14
Complementary color
Monochromatic Colors of #C77A14
Black with #C77A14
Text Example
Text Example
White with #C77A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77A14; }
p { color: rgb(199,122,20); }
H1.HeaderClassName
{
color: #C77A14;
}
.AnyTagClassName
{
color: #C77A14;
}
</style>
background-color css
<style>
a { background-color: #C77A14; }
a { background-color: rgb(199,122,20); }
div.DivClassName
{
background-color: #C77A14;
}
.BgClassName
{
background-color: #C77A14;
}
</style>
border-color css
<style>
span { border-color: #C77A14; }
span { border-color: rgb(199,122,20); }
td.TdClassName
{
border-color: #C77A14;
}
.TagClassName
{
border-color: #C77A14;
}
</style>