Shades of Ochre #C77C22
Tints of Ochre #C77C22
RGB
CMYK
RGB Variations
Color information
#C77C22 (or 0xC77C22) is known color: Ochre. HEX triplet: C7, 7C and 22. RGB value is (199,124,34). Sum of RGB (Red+Green+Blue) = 199+124+34=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 34 (13.67% from 255 or 9.52% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77C22 is #3883DD. Grayscale: #888888. Windows color (decimal): -3703774 or 2260167. OLE color: 2260167.
HSL color Cylindrical-coordinate representation of color #C77C22: hue angle of 32.73º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C77C22 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 124 | 34 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.22 |
| HSL | 32.73º | 0.71% | 0.46% | - |
| HSV(B) | 32.73º | 0.83% | 0.78% | - |
| XYZ | 31.05 | 26.67 | 5.03 | - |
| YUV | 136.17 | 70.35 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 124 | 34 | 0 | 0.38 | 0.83 | 0.22 | 32.73 | 0.71 | 0.46 |
| Hex | C7 | 7C | 22 | 0 | 26 | 53 | 16 | 21 | 47 | 2E |
| Octal | 307 | 174 | 42 | 0 | 46 | 123 | 26 | 41 | 107 | 56 |
| Binary | 11000111 | 1111100 | 100010 | 0 | 100110 | 1010011 | 10110 | 100001 | 1000111 | 101110 |
Color Harmonies of #C77C22
Complementary color
Monochromatic Colors of #C77C22
Black with #C77C22
Text Example
Text Example
White with #C77C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77C22; }
p { color: rgb(199,124,34); }
H1.HeaderClassName
{
color: #C77C22;
}
.AnyTagClassName
{
color: #C77C22;
}
</style>
background-color css
<style>
a { background-color: #C77C22; }
a { background-color: rgb(199,124,34); }
div.DivClassName
{
background-color: #C77C22;
}
.BgClassName
{
background-color: #C77C22;
}
</style>
border-color css
<style>
span { border-color: #C77C22; }
span { border-color: rgb(199,124,34); }
td.TdClassName
{
border-color: #C77C22;
}
.TagClassName
{
border-color: #C77C22;
}
</style>