Shades of Raw Umber #764701
Tints of Raw Umber #764701
RGB
CMYK
RGB Variations
Color information
#764701 (or 0x764701) is known color: Raw Umber. HEX triplet: 76, 47 and 01. RGB value is (118,71,1). Sum of RGB (Red+Green+Blue) = 118+71+1=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #764701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764701 is #89B8FE. Grayscale: #4D4D4D. Windows color (decimal): -9025791 or 83830. OLE color: 83830.
HSL color Cylindrical-coordinate representation of color #764701: hue angle of 35.9º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #764701 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 71 | 1 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.54 |
| HSL | 35.9º | 0.98% | 0.23% | - |
| HSV(B) | 35.9º | 0.99% | 0.46% | - |
| XYZ | 9.73 | 8.36 | 1.13 | - |
| YUV | 77.07 | 85.07 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 71 | 1 | 0 | 0.40 | 0.99 | 0.54 | 35.9 | 0.98 | 0.23 |
| Hex | 76 | 47 | 1 | 0 | 28 | 63 | 36 | 24 | 62 | 17 |
| Octal | 166 | 107 | 1 | 0 | 50 | 143 | 66 | 44 | 142 | 27 |
| Binary | 1110110 | 1000111 | 1 | 0 | 101000 | 1100011 | 110110 | 100100 | 1100010 | 10111 |
Color Harmonies of #764701
Complementary color
Monochromatic Colors of #764701
Black with #764701
Text Example
Text Example
White with #764701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764701; }
p { color: rgb(118,71,1); }
H1.HeaderClassName
{
color: #764701;
}
.AnyTagClassName
{
color: #764701;
}
</style>
background-color css
<style>
a { background-color: #764701; }
a { background-color: rgb(118,71,1); }
div.DivClassName
{
background-color: #764701;
}
.BgClassName
{
background-color: #764701;
}
</style>
border-color css
<style>
span { border-color: #764701; }
span { border-color: rgb(118,71,1); }
td.TdClassName
{
border-color: #764701;
}
.TagClassName
{
border-color: #764701;
}
</style>