Shades of Raw Umber #765404
Tints of Raw Umber #765404
RGB
CMYK
RGB Variations
Color information
#765404 (or 0x765404) is known color: Raw Umber. HEX triplet: 76, 54 and 04. RGB value is (118,84,4). Sum of RGB (Red+Green+Blue) = 118+84+4=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #765404 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765404 is #89ABFB. Grayscale: #555555. Windows color (decimal): -9022460 or 283766. OLE color: 283766.
HSL color Cylindrical-coordinate representation of color #765404: hue angle of 42.11º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #765404 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 84 | 4 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.54 |
| HSL | 42.11º | 0.93% | 0.24% | - |
| HSV(B) | 42.11º | 0.97% | 0.46% | - |
| XYZ | 10.66 | 10.2 | 1.52 | - |
| YUV | 85.05 | 82.26 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 84 | 4 | 0 | 0.29 | 0.97 | 0.54 | 42.11 | 0.93 | 0.24 |
| Hex | 76 | 54 | 4 | 0 | 1D | 61 | 36 | 2A | 5D | 18 |
| Octal | 166 | 124 | 4 | 0 | 35 | 141 | 66 | 52 | 135 | 30 |
| Binary | 1110110 | 1010100 | 100 | 0 | 11101 | 1100001 | 110110 | 101010 | 1011101 | 11000 |
Color Harmonies of #765404
Complementary color
Monochromatic Colors of #765404
Black with #765404
Text Example
Text Example
White with #765404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765404; }
p { color: rgb(118,84,4); }
H1.HeaderClassName
{
color: #765404;
}
.AnyTagClassName
{
color: #765404;
}
</style>
background-color css
<style>
a { background-color: #765404; }
a { background-color: rgb(118,84,4); }
div.DivClassName
{
background-color: #765404;
}
.BgClassName
{
background-color: #765404;
}
</style>
border-color css
<style>
span { border-color: #765404; }
span { border-color: rgb(118,84,4); }
td.TdClassName
{
border-color: #765404;
}
.TagClassName
{
border-color: #765404;
}
</style>