Shades of Raw Umber #77541B
Tints of Raw Umber #77541B
RGB
CMYK
RGB Variations
Color information
#77541B (or 0x77541B) is known color: Raw Umber. HEX triplet: 77, 54 and 1B. RGB value is (119,84,27). Sum of RGB (Red+Green+Blue) = 119+84+27=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #77541B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77541B is #88ABE4. Grayscale: #585858. Windows color (decimal): -8956901 or 1791095. OLE color: 1791095.
HSL color Cylindrical-coordinate representation of color #77541B: hue angle of 37.17º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77541B is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 84 | 27 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.53 |
| HSL | 37.17º | 0.63% | 0.29% | - |
| HSV(B) | 37.17º | 0.77% | 0.47% | - |
| XYZ | 10.98 | 10.34 | 2.45 | - |
| YUV | 87.97 | 93.6 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 84 | 27 | 0 | 0.29 | 0.77 | 0.53 | 37.17 | 0.63 | 0.29 |
| Hex | 77 | 54 | 1B | 0 | 1D | 4D | 35 | 25 | 3F | 1D |
| Octal | 167 | 124 | 33 | 0 | 35 | 115 | 65 | 45 | 77 | 35 |
| Binary | 1110111 | 1010100 | 11011 | 0 | 11101 | 1001101 | 110101 | 100101 | 111111 | 11101 |
Color Harmonies of #77541B
Complementary color
Monochromatic Colors of #77541B
Black with #77541B
Text Example
Text Example
White with #77541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77541B; }
p { color: rgb(119,84,27); }
H1.HeaderClassName
{
color: #77541B;
}
.AnyTagClassName
{
color: #77541B;
}
</style>
background-color css
<style>
a { background-color: #77541B; }
a { background-color: rgb(119,84,27); }
div.DivClassName
{
background-color: #77541B;
}
.BgClassName
{
background-color: #77541B;
}
</style>
border-color css
<style>
span { border-color: #77541B; }
span { border-color: rgb(119,84,27); }
td.TdClassName
{
border-color: #77541B;
}
.TagClassName
{
border-color: #77541B;
}
</style>