Shades of Raw Umber #784A00
Tints of Raw Umber #784A00
RGB
CMYK
RGB Variations
Color information
#784A00 (or 0x784A00) is known color: Raw Umber. HEX triplet: 78, 4A and 00. RGB value is (120,74,0). Sum of RGB (Red+Green+Blue) = 120+74+0=194 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.86% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 120 - color contains mainly: red. Hex color #784A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #784A00 is #87B5FF. Grayscale: #4F4F4F. Windows color (decimal): -8893952 or 19064. OLE color: 19064.
HSL color Cylindrical-coordinate representation of color #784A00: hue angle of 37º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #784A00 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 74 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.53 |
| HSL | 37º | 1% | 0.24% | - |
| HSV(B) | 37º | 1% | 0.47% | - |
| XYZ | 10.19 | 8.89 | 1.18 | - |
| YUV | 79.32 | 83.24 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 74 | 0 | 0 | 0.38 | 1 | 0.53 | 37 | 1 | 0.24 |
| Hex | 78 | 4A | 0 | 0 | 26 | 64 | 35 | 25 | 64 | 18 |
| Octal | 170 | 112 | 0 | 0 | 46 | 144 | 65 | 45 | 144 | 30 |
| Binary | 1111000 | 1001010 | 0 | 0 | 100110 | 1100100 | 110101 | 100101 | 1100100 | 11000 |
Color Harmonies of #784A00
Complementary color
Monochromatic Colors of #784A00
Black with #784A00
Text Example
Text Example
White with #784A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784A00; }
p { color: rgb(120,74,0); }
H1.HeaderClassName
{
color: #784A00;
}
.AnyTagClassName
{
color: #784A00;
}
</style>
background-color css
<style>
a { background-color: #784A00; }
a { background-color: rgb(120,74,0); }
div.DivClassName
{
background-color: #784A00;
}
.BgClassName
{
background-color: #784A00;
}
</style>
border-color css
<style>
span { border-color: #784A00; }
span { border-color: rgb(120,74,0); }
td.TdClassName
{
border-color: #784A00;
}
.TagClassName
{
border-color: #784A00;
}
</style>