Shades of Raw Umber #775510
Tints of Raw Umber #775510
RGB
CMYK
RGB Variations
Color information
#775510 (or 0x775510) is known color: Raw Umber. HEX triplet: 77, 55 and 10. RGB value is (119,85,16). Sum of RGB (Red+Green+Blue) = 119+85+16=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #775510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775510 is #88AAEF. Grayscale: #575757. Windows color (decimal): -8956656 or 1070455. OLE color: 1070455.
HSL color Cylindrical-coordinate representation of color #775510: hue angle of 40.19º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #775510 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 85 | 16 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.53 |
| HSL | 40.19º | 0.76% | 0.26% | - |
| HSV(B) | 40.19º | 0.87% | 0.47% | - |
| XYZ | 10.95 | 10.46 | 1.93 | - |
| YUV | 87.3 | 87.76 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 85 | 16 | 0 | 0.29 | 0.87 | 0.53 | 40.19 | 0.76 | 0.26 |
| Hex | 77 | 55 | 10 | 0 | 1D | 57 | 35 | 28 | 4C | 1A |
| Octal | 167 | 125 | 20 | 0 | 35 | 127 | 65 | 50 | 114 | 32 |
| Binary | 1110111 | 1010101 | 10000 | 0 | 11101 | 1010111 | 110101 | 101000 | 1001100 | 11010 |
Color Harmonies of #775510
Complementary color
Monochromatic Colors of #775510
Black with #775510
Text Example
Text Example
White with #775510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775510; }
p { color: rgb(119,85,16); }
H1.HeaderClassName
{
color: #775510;
}
.AnyTagClassName
{
color: #775510;
}
</style>
background-color css
<style>
a { background-color: #775510; }
a { background-color: rgb(119,85,16); }
div.DivClassName
{
background-color: #775510;
}
.BgClassName
{
background-color: #775510;
}
</style>
border-color css
<style>
span { border-color: #775510; }
span { border-color: rgb(119,85,16); }
td.TdClassName
{
border-color: #775510;
}
.TagClassName
{
border-color: #775510;
}
</style>