Shades of Ochre #C77B14
Tints of Ochre #C77B14
RGB
CMYK
RGB Variations
Color information
#C77B14 (or 0xC77B14) is known color: Ochre. HEX triplet: C7, 7B and 14. RGB value is (199,123,20). Sum of RGB (Red+Green+Blue) = 199+123+20=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C77B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77B14 is #3884EB. Grayscale: #868686. Windows color (decimal): -3704044 or 1342407. OLE color: 1342407.
HSL color Cylindrical-coordinate representation of color #C77B14: hue angle of 34.53º 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 #C77B14 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 123 | 20 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.22 |
| HSL | 34.53º | 0.82% | 0.43% | - |
| HSV(B) | 34.53º | 0.9% | 0.78% | - |
| XYZ | 30.76 | 26.36 | 4.13 | - |
| YUV | 133.98 | 63.68 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 20 | 0 | 0.38 | 0.90 | 0.22 | 34.53 | 0.82 | 0.43 |
| Hex | C7 | 7B | 14 | 0 | 26 | 5A | 16 | 23 | 52 | 2B |
| Octal | 307 | 173 | 24 | 0 | 46 | 132 | 26 | 43 | 122 | 53 |
| Binary | 11000111 | 1111011 | 10100 | 0 | 100110 | 1011010 | 10110 | 100011 | 1010010 | 101011 |
Color Harmonies of #C77B14
Complementary color
Monochromatic Colors of #C77B14
Black with #C77B14
Text Example
Text Example
White with #C77B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77B14; }
p { color: rgb(199,123,20); }
H1.HeaderClassName
{
color: #C77B14;
}
.AnyTagClassName
{
color: #C77B14;
}
</style>
background-color css
<style>
a { background-color: #C77B14; }
a { background-color: rgb(199,123,20); }
div.DivClassName
{
background-color: #C77B14;
}
.BgClassName
{
background-color: #C77B14;
}
</style>
border-color css
<style>
span { border-color: #C77B14; }
span { border-color: rgb(199,123,20); }
td.TdClassName
{
border-color: #C77B14;
}
.TagClassName
{
border-color: #C77B14;
}
</style>