Shades of Raw Umber #77580D
Tints of Raw Umber #77580D
RGB
CMYK
RGB Variations
Color information
#77580D (or 0x77580D) is known color: Raw Umber. HEX triplet: 77, 58 and 0D. RGB value is (119,88,13). Sum of RGB (Red+Green+Blue) = 119+88+13=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #77580D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77580D is #88A7F2. Grayscale: #595959. Windows color (decimal): -8955891 or 874615. OLE color: 874615.
HSL color Cylindrical-coordinate representation of color #77580D: hue angle of 42.45º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77580D is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 88 | 13 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.53 |
| HSL | 42.45º | 0.8% | 0.26% | - |
| HSV(B) | 42.45º | 0.89% | 0.47% | - |
| XYZ | 11.17 | 10.93 | 1.9 | - |
| YUV | 88.72 | 85.27 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 88 | 13 | 0 | 0.26 | 0.89 | 0.53 | 42.45 | 0.8 | 0.26 |
| Hex | 77 | 58 | D | 0 | 1A | 59 | 35 | 2A | 50 | 1A |
| Octal | 167 | 130 | 15 | 0 | 32 | 131 | 65 | 52 | 120 | 32 |
| Binary | 1110111 | 1011000 | 1101 | 0 | 11010 | 1011001 | 110101 | 101010 | 1010000 | 11010 |
Color Harmonies of #77580D
Complementary color
Monochromatic Colors of #77580D
Black with #77580D
Text Example
Text Example
White with #77580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77580D; }
p { color: rgb(119,88,13); }
H1.HeaderClassName
{
color: #77580D;
}
.AnyTagClassName
{
color: #77580D;
}
</style>
background-color css
<style>
a { background-color: #77580D; }
a { background-color: rgb(119,88,13); }
div.DivClassName
{
background-color: #77580D;
}
.BgClassName
{
background-color: #77580D;
}
</style>
border-color css
<style>
span { border-color: #77580D; }
span { border-color: rgb(119,88,13); }
td.TdClassName
{
border-color: #77580D;
}
.TagClassName
{
border-color: #77580D;
}
</style>