Shades of Raw Umber #77520A
Tints of Raw Umber #77520A
RGB
CMYK
RGB Variations
Color information
#77520A (or 0x77520A) is known color: Raw Umber. HEX triplet: 77, 52 and 0A. RGB value is (119,82,10). Sum of RGB (Red+Green+Blue) = 119+82+10=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 10 (4.30% from 255 or 4.74% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #77520A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77520A is #88ADF5. Grayscale: #555555. Windows color (decimal): -8957430 or 676471. OLE color: 676471.
HSL color Cylindrical-coordinate representation of color #77520A: hue angle of 39.63º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77520A is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 82 | 10 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.53 |
| HSL | 39.63º | 0.84% | 0.25% | - |
| HSV(B) | 39.63º | 0.92% | 0.47% | - |
| XYZ | 10.68 | 9.98 | 1.65 | - |
| YUV | 84.86 | 85.76 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 10 | 0 | 0.31 | 0.92 | 0.53 | 39.63 | 0.84 | 0.25 |
| Hex | 77 | 52 | A | 0 | 1F | 5C | 35 | 28 | 54 | 19 |
| Octal | 167 | 122 | 12 | 0 | 37 | 134 | 65 | 50 | 124 | 31 |
| Binary | 1110111 | 1010010 | 1010 | 0 | 11111 | 1011100 | 110101 | 101000 | 1010100 | 11001 |
Color Harmonies of #77520A
Complementary color
Monochromatic Colors of #77520A
Black with #77520A
Text Example
Text Example
White with #77520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77520A; }
p { color: rgb(119,82,10); }
H1.HeaderClassName
{
color: #77520A;
}
.AnyTagClassName
{
color: #77520A;
}
</style>
background-color css
<style>
a { background-color: #77520A; }
a { background-color: rgb(119,82,10); }
div.DivClassName
{
background-color: #77520A;
}
.BgClassName
{
background-color: #77520A;
}
</style>
border-color css
<style>
span { border-color: #77520A; }
span { border-color: rgb(119,82,10); }
td.TdClassName
{
border-color: #77520A;
}
.TagClassName
{
border-color: #77520A;
}
</style>