Shades of Raw Umber #785C07
Tints of Raw Umber #785C07
RGB
CMYK
RGB Variations
Color information
#785C07 (or 0x785C07) is known color: Raw Umber. HEX triplet: 78, 5C and 07. RGB value is (120,92,7). Sum of RGB (Red+Green+Blue) = 120+92+7=219 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.79% from 219); Green value is 92 (36.33% from 255 or 42.01% from 219); Blue value is 7 (3.12% from 255 or 3.20% from 219); Max value from RGB is 120 - color contains mainly: red. Hex color #785C07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785C07 is #87A3F8. Grayscale: #5B5B5B. Windows color (decimal): -8889337 or 482424. OLE color: 482424.
HSL color Cylindrical-coordinate representation of color #785C07: hue angle of 45.13º 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 #785C07 is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 92 | 7 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.53 |
| HSL | 45.13º | 0.89% | 0.25% | - |
| HSV(B) | 45.13º | 0.94% | 0.47% | - |
| XYZ | 11.61 | 11.66 | 1.84 | - |
| YUV | 90.68 | 80.78 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 7 | 0 | 0.23 | 0.94 | 0.53 | 45.13 | 0.89 | 0.25 |
| Hex | 78 | 5C | 7 | 0 | 17 | 5E | 35 | 2D | 59 | 19 |
| Octal | 170 | 134 | 7 | 0 | 27 | 136 | 65 | 55 | 131 | 31 |
| Binary | 1111000 | 1011100 | 111 | 0 | 10111 | 1011110 | 110101 | 101101 | 1011001 | 11001 |
Color Harmonies of #785C07
Complementary color
Monochromatic Colors of #785C07
Black with #785C07
Text Example
Text Example
White with #785C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785C07; }
p { color: rgb(120,92,7); }
H1.HeaderClassName
{
color: #785C07;
}
.AnyTagClassName
{
color: #785C07;
}
</style>
background-color css
<style>
a { background-color: #785C07; }
a { background-color: rgb(120,92,7); }
div.DivClassName
{
background-color: #785C07;
}
.BgClassName
{
background-color: #785C07;
}
</style>
border-color css
<style>
span { border-color: #785C07; }
span { border-color: rgb(120,92,7); }
td.TdClassName
{
border-color: #785C07;
}
.TagClassName
{
border-color: #785C07;
}
</style>