Shades of Raw Umber #77520E
Tints of Raw Umber #77520E
RGB
CMYK
RGB Variations
Color information
#77520E (or 0x77520E) is known color: Raw Umber. HEX triplet: 77, 52 and 0E. RGB value is (119,82,14). Sum of RGB (Red+Green+Blue) = 119+82+14=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #77520E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77520E is #88ADF1. Grayscale: #555555. Windows color (decimal): -8957426 or 938615. OLE color: 938615.
HSL color Cylindrical-coordinate representation of color #77520E: hue angle of 38.86º 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 #77520E is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 82 | 14 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.53 |
| HSL | 38.86º | 0.79% | 0.26% | - |
| HSV(B) | 38.86º | 0.88% | 0.47% | - |
| XYZ | 10.7 | 9.99 | 1.78 | - |
| YUV | 85.31 | 87.76 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 14 | 0 | 0.31 | 0.88 | 0.53 | 38.86 | 0.79 | 0.26 |
| Hex | 77 | 52 | E | 0 | 1F | 58 | 35 | 27 | 4F | 1A |
| Octal | 167 | 122 | 16 | 0 | 37 | 130 | 65 | 47 | 117 | 32 |
| Binary | 1110111 | 1010010 | 1110 | 0 | 11111 | 1011000 | 110101 | 100111 | 1001111 | 11010 |
Color Harmonies of #77520E
Complementary color
Monochromatic Colors of #77520E
Black with #77520E
Text Example
Text Example
White with #77520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77520E; }
p { color: rgb(119,82,14); }
H1.HeaderClassName
{
color: #77520E;
}
.AnyTagClassName
{
color: #77520E;
}
</style>
background-color css
<style>
a { background-color: #77520E; }
a { background-color: rgb(119,82,14); }
div.DivClassName
{
background-color: #77520E;
}
.BgClassName
{
background-color: #77520E;
}
</style>
border-color css
<style>
span { border-color: #77520E; }
span { border-color: rgb(119,82,14); }
td.TdClassName
{
border-color: #77520E;
}
.TagClassName
{
border-color: #77520E;
}
</style>