Shades of Raw Umber #784200
Tints of Raw Umber #784200
RGB
CMYK
RGB Variations
Color information
#784200 (or 0x784200) is known color: Raw Umber. HEX triplet: 78, 42 and 00. RGB value is (120,66,0). Sum of RGB (Red+Green+Blue) = 120+66+0=186 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.52% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 120 - color contains mainly: red. Hex color #784200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #784200 is #87BDFF. Grayscale: #4A4A4A. Windows color (decimal): -8896000 or 17016. OLE color: 17016.
HSL color Cylindrical-coordinate representation of color #784200: hue angle of 33º 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 #784200 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 66 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.53 |
| HSL | 33º | 1% | 0.24% | - |
| HSV(B) | 33º | 1% | 0.47% | - |
| XYZ | 9.69 | 7.89 | 1.01 | - |
| YUV | 74.62 | 85.89 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 66 | 0 | 0 | 0.45 | 1 | 0.53 | 33 | 1 | 0.24 |
| Hex | 78 | 42 | 0 | 0 | 2D | 64 | 35 | 21 | 64 | 18 |
| Octal | 170 | 102 | 0 | 0 | 55 | 144 | 65 | 41 | 144 | 30 |
| Binary | 1111000 | 1000010 | 0 | 0 | 101101 | 1100100 | 110101 | 100001 | 1100100 | 11000 |
Color Harmonies of #784200
Complementary color
Monochromatic Colors of #784200
Black with #784200
Text Example
Text Example
White with #784200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784200; }
p { color: rgb(120,66,0); }
H1.HeaderClassName
{
color: #784200;
}
.AnyTagClassName
{
color: #784200;
}
</style>
background-color css
<style>
a { background-color: #784200; }
a { background-color: rgb(120,66,0); }
div.DivClassName
{
background-color: #784200;
}
.BgClassName
{
background-color: #784200;
}
</style>
border-color css
<style>
span { border-color: #784200; }
span { border-color: rgb(120,66,0); }
td.TdClassName
{
border-color: #784200;
}
.TagClassName
{
border-color: #784200;
}
</style>