Shades of Raw Umber #785D07
Tints of Raw Umber #785D07
RGB
CMYK
RGB Variations
Color information
#785D07 (or 0x785D07) is known color: Raw Umber. HEX triplet: 78, 5D and 07. RGB value is (120,93,7). Sum of RGB (Red+Green+Blue) = 120+93+7=220 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.55% from 220); Green value is 93 (36.72% from 255 or 42.27% from 220); Blue value is 7 (3.12% from 255 or 3.18% from 220); Max value from RGB is 120 - color contains mainly: red. Hex color #785D07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785D07 is #87A2F8. Grayscale: #5B5B5B. Windows color (decimal): -8889081 or 482680. OLE color: 482680.
HSL color Cylindrical-coordinate representation of color #785D07: hue angle of 45.66º 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 #785D07 is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 93 | 7 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.53 |
| HSL | 45.66º | 0.89% | 0.25% | - |
| HSV(B) | 45.66º | 0.94% | 0.47% | - |
| XYZ | 11.7 | 11.84 | 1.87 | - |
| YUV | 91.27 | 80.45 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 7 | 0 | 0.22 | 0.94 | 0.53 | 45.66 | 0.89 | 0.25 |
| Hex | 78 | 5D | 7 | 0 | 16 | 5E | 35 | 2E | 59 | 19 |
| Octal | 170 | 135 | 7 | 0 | 26 | 136 | 65 | 56 | 131 | 31 |
| Binary | 1111000 | 1011101 | 111 | 0 | 10110 | 1011110 | 110101 | 101110 | 1011001 | 11001 |
Color Harmonies of #785D07
Complementary color
Monochromatic Colors of #785D07
Black with #785D07
Text Example
Text Example
White with #785D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785D07; }
p { color: rgb(120,93,7); }
H1.HeaderClassName
{
color: #785D07;
}
.AnyTagClassName
{
color: #785D07;
}
</style>
background-color css
<style>
a { background-color: #785D07; }
a { background-color: rgb(120,93,7); }
div.DivClassName
{
background-color: #785D07;
}
.BgClassName
{
background-color: #785D07;
}
</style>
border-color css
<style>
span { border-color: #785D07; }
span { border-color: rgb(120,93,7); }
td.TdClassName
{
border-color: #785D07;
}
.TagClassName
{
border-color: #785D07;
}
</style>