Shades of Raw Umber #77520D
Tints of Raw Umber #77520D
RGB
CMYK
RGB Variations
Color information
#77520D (or 0x77520D) is known color: Raw Umber. HEX triplet: 77, 52 and 0D. RGB value is (119,82,13). Sum of RGB (Red+Green+Blue) = 119+82+13=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #77520D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77520D is #88ADF2. Grayscale: #555555. Windows color (decimal): -8957427 or 873079. OLE color: 873079.
HSL color Cylindrical-coordinate representation of color #77520D: hue angle of 39.06º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77520D is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 82 | 13 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.53 |
| HSL | 39.06º | 0.8% | 0.26% | - |
| HSV(B) | 39.06º | 0.89% | 0.47% | - |
| XYZ | 10.7 | 9.99 | 1.74 | - |
| YUV | 85.2 | 87.26 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 13 | 0 | 0.31 | 0.89 | 0.53 | 39.06 | 0.8 | 0.26 |
| Hex | 77 | 52 | D | 0 | 1F | 59 | 35 | 27 | 50 | 1A |
| Octal | 167 | 122 | 15 | 0 | 37 | 131 | 65 | 47 | 120 | 32 |
| Binary | 1110111 | 1010010 | 1101 | 0 | 11111 | 1011001 | 110101 | 100111 | 1010000 | 11010 |
Color Harmonies of #77520D
Complementary color
Monochromatic Colors of #77520D
Black with #77520D
Text Example
Text Example
White with #77520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77520D; }
p { color: rgb(119,82,13); }
H1.HeaderClassName
{
color: #77520D;
}
.AnyTagClassName
{
color: #77520D;
}
</style>
background-color css
<style>
a { background-color: #77520D; }
a { background-color: rgb(119,82,13); }
div.DivClassName
{
background-color: #77520D;
}
.BgClassName
{
background-color: #77520D;
}
</style>
border-color css
<style>
span { border-color: #77520D; }
span { border-color: rgb(119,82,13); }
td.TdClassName
{
border-color: #77520D;
}
.TagClassName
{
border-color: #77520D;
}
</style>