Shades of Raw Umber #775C0A
Tints of Raw Umber #775C0A
RGB
CMYK
RGB Variations
Color information
#775C0A (or 0x775C0A) is known color: Raw Umber. HEX triplet: 77, 5C and 0A. RGB value is (119,92,10). Sum of RGB (Red+Green+Blue) = 119+92+10=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 92 (36.33% from 255 or 41.63% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #775C0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775C0A is #88A3F5. Grayscale: #5B5B5B. Windows color (decimal): -8954870 or 679031. OLE color: 679031.
HSL color Cylindrical-coordinate representation of color #775C0A: hue angle of 45.14º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #775C0A is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 10 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.53 |
| HSL | 45.14º | 0.84% | 0.25% | - |
| HSV(B) | 45.14º | 0.92% | 0.47% | - |
| XYZ | 11.49 | 11.6 | 1.92 | - |
| YUV | 90.73 | 82.45 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 10 | 0 | 0.23 | 0.92 | 0.53 | 45.14 | 0.84 | 0.25 |
| Hex | 77 | 5C | A | 0 | 17 | 5C | 35 | 2D | 54 | 19 |
| Octal | 167 | 134 | 12 | 0 | 27 | 134 | 65 | 55 | 124 | 31 |
| Binary | 1110111 | 1011100 | 1010 | 0 | 10111 | 1011100 | 110101 | 101101 | 1010100 | 11001 |
Color Harmonies of #775C0A
Complementary color
Monochromatic Colors of #775C0A
Black with #775C0A
Text Example
Text Example
White with #775C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C0A; }
p { color: rgb(119,92,10); }
H1.HeaderClassName
{
color: #775C0A;
}
.AnyTagClassName
{
color: #775C0A;
}
</style>
background-color css
<style>
a { background-color: #775C0A; }
a { background-color: rgb(119,92,10); }
div.DivClassName
{
background-color: #775C0A;
}
.BgClassName
{
background-color: #775C0A;
}
</style>
border-color css
<style>
span { border-color: #775C0A; }
span { border-color: rgb(119,92,10); }
td.TdClassName
{
border-color: #775C0A;
}
.TagClassName
{
border-color: #775C0A;
}
</style>