Shades of Raw Umber #785507
Tints of Raw Umber #785507
RGB
CMYK
RGB Variations
Color information
#785507 (or 0x785507) is known color: Raw Umber. HEX triplet: 78, 55 and 07. RGB value is (120,85,7). Sum of RGB (Red+Green+Blue) = 120+85+7=212 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.60% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 7 (3.12% from 255 or 3.30% from 212); Max value from RGB is 120 - color contains mainly: red. Hex color #785507 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785507 is #87AAF8. Grayscale: #565656. Windows color (decimal): -8891129 or 480632. OLE color: 480632.
HSL color Cylindrical-coordinate representation of color #785507: hue angle of 41.42º 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 #785507 is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 85 | 7 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.53 |
| HSL | 41.42º | 0.89% | 0.25% | - |
| HSV(B) | 41.42º | 0.94% | 0.47% | - |
| XYZ | 11.03 | 10.51 | 1.65 | - |
| YUV | 86.57 | 83.1 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 85 | 7 | 0 | 0.29 | 0.94 | 0.53 | 41.42 | 0.89 | 0.25 |
| Hex | 78 | 55 | 7 | 0 | 1D | 5E | 35 | 29 | 59 | 19 |
| Octal | 170 | 125 | 7 | 0 | 35 | 136 | 65 | 51 | 131 | 31 |
| Binary | 1111000 | 1010101 | 111 | 0 | 11101 | 1011110 | 110101 | 101001 | 1011001 | 11001 |
Color Harmonies of #785507
Complementary color
Monochromatic Colors of #785507
Black with #785507
Text Example
Text Example
White with #785507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785507; }
p { color: rgb(120,85,7); }
H1.HeaderClassName
{
color: #785507;
}
.AnyTagClassName
{
color: #785507;
}
</style>
background-color css
<style>
a { background-color: #785507; }
a { background-color: rgb(120,85,7); }
div.DivClassName
{
background-color: #785507;
}
.BgClassName
{
background-color: #785507;
}
</style>
border-color css
<style>
span { border-color: #785507; }
span { border-color: rgb(120,85,7); }
td.TdClassName
{
border-color: #785507;
}
.TagClassName
{
border-color: #785507;
}
</style>