Shades of Raw Umber #77510D
Tints of Raw Umber #77510D
RGB
CMYK
RGB Variations
Color information
#77510D (or 0x77510D) is known color: Raw Umber. HEX triplet: 77, 51 and 0D. RGB value is (119,81,13). Sum of RGB (Red+Green+Blue) = 119+81+13=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #77510D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77510D is #88AEF2. Grayscale: #545454. Windows color (decimal): -8957683 or 872823. OLE color: 872823.
HSL color Cylindrical-coordinate representation of color #77510D: hue angle of 38.49º 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 #77510D is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 81 | 13 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.53 |
| HSL | 38.49º | 0.8% | 0.26% | - |
| HSV(B) | 38.49º | 0.89% | 0.47% | - |
| XYZ | 10.62 | 9.84 | 1.72 | - |
| YUV | 84.61 | 87.59 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 81 | 13 | 0 | 0.32 | 0.89 | 0.53 | 38.49 | 0.8 | 0.26 |
| Hex | 77 | 51 | D | 0 | 20 | 59 | 35 | 26 | 50 | 1A |
| Octal | 167 | 121 | 15 | 0 | 40 | 131 | 65 | 46 | 120 | 32 |
| Binary | 1110111 | 1010001 | 1101 | 0 | 100000 | 1011001 | 110101 | 100110 | 1010000 | 11010 |
Color Harmonies of #77510D
Complementary color
Monochromatic Colors of #77510D
Black with #77510D
Text Example
Text Example
White with #77510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77510D; }
p { color: rgb(119,81,13); }
H1.HeaderClassName
{
color: #77510D;
}
.AnyTagClassName
{
color: #77510D;
}
</style>
background-color css
<style>
a { background-color: #77510D; }
a { background-color: rgb(119,81,13); }
div.DivClassName
{
background-color: #77510D;
}
.BgClassName
{
background-color: #77510D;
}
</style>
border-color css
<style>
span { border-color: #77510D; }
span { border-color: rgb(119,81,13); }
td.TdClassName
{
border-color: #77510D;
}
.TagClassName
{
border-color: #77510D;
}
</style>