Shades of Raw Umber #784602
Tints of Raw Umber #784602
RGB
CMYK
RGB Variations
Color information
#784602 (or 0x784602) is known color: Raw Umber. HEX triplet: 78, 46 and 02. RGB value is (120,70,2). Sum of RGB (Red+Green+Blue) = 120+70+2=192 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.5% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 120 - color contains mainly: red. Hex color #784602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #784602 is #87B9FD. Grayscale: #4D4D4D. Windows color (decimal): -8894974 or 149112. OLE color: 149112.
HSL color Cylindrical-coordinate representation of color #784602: hue angle of 34.58º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #784602 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 70 | 2 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.53 |
| HSL | 34.58º | 0.97% | 0.24% | - |
| HSV(B) | 34.58º | 0.98% | 0.47% | - |
| XYZ | 9.95 | 8.38 | 1.15 | - |
| YUV | 77.2 | 85.57 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 70 | 2 | 0 | 0.42 | 0.98 | 0.53 | 34.58 | 0.97 | 0.24 |
| Hex | 78 | 46 | 2 | 0 | 2A | 62 | 35 | 23 | 61 | 18 |
| Octal | 170 | 106 | 2 | 0 | 52 | 142 | 65 | 43 | 141 | 30 |
| Binary | 1111000 | 1000110 | 10 | 0 | 101010 | 1100010 | 110101 | 100011 | 1100001 | 11000 |
Color Harmonies of #784602
Complementary color
Monochromatic Colors of #784602
Black with #784602
Text Example
Text Example
White with #784602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784602; }
p { color: rgb(120,70,2); }
H1.HeaderClassName
{
color: #784602;
}
.AnyTagClassName
{
color: #784602;
}
</style>
background-color css
<style>
a { background-color: #784602; }
a { background-color: rgb(120,70,2); }
div.DivClassName
{
background-color: #784602;
}
.BgClassName
{
background-color: #784602;
}
</style>
border-color css
<style>
span { border-color: #784602; }
span { border-color: rgb(120,70,2); }
td.TdClassName
{
border-color: #784602;
}
.TagClassName
{
border-color: #784602;
}
</style>