Shades of Ochre #C77A17
Tints of Ochre #C77A17
RGB
CMYK
RGB Variations
Color information
#C77A17 (or 0xC77A17) is known color: Ochre. HEX triplet: C7, 7A and 17. RGB value is (199,122,23). Sum of RGB (Red+Green+Blue) = 199+122+23=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 23 (9.38% from 255 or 6.69% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77A17 is #3885E8. Grayscale: #868686. Windows color (decimal): -3704297 or 1538759. OLE color: 1538759.
HSL color Cylindrical-coordinate representation of color #C77A17: hue angle of 33.75º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C77A17 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 23 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.22 |
| HSL | 33.75º | 0.79% | 0.44% | - |
| HSV(B) | 33.75º | 0.88% | 0.78% | - |
| XYZ | 30.67 | 26.12 | 4.24 | - |
| YUV | 133.74 | 65.51 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 23 | 0 | 0.39 | 0.88 | 0.22 | 33.75 | 0.79 | 0.44 |
| Hex | C7 | 7A | 17 | 0 | 27 | 58 | 16 | 22 | 4F | 2C |
| Octal | 307 | 172 | 27 | 0 | 47 | 130 | 26 | 42 | 117 | 54 |
| Binary | 11000111 | 1111010 | 10111 | 0 | 100111 | 1011000 | 10110 | 100010 | 1001111 | 101100 |
Color Harmonies of #C77A17
Complementary color
Monochromatic Colors of #C77A17
Black with #C77A17
Text Example
Text Example
White with #C77A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77A17; }
p { color: rgb(199,122,23); }
H1.HeaderClassName
{
color: #C77A17;
}
.AnyTagClassName
{
color: #C77A17;
}
</style>
background-color css
<style>
a { background-color: #C77A17; }
a { background-color: rgb(199,122,23); }
div.DivClassName
{
background-color: #C77A17;
}
.BgClassName
{
background-color: #C77A17;
}
</style>
border-color css
<style>
span { border-color: #C77A17; }
span { border-color: rgb(199,122,23); }
td.TdClassName
{
border-color: #C77A17;
}
.TagClassName
{
border-color: #C77A17;
}
</style>