Shades of Raw Umber #77520C
Tints of Raw Umber #77520C
RGB
CMYK
RGB Variations
Color information
#77520C (or 0x77520C) is known color: Raw Umber. HEX triplet: 77, 52 and 0C. RGB value is (119,82,12). Sum of RGB (Red+Green+Blue) = 119+82+12=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #77520C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77520C is #88ADF3. Grayscale: #555555. Windows color (decimal): -8957428 or 807543. OLE color: 807543.
HSL color Cylindrical-coordinate representation of color #77520C: hue angle of 39.25º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77520C is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 82 | 12 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.53 |
| HSL | 39.25º | 0.82% | 0.26% | - |
| HSV(B) | 39.25º | 0.9% | 0.47% | - |
| XYZ | 10.69 | 9.98 | 1.71 | - |
| YUV | 85.08 | 86.76 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 12 | 0 | 0.31 | 0.90 | 0.53 | 39.25 | 0.82 | 0.26 |
| Hex | 77 | 52 | C | 0 | 1F | 5A | 35 | 27 | 52 | 1A |
| Octal | 167 | 122 | 14 | 0 | 37 | 132 | 65 | 47 | 122 | 32 |
| Binary | 1110111 | 1010010 | 1100 | 0 | 11111 | 1011010 | 110101 | 100111 | 1010010 | 11010 |
Color Harmonies of #77520C
Complementary color
Monochromatic Colors of #77520C
Black with #77520C
Text Example
Text Example
White with #77520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77520C; }
p { color: rgb(119,82,12); }
H1.HeaderClassName
{
color: #77520C;
}
.AnyTagClassName
{
color: #77520C;
}
</style>
background-color css
<style>
a { background-color: #77520C; }
a { background-color: rgb(119,82,12); }
div.DivClassName
{
background-color: #77520C;
}
.BgClassName
{
background-color: #77520C;
}
</style>
border-color css
<style>
span { border-color: #77520C; }
span { border-color: rgb(119,82,12); }
td.TdClassName
{
border-color: #77520C;
}
.TagClassName
{
border-color: #77520C;
}
</style>