Shades of Raw Umber #784302
Tints of Raw Umber #784302
RGB
CMYK
RGB Variations
Color information
#784302 (or 0x784302) is known color: Raw Umber. HEX triplet: 78, 43 and 02. RGB value is (120,67,2). Sum of RGB (Red+Green+Blue) = 120+67+2=189 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.49% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 120 - color contains mainly: red. Hex color #784302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #784302 is #87BCFD. Grayscale: #4B4B4B. Windows color (decimal): -8895742 or 148344. OLE color: 148344.
HSL color Cylindrical-coordinate representation of color #784302: hue angle of 33.05º 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 #784302 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 67 | 2 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.53 |
| HSL | 33.05º | 0.97% | 0.24% | - |
| HSV(B) | 33.05º | 0.98% | 0.47% | - |
| XYZ | 9.76 | 8.01 | 1.09 | - |
| YUV | 75.44 | 86.56 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 67 | 2 | 0 | 0.44 | 0.98 | 0.53 | 33.05 | 0.97 | 0.24 |
| Hex | 78 | 43 | 2 | 0 | 2C | 62 | 35 | 21 | 61 | 18 |
| Octal | 170 | 103 | 2 | 0 | 54 | 142 | 65 | 41 | 141 | 30 |
| Binary | 1111000 | 1000011 | 10 | 0 | 101100 | 1100010 | 110101 | 100001 | 1100001 | 11000 |
Color Harmonies of #784302
Complementary color
Monochromatic Colors of #784302
Black with #784302
Text Example
Text Example
White with #784302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784302; }
p { color: rgb(120,67,2); }
H1.HeaderClassName
{
color: #784302;
}
.AnyTagClassName
{
color: #784302;
}
</style>
background-color css
<style>
a { background-color: #784302; }
a { background-color: rgb(120,67,2); }
div.DivClassName
{
background-color: #784302;
}
.BgClassName
{
background-color: #784302;
}
</style>
border-color css
<style>
span { border-color: #784302; }
span { border-color: rgb(120,67,2); }
td.TdClassName
{
border-color: #784302;
}
.TagClassName
{
border-color: #784302;
}
</style>