Shades of Raw Umber #77590B
Tints of Raw Umber #77590B
RGB
CMYK
RGB Variations
Color information
#77590B (or 0x77590B) is known color: Raw Umber. HEX triplet: 77, 59 and 0B. RGB value is (119,89,11). Sum of RGB (Red+Green+Blue) = 119+89+11=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #77590B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77590B is #88A6F4. Grayscale: #595959. Windows color (decimal): -8955637 or 743799. OLE color: 743799.
HSL color Cylindrical-coordinate representation of color #77590B: hue angle of 43.33º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77590B is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 89 | 11 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.53 |
| HSL | 43.33º | 0.83% | 0.25% | - |
| HSV(B) | 43.33º | 0.91% | 0.47% | - |
| XYZ | 11.24 | 11.09 | 1.86 | - |
| YUV | 89.08 | 83.94 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 89 | 11 | 0 | 0.25 | 0.91 | 0.53 | 43.33 | 0.83 | 0.25 |
| Hex | 77 | 59 | B | 0 | 19 | 5B | 35 | 2B | 53 | 19 |
| Octal | 167 | 131 | 13 | 0 | 31 | 133 | 65 | 53 | 123 | 31 |
| Binary | 1110111 | 1011001 | 1011 | 0 | 11001 | 1011011 | 110101 | 101011 | 1010011 | 11001 |
Color Harmonies of #77590B
Complementary color
Monochromatic Colors of #77590B
Black with #77590B
Text Example
Text Example
White with #77590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77590B; }
p { color: rgb(119,89,11); }
H1.HeaderClassName
{
color: #77590B;
}
.AnyTagClassName
{
color: #77590B;
}
</style>
background-color css
<style>
a { background-color: #77590B; }
a { background-color: rgb(119,89,11); }
div.DivClassName
{
background-color: #77590B;
}
.BgClassName
{
background-color: #77590B;
}
</style>
border-color css
<style>
span { border-color: #77590B; }
span { border-color: rgb(119,89,11); }
td.TdClassName
{
border-color: #77590B;
}
.TagClassName
{
border-color: #77590B;
}
</style>