Shades of Raw Umber #78490A
Tints of Raw Umber #78490A
RGB
CMYK
RGB Variations
Color information
#78490A (or 0x78490A) is known color: Raw Umber. HEX triplet: 78, 49 and 0A. RGB value is (120,73,10). Sum of RGB (Red+Green+Blue) = 120+73+10=203 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.11% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 120 - color contains mainly: red. Hex color #78490A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78490A is #87B6F5. Grayscale: #505050. Windows color (decimal): -8894198 or 674168. OLE color: 674168.
HSL color Cylindrical-coordinate representation of color #78490A: hue angle of 34.36º degrees, saturation: 0.85, 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 #78490A is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 73 | 10 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.53 |
| HSL | 34.36º | 0.85% | 0.25% | - |
| HSV(B) | 34.36º | 0.92% | 0.47% | - |
| XYZ | 10.18 | 8.78 | 1.45 | - |
| YUV | 79.87 | 88.57 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 73 | 10 | 0 | 0.39 | 0.92 | 0.53 | 34.36 | 0.85 | 0.25 |
| Hex | 78 | 49 | A | 0 | 27 | 5C | 35 | 22 | 55 | 19 |
| Octal | 170 | 111 | 12 | 0 | 47 | 134 | 65 | 42 | 125 | 31 |
| Binary | 1111000 | 1001001 | 1010 | 0 | 100111 | 1011100 | 110101 | 100010 | 1010101 | 11001 |
Color Harmonies of #78490A
Complementary color
Monochromatic Colors of #78490A
Black with #78490A
Text Example
Text Example
White with #78490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78490A; }
p { color: rgb(120,73,10); }
H1.HeaderClassName
{
color: #78490A;
}
.AnyTagClassName
{
color: #78490A;
}
</style>
background-color css
<style>
a { background-color: #78490A; }
a { background-color: rgb(120,73,10); }
div.DivClassName
{
background-color: #78490A;
}
.BgClassName
{
background-color: #78490A;
}
</style>
border-color css
<style>
span { border-color: #78490A; }
span { border-color: rgb(120,73,10); }
td.TdClassName
{
border-color: #78490A;
}
.TagClassName
{
border-color: #78490A;
}
</style>