Shades of Raw Umber #764104
Tints of Raw Umber #764104
RGB
CMYK
RGB Variations
Color information
#764104 (or 0x764104) is known color: Raw Umber. HEX triplet: 76, 41 and 04. RGB value is (118,65,4). Sum of RGB (Red+Green+Blue) = 118+65+4=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #764104 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764104 is #89BEFB. Grayscale: #4A4A4A. Windows color (decimal): -9027324 or 278902. OLE color: 278902.
HSL color Cylindrical-coordinate representation of color #764104: hue angle of 32.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 #764104 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 65 | 4 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.54 |
| HSL | 32.11º | 0.93% | 0.24% | - |
| HSV(B) | 32.11º | 0.97% | 0.46% | - |
| XYZ | 9.38 | 7.64 | 1.1 | - |
| YUV | 73.89 | 88.56 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 65 | 4 | 0 | 0.45 | 0.97 | 0.54 | 32.11 | 0.93 | 0.24 |
| Hex | 76 | 41 | 4 | 0 | 2D | 61 | 36 | 20 | 5D | 18 |
| Octal | 166 | 101 | 4 | 0 | 55 | 141 | 66 | 40 | 135 | 30 |
| Binary | 1110110 | 1000001 | 100 | 0 | 101101 | 1100001 | 110110 | 100000 | 1011101 | 11000 |
Color Harmonies of #764104
Complementary color
Monochromatic Colors of #764104
Black with #764104
Text Example
Text Example
White with #764104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764104; }
p { color: rgb(118,65,4); }
H1.HeaderClassName
{
color: #764104;
}
.AnyTagClassName
{
color: #764104;
}
</style>
background-color css
<style>
a { background-color: #764104; }
a { background-color: rgb(118,65,4); }
div.DivClassName
{
background-color: #764104;
}
.BgClassName
{
background-color: #764104;
}
</style>
border-color css
<style>
span { border-color: #764104; }
span { border-color: rgb(118,65,4); }
td.TdClassName
{
border-color: #764104;
}
.TagClassName
{
border-color: #764104;
}
</style>