Shades of Ochre #C77C26
Tints of Ochre #C77C26
RGB
CMYK
RGB Variations
Color information
#C77C26 (or 0xC77C26) is known color: Ochre. HEX triplet: C7, 7C and 26. RGB value is (199,124,38). Sum of RGB (Red+Green+Blue) = 199+124+38=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 38 (15.23% from 255 or 10.53% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77C26 is #3883D9. Grayscale: #898989. Windows color (decimal): -3703770 or 2522311. OLE color: 2522311.
HSL color Cylindrical-coordinate representation of color #C77C26: hue angle of 32.05º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C77C26 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 124 | 38 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.22 |
| HSL | 32.05º | 0.68% | 0.46% | - |
| HSV(B) | 32.05º | 0.81% | 0.78% | - |
| XYZ | 31.11 | 26.7 | 5.35 | - |
| YUV | 136.62 | 72.35 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 124 | 38 | 0 | 0.38 | 0.81 | 0.22 | 32.05 | 0.68 | 0.46 |
| Hex | C7 | 7C | 26 | 0 | 26 | 51 | 16 | 20 | 44 | 2E |
| Octal | 307 | 174 | 46 | 0 | 46 | 121 | 26 | 40 | 104 | 56 |
| Binary | 11000111 | 1111100 | 100110 | 0 | 100110 | 1010001 | 10110 | 100000 | 1000100 | 101110 |
Color Harmonies of #C77C26
Complementary color
Monochromatic Colors of #C77C26
Black with #C77C26
Text Example
Text Example
White with #C77C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77C26; }
p { color: rgb(199,124,38); }
H1.HeaderClassName
{
color: #C77C26;
}
.AnyTagClassName
{
color: #C77C26;
}
</style>
background-color css
<style>
a { background-color: #C77C26; }
a { background-color: rgb(199,124,38); }
div.DivClassName
{
background-color: #C77C26;
}
.BgClassName
{
background-color: #C77C26;
}
</style>
border-color css
<style>
span { border-color: #C77C26; }
span { border-color: rgb(199,124,38); }
td.TdClassName
{
border-color: #C77C26;
}
.TagClassName
{
border-color: #C77C26;
}
</style>