Shades of Raw Umber #785505
Tints of Raw Umber #785505
RGB
CMYK
RGB Variations
Color information
#785505 (or 0x785505) is known color: Raw Umber. HEX triplet: 78, 55 and 05. RGB value is (120,85,5). Sum of RGB (Red+Green+Blue) = 120+85+5=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #785505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785505 is #87AAFA. Grayscale: #565656. Windows color (decimal): -8891131 or 349560. OLE color: 349560.
HSL color Cylindrical-coordinate representation of color #785505: hue angle of 41.74º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #785505 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 85 | 5 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.53 |
| HSL | 41.74º | 0.92% | 0.25% | - |
| HSV(B) | 41.74º | 0.96% | 0.47% | - |
| XYZ | 11.02 | 10.5 | 1.59 | - |
| YUV | 86.35 | 82.1 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 85 | 5 | 0 | 0.29 | 0.96 | 0.53 | 41.74 | 0.92 | 0.25 |
| Hex | 78 | 55 | 5 | 0 | 1D | 60 | 35 | 2A | 5C | 19 |
| Octal | 170 | 125 | 5 | 0 | 35 | 140 | 65 | 52 | 134 | 31 |
| Binary | 1111000 | 1010101 | 101 | 0 | 11101 | 1100000 | 110101 | 101010 | 1011100 | 11001 |
Color Harmonies of #785505
Complementary color
Monochromatic Colors of #785505
Black with #785505
Text Example
Text Example
White with #785505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785505; }
p { color: rgb(120,85,5); }
H1.HeaderClassName
{
color: #785505;
}
.AnyTagClassName
{
color: #785505;
}
</style>
background-color css
<style>
a { background-color: #785505; }
a { background-color: rgb(120,85,5); }
div.DivClassName
{
background-color: #785505;
}
.BgClassName
{
background-color: #785505;
}
</style>
border-color css
<style>
span { border-color: #785505; }
span { border-color: rgb(120,85,5); }
td.TdClassName
{
border-color: #785505;
}
.TagClassName
{
border-color: #785505;
}
</style>