Shades of Raw Umber #775500
Tints of Raw Umber #775500
RGB
CMYK
RGB Variations
Color information
#775500 (or 0x775500) is known color: Raw Umber. HEX triplet: 77, 55 and 00. RGB value is (119,85,0). Sum of RGB (Red+Green+Blue) = 119+85+0=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #775500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775500 is #88AAFF. Grayscale: #555555. Windows color (decimal): -8956672 or 21879. OLE color: 21879.
HSL color Cylindrical-coordinate representation of color #775500: hue angle of 42.86º 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 #775500 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 85 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.53 |
| HSL | 42.86º | 1% | 0.23% | - |
| HSV(B) | 42.86º | 1% | 0.47% | - |
| XYZ | 10.86 | 10.42 | 1.44 | - |
| YUV | 85.48 | 79.76 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 85 | 0 | 0 | 0.29 | 1 | 0.53 | 42.86 | 1 | 0.23 |
| Hex | 77 | 55 | 0 | 0 | 1D | 64 | 35 | 2B | 64 | 17 |
| Octal | 167 | 125 | 0 | 0 | 35 | 144 | 65 | 53 | 144 | 27 |
| Binary | 1110111 | 1010101 | 0 | 0 | 11101 | 1100100 | 110101 | 101011 | 1100100 | 10111 |
Color Harmonies of #775500
Complementary color
Monochromatic Colors of #775500
Black with #775500
Text Example
Text Example
White with #775500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775500; }
p { color: rgb(119,85,0); }
H1.HeaderClassName
{
color: #775500;
}
.AnyTagClassName
{
color: #775500;
}
</style>
background-color css
<style>
a { background-color: #775500; }
a { background-color: rgb(119,85,0); }
div.DivClassName
{
background-color: #775500;
}
.BgClassName
{
background-color: #775500;
}
</style>
border-color css
<style>
span { border-color: #775500; }
span { border-color: rgb(119,85,0); }
td.TdClassName
{
border-color: #775500;
}
.TagClassName
{
border-color: #775500;
}
</style>