Shades of Ochre #C77A27
Tints of Ochre #C77A27
RGB
CMYK
RGB Variations
Color information
#C77A27 (or 0xC77A27) is known color: Ochre. HEX triplet: C7, 7A and 27. RGB value is (199,122,39). Sum of RGB (Red+Green+Blue) = 199+122+39=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 39 (15.62% from 255 or 10.83% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77A27 is #3885D8. Grayscale: #878787. Windows color (decimal): -3704281 or 2587335. OLE color: 2587335.
HSL color Cylindrical-coordinate representation of color #C77A27: hue angle of 31.12º 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 #C77A27 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 39 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.22 |
| HSL | 31.13º | 0.67% | 0.47% | - |
| HSV(B) | 31.13º | 0.8% | 0.78% | - |
| XYZ | 30.88 | 26.21 | 5.35 | - |
| YUV | 135.56 | 73.51 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 39 | 0 | 0.39 | 0.80 | 0.22 | 31.13 | 0.67 | 0.47 |
| Hex | C7 | 7A | 27 | 0 | 27 | 50 | 16 | 1F | 43 | 2F |
| Octal | 307 | 172 | 47 | 0 | 47 | 120 | 26 | 37 | 103 | 57 |
| Binary | 11000111 | 1111010 | 100111 | 0 | 100111 | 1010000 | 10110 | 11111 | 1000011 | 101111 |
Color Harmonies of #C77A27
Complementary color
Monochromatic Colors of #C77A27
Black with #C77A27
Text Example
Text Example
White with #C77A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77A27; }
p { color: rgb(199,122,39); }
H1.HeaderClassName
{
color: #C77A27;
}
.AnyTagClassName
{
color: #C77A27;
}
</style>
background-color css
<style>
a { background-color: #C77A27; }
a { background-color: rgb(199,122,39); }
div.DivClassName
{
background-color: #C77A27;
}
.BgClassName
{
background-color: #C77A27;
}
</style>
border-color css
<style>
span { border-color: #C77A27; }
span { border-color: rgb(199,122,39); }
td.TdClassName
{
border-color: #C77A27;
}
.TagClassName
{
border-color: #C77A27;
}
</style>