Shades of Raw Umber #784A07
Tints of Raw Umber #784A07
RGB
CMYK
RGB Variations
Color information
#784A07 (or 0x784A07) is known color: Raw Umber. HEX triplet: 78, 4A and 07. RGB value is (120,74,7). Sum of RGB (Red+Green+Blue) = 120+74+7=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 7 (3.12% from 255 or 3.48% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #784A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #784A07 is #87B5F8. Grayscale: #505050. Windows color (decimal): -8893945 or 477816. OLE color: 477816.
HSL color Cylindrical-coordinate representation of color #784A07: hue angle of 35.58º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #784A07 is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 74 | 7 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.53 |
| HSL | 35.58º | 0.89% | 0.25% | - |
| HSV(B) | 35.58º | 0.94% | 0.47% | - |
| XYZ | 10.23 | 8.91 | 1.38 | - |
| YUV | 80.12 | 86.74 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 74 | 7 | 0 | 0.38 | 0.94 | 0.53 | 35.58 | 0.89 | 0.25 |
| Hex | 78 | 4A | 7 | 0 | 26 | 5E | 35 | 24 | 59 | 19 |
| Octal | 170 | 112 | 7 | 0 | 46 | 136 | 65 | 44 | 131 | 31 |
| Binary | 1111000 | 1001010 | 111 | 0 | 100110 | 1011110 | 110101 | 100100 | 1011001 | 11001 |
Color Harmonies of #784A07
Complementary color
Monochromatic Colors of #784A07
Black with #784A07
Text Example
Text Example
White with #784A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784A07; }
p { color: rgb(120,74,7); }
H1.HeaderClassName
{
color: #784A07;
}
.AnyTagClassName
{
color: #784A07;
}
</style>
background-color css
<style>
a { background-color: #784A07; }
a { background-color: rgb(120,74,7); }
div.DivClassName
{
background-color: #784A07;
}
.BgClassName
{
background-color: #784A07;
}
</style>
border-color css
<style>
span { border-color: #784A07; }
span { border-color: rgb(120,74,7); }
td.TdClassName
{
border-color: #784A07;
}
.TagClassName
{
border-color: #784A07;
}
</style>