Shades of Raw Umber #78560B
Tints of Raw Umber #78560B
RGB
CMYK
RGB Variations
Color information
#78560B (or 0x78560B) is known color: Raw Umber. HEX triplet: 78, 56 and 0B. RGB value is (120,86,11). Sum of RGB (Red+Green+Blue) = 120+86+11=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 11 (4.69% from 255 or 5.07% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #78560B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78560B is #87A9F4. Grayscale: #575757. Windows color (decimal): -8890869 or 743032. OLE color: 743032.
HSL color Cylindrical-coordinate representation of color #78560B: hue angle of 41.28º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #78560B is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 86 | 11 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.53 |
| HSL | 41.28º | 0.83% | 0.26% | - |
| HSV(B) | 41.28º | 0.91% | 0.47% | - |
| XYZ | 11.13 | 10.67 | 1.79 | - |
| YUV | 87.62 | 84.76 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 86 | 11 | 0 | 0.28 | 0.91 | 0.53 | 41.28 | 0.83 | 0.26 |
| Hex | 78 | 56 | B | 0 | 1C | 5B | 35 | 29 | 53 | 1A |
| Octal | 170 | 126 | 13 | 0 | 34 | 133 | 65 | 51 | 123 | 32 |
| Binary | 1111000 | 1010110 | 1011 | 0 | 11100 | 1011011 | 110101 | 101001 | 1010011 | 11010 |
Color Harmonies of #78560B
Complementary color
Monochromatic Colors of #78560B
Black with #78560B
Text Example
Text Example
White with #78560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78560B; }
p { color: rgb(120,86,11); }
H1.HeaderClassName
{
color: #78560B;
}
.AnyTagClassName
{
color: #78560B;
}
</style>
background-color css
<style>
a { background-color: #78560B; }
a { background-color: rgb(120,86,11); }
div.DivClassName
{
background-color: #78560B;
}
.BgClassName
{
background-color: #78560B;
}
</style>
border-color css
<style>
span { border-color: #78560B; }
span { border-color: rgb(120,86,11); }
td.TdClassName
{
border-color: #78560B;
}
.TagClassName
{
border-color: #78560B;
}
</style>