Shades of Raw Umber #775000
Tints of Raw Umber #775000
RGB
CMYK
RGB Variations
Color information
#775000 (or 0x775000) is known color: Raw Umber. HEX triplet: 77, 50 and 00. RGB value is (119,80,0). Sum of RGB (Red+Green+Blue) = 119+80+0=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #775000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775000 is #88AFFF. Grayscale: #525252. Windows color (decimal): -8957952 or 20599. OLE color: 20599.
HSL color Cylindrical-coordinate representation of color #775000: hue angle of 40.34º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #775000 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 80 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.53 |
| HSL | 40.34º | 1% | 0.23% | - |
| HSV(B) | 40.34º | 1% | 0.47% | - |
| XYZ | 10.48 | 9.66 | 1.31 | - |
| YUV | 82.54 | 81.42 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 80 | 0 | 0 | 0.33 | 1 | 0.53 | 40.34 | 1 | 0.23 |
| Hex | 77 | 50 | 0 | 0 | 21 | 64 | 35 | 28 | 64 | 17 |
| Octal | 167 | 120 | 0 | 0 | 41 | 144 | 65 | 50 | 144 | 27 |
| Binary | 1110111 | 1010000 | 0 | 0 | 100001 | 1100100 | 110101 | 101000 | 1100100 | 10111 |
Color Harmonies of #775000
Complementary color
Monochromatic Colors of #775000
Black with #775000
Text Example
Text Example
White with #775000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775000; }
p { color: rgb(119,80,0); }
H1.HeaderClassName
{
color: #775000;
}
.AnyTagClassName
{
color: #775000;
}
</style>
background-color css
<style>
a { background-color: #775000; }
a { background-color: rgb(119,80,0); }
div.DivClassName
{
background-color: #775000;
}
.BgClassName
{
background-color: #775000;
}
</style>
border-color css
<style>
span { border-color: #775000; }
span { border-color: rgb(119,80,0); }
td.TdClassName
{
border-color: #775000;
}
.TagClassName
{
border-color: #775000;
}
</style>