Shades of Raw Umber #775404
Tints of Raw Umber #775404
RGB
CMYK
RGB Variations
Color information
#775404 (or 0x775404) is known color: Raw Umber. HEX triplet: 77, 54 and 04. RGB value is (119,84,4). Sum of RGB (Red+Green+Blue) = 119+84+4=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #775404 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775404 is #88ABFB. Grayscale: #555555. Windows color (decimal): -8956924 or 283767. OLE color: 283767.
HSL color Cylindrical-coordinate representation of color #775404: hue angle of 41.74º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #775404 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 84 | 4 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.53 |
| HSL | 41.74º | 0.93% | 0.24% | - |
| HSV(B) | 41.74º | 0.97% | 0.47% | - |
| XYZ | 10.8 | 10.27 | 1.53 | - |
| YUV | 85.35 | 82.1 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 84 | 4 | 0 | 0.29 | 0.97 | 0.53 | 41.74 | 0.93 | 0.24 |
| Hex | 77 | 54 | 4 | 0 | 1D | 61 | 35 | 2A | 5D | 18 |
| Octal | 167 | 124 | 4 | 0 | 35 | 141 | 65 | 52 | 135 | 30 |
| Binary | 1110111 | 1010100 | 100 | 0 | 11101 | 1100001 | 110101 | 101010 | 1011101 | 11000 |
Color Harmonies of #775404
Complementary color
Monochromatic Colors of #775404
Black with #775404
Text Example
Text Example
White with #775404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775404; }
p { color: rgb(119,84,4); }
H1.HeaderClassName
{
color: #775404;
}
.AnyTagClassName
{
color: #775404;
}
</style>
background-color css
<style>
a { background-color: #775404; }
a { background-color: rgb(119,84,4); }
div.DivClassName
{
background-color: #775404;
}
.BgClassName
{
background-color: #775404;
}
</style>
border-color css
<style>
span { border-color: #775404; }
span { border-color: rgb(119,84,4); }
td.TdClassName
{
border-color: #775404;
}
.TagClassName
{
border-color: #775404;
}
</style>