Shades of Raw Umber #77540E
Tints of Raw Umber #77540E
RGB
CMYK
RGB Variations
Color information
#77540E (or 0x77540E) is known color: Raw Umber. HEX triplet: 77, 54 and 0E. RGB value is (119,84,14). Sum of RGB (Red+Green+Blue) = 119+84+14=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #77540E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77540E is #88ABF1. Grayscale: #565656. Windows color (decimal): -8956914 or 939127. OLE color: 939127.
HSL color Cylindrical-coordinate representation of color #77540E: hue angle of 40º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #77540E is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 84 | 14 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.53 |
| HSL | 40º | 0.79% | 0.26% | - |
| HSV(B) | 40º | 0.88% | 0.47% | - |
| XYZ | 10.86 | 10.29 | 1.83 | - |
| YUV | 86.49 | 87.1 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 84 | 14 | 0 | 0.29 | 0.88 | 0.53 | 40 | 0.79 | 0.26 |
| Hex | 77 | 54 | E | 0 | 1D | 58 | 35 | 28 | 4F | 1A |
| Octal | 167 | 124 | 16 | 0 | 35 | 130 | 65 | 50 | 117 | 32 |
| Binary | 1110111 | 1010100 | 1110 | 0 | 11101 | 1011000 | 110101 | 101000 | 1001111 | 11010 |
Color Harmonies of #77540E
Complementary color
Monochromatic Colors of #77540E
Black with #77540E
Text Example
Text Example
White with #77540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77540E; }
p { color: rgb(119,84,14); }
H1.HeaderClassName
{
color: #77540E;
}
.AnyTagClassName
{
color: #77540E;
}
</style>
background-color css
<style>
a { background-color: #77540E; }
a { background-color: rgb(119,84,14); }
div.DivClassName
{
background-color: #77540E;
}
.BgClassName
{
background-color: #77540E;
}
</style>
border-color css
<style>
span { border-color: #77540E; }
span { border-color: rgb(119,84,14); }
td.TdClassName
{
border-color: #77540E;
}
.TagClassName
{
border-color: #77540E;
}
</style>