Shades of Ochre #C77C27
Tints of Ochre #C77C27
RGB
CMYK
RGB Variations
Color information
#C77C27 (or 0xC77C27) is known color: Ochre. HEX triplet: C7, 7C and 27. RGB value is (199,124,39). Sum of RGB (Red+Green+Blue) = 199+124+39=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 39 (15.62% from 255 or 10.77% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77C27 is #3883D8. Grayscale: #898989. Windows color (decimal): -3703769 or 2587847. OLE color: 2587847.
HSL color Cylindrical-coordinate representation of color #C77C27: hue angle of 31.88º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C77C27 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 124 | 39 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.22 |
| HSL | 31.88º | 0.67% | 0.47% | - |
| HSV(B) | 31.88º | 0.8% | 0.78% | - |
| XYZ | 31.13 | 26.7 | 5.43 | - |
| YUV | 136.74 | 72.85 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 124 | 39 | 0 | 0.38 | 0.80 | 0.22 | 31.88 | 0.67 | 0.47 |
| Hex | C7 | 7C | 27 | 0 | 26 | 50 | 16 | 20 | 43 | 2F |
| Octal | 307 | 174 | 47 | 0 | 46 | 120 | 26 | 40 | 103 | 57 |
| Binary | 11000111 | 1111100 | 100111 | 0 | 100110 | 1010000 | 10110 | 100000 | 1000011 | 101111 |
Color Harmonies of #C77C27
Complementary color
Monochromatic Colors of #C77C27
Black with #C77C27
Text Example
Text Example
White with #C77C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77C27; }
p { color: rgb(199,124,39); }
H1.HeaderClassName
{
color: #C77C27;
}
.AnyTagClassName
{
color: #C77C27;
}
</style>
background-color css
<style>
a { background-color: #C77C27; }
a { background-color: rgb(199,124,39); }
div.DivClassName
{
background-color: #C77C27;
}
.BgClassName
{
background-color: #C77C27;
}
</style>
border-color css
<style>
span { border-color: #C77C27; }
span { border-color: rgb(199,124,39); }
td.TdClassName
{
border-color: #C77C27;
}
.TagClassName
{
border-color: #C77C27;
}
</style>