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