Shades of Raw Umber #764607
Tints of Raw Umber #764607
RGB
CMYK
RGB Variations
Color information
#764607 (or 0x764607) is known color: Raw Umber. HEX triplet: 76, 46 and 07. RGB value is (118,70,7). Sum of RGB (Red+Green+Blue) = 118+70+7=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 7 (3.12% from 255 or 3.59% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #764607 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764607 is #89B9F8. Grayscale: #4D4D4D. Windows color (decimal): -9026041 or 476790. OLE color: 476790.
HSL color Cylindrical-coordinate representation of color #764607: hue angle of 34.05º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #764607 is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 70 | 7 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.54 |
| HSL | 34.05º | 0.89% | 0.25% | - |
| HSV(B) | 34.05º | 0.94% | 0.46% | - |
| XYZ | 9.7 | 8.25 | 1.28 | - |
| YUV | 77.17 | 88.4 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 70 | 7 | 0 | 0.41 | 0.94 | 0.54 | 34.05 | 0.89 | 0.25 |
| Hex | 76 | 46 | 7 | 0 | 29 | 5E | 36 | 22 | 59 | 19 |
| Octal | 166 | 106 | 7 | 0 | 51 | 136 | 66 | 42 | 131 | 31 |
| Binary | 1110110 | 1000110 | 111 | 0 | 101001 | 1011110 | 110110 | 100010 | 1011001 | 11001 |
Color Harmonies of #764607
Complementary color
Monochromatic Colors of #764607
Black with #764607
Text Example
Text Example
White with #764607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764607; }
p { color: rgb(118,70,7); }
H1.HeaderClassName
{
color: #764607;
}
.AnyTagClassName
{
color: #764607;
}
</style>
background-color css
<style>
a { background-color: #764607; }
a { background-color: rgb(118,70,7); }
div.DivClassName
{
background-color: #764607;
}
.BgClassName
{
background-color: #764607;
}
</style>
border-color css
<style>
span { border-color: #764607; }
span { border-color: rgb(118,70,7); }
td.TdClassName
{
border-color: #764607;
}
.TagClassName
{
border-color: #764607;
}
</style>