Shades of Raw Umber #78520C
Tints of Raw Umber #78520C
RGB
CMYK
RGB Variations
Color information
#78520C (or 0x78520C) is known color: Raw Umber. HEX triplet: 78, 52 and 0C. RGB value is (120,82,12). Sum of RGB (Red+Green+Blue) = 120+82+12=214 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.07% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 120 - color contains mainly: red. Hex color #78520C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78520C is #87ADF3. Grayscale: #555555. Windows color (decimal): -8891892 or 807544. OLE color: 807544.
HSL color Cylindrical-coordinate representation of color #78520C: hue angle of 38.89º 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 #78520C is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 82 | 12 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.53 |
| HSL | 38.89º | 0.82% | 0.26% | - |
| HSV(B) | 38.89º | 0.9% | 0.47% | - |
| XYZ | 10.83 | 10.05 | 1.72 | - |
| YUV | 85.38 | 86.59 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 82 | 12 | 0 | 0.32 | 0.90 | 0.53 | 38.89 | 0.82 | 0.26 |
| Hex | 78 | 52 | C | 0 | 20 | 5A | 35 | 27 | 52 | 1A |
| Octal | 170 | 122 | 14 | 0 | 40 | 132 | 65 | 47 | 122 | 32 |
| Binary | 1111000 | 1010010 | 1100 | 0 | 100000 | 1011010 | 110101 | 100111 | 1010010 | 11010 |
Color Harmonies of #78520C
Complementary color
Monochromatic Colors of #78520C
Black with #78520C
Text Example
Text Example
White with #78520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78520C; }
p { color: rgb(120,82,12); }
H1.HeaderClassName
{
color: #78520C;
}
.AnyTagClassName
{
color: #78520C;
}
</style>
background-color css
<style>
a { background-color: #78520C; }
a { background-color: rgb(120,82,12); }
div.DivClassName
{
background-color: #78520C;
}
.BgClassName
{
background-color: #78520C;
}
</style>
border-color css
<style>
span { border-color: #78520C; }
span { border-color: rgb(120,82,12); }
td.TdClassName
{
border-color: #78520C;
}
.TagClassName
{
border-color: #78520C;
}
</style>