Shades of Ochre #C77F14
Tints of Ochre #C77F14
RGB
CMYK
RGB Variations
Color information
#C77F14 (or 0xC77F14) is known color: Ochre. HEX triplet: C7, 7F and 14. RGB value is (199,127,20). Sum of RGB (Red+Green+Blue) = 199+127+20=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77F14 is #3880EB. Grayscale: #888888. Windows color (decimal): -3703020 or 1343431. OLE color: 1343431.
HSL color Cylindrical-coordinate representation of color #C77F14: hue angle of 35.87º 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 #C77F14 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 127 | 20 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.22 |
| HSL | 35.87º | 0.82% | 0.43% | - |
| HSV(B) | 35.87º | 0.9% | 0.78% | - |
| XYZ | 31.27 | 27.37 | 4.3 | - |
| YUV | 136.33 | 62.35 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 20 | 0 | 0.36 | 0.90 | 0.22 | 35.87 | 0.82 | 0.43 |
| Hex | C7 | 7F | 14 | 0 | 24 | 5A | 16 | 24 | 52 | 2B |
| Octal | 307 | 177 | 24 | 0 | 44 | 132 | 26 | 44 | 122 | 53 |
| Binary | 11000111 | 1111111 | 10100 | 0 | 100100 | 1011010 | 10110 | 100100 | 1010010 | 101011 |
Color Harmonies of #C77F14
Complementary color
Monochromatic Colors of #C77F14
Black with #C77F14
Text Example
Text Example
White with #C77F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77F14; }
p { color: rgb(199,127,20); }
H1.HeaderClassName
{
color: #C77F14;
}
.AnyTagClassName
{
color: #C77F14;
}
</style>
background-color css
<style>
a { background-color: #C77F14; }
a { background-color: rgb(199,127,20); }
div.DivClassName
{
background-color: #C77F14;
}
.BgClassName
{
background-color: #C77F14;
}
</style>
border-color css
<style>
span { border-color: #C77F14; }
span { border-color: rgb(199,127,20); }
td.TdClassName
{
border-color: #C77F14;
}
.TagClassName
{
border-color: #C77F14;
}
</style>