Shades of Raw Umber #775E0A
Tints of Raw Umber #775E0A
RGB
CMYK
RGB Variations
Color information
#775E0A (or 0x775E0A) is known color: Raw Umber. HEX triplet: 77, 5E and 0A. RGB value is (119,94,10). Sum of RGB (Red+Green+Blue) = 119+94+10=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 94 (37.11% from 255 or 42.15% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #775E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775E0A is #88A1F5. Grayscale: #5C5C5C. Windows color (decimal): -8954358 or 679543. OLE color: 679543.
HSL color Cylindrical-coordinate representation of color #775E0A: hue angle of 46.24º 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 #775E0A is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 94 | 10 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.53 |
| HSL | 46.24º | 0.84% | 0.25% | - |
| HSV(B) | 46.24º | 0.92% | 0.47% | - |
| XYZ | 11.67 | 11.95 | 1.98 | - |
| YUV | 91.9 | 81.78 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 94 | 10 | 0 | 0.21 | 0.92 | 0.53 | 46.24 | 0.84 | 0.25 |
| Hex | 77 | 5E | A | 0 | 15 | 5C | 35 | 2E | 54 | 19 |
| Octal | 167 | 136 | 12 | 0 | 25 | 134 | 65 | 56 | 124 | 31 |
| Binary | 1110111 | 1011110 | 1010 | 0 | 10101 | 1011100 | 110101 | 101110 | 1010100 | 11001 |
Color Harmonies of #775E0A
Complementary color
Monochromatic Colors of #775E0A
Black with #775E0A
Text Example
Text Example
White with #775E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775E0A; }
p { color: rgb(119,94,10); }
H1.HeaderClassName
{
color: #775E0A;
}
.AnyTagClassName
{
color: #775E0A;
}
</style>
background-color css
<style>
a { background-color: #775E0A; }
a { background-color: rgb(119,94,10); }
div.DivClassName
{
background-color: #775E0A;
}
.BgClassName
{
background-color: #775E0A;
}
</style>
border-color css
<style>
span { border-color: #775E0A; }
span { border-color: rgb(119,94,10); }
td.TdClassName
{
border-color: #775E0A;
}
.TagClassName
{
border-color: #775E0A;
}
</style>