Shades of Raw Umber #764501
Tints of Raw Umber #764501
RGB
CMYK
RGB Variations
Color information
#764501 (or 0x764501) is known color: Raw Umber. HEX triplet: 76, 45 and 01. RGB value is (118,69,1). Sum of RGB (Red+Green+Blue) = 118+69+1=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #764501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764501 is #89BAFE. Grayscale: #4C4C4C. Windows color (decimal): -9026303 or 83318. OLE color: 83318.
HSL color Cylindrical-coordinate representation of color #764501: hue angle of 34.87º 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 #764501 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 69 | 1 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.54 |
| HSL | 34.87º | 0.98% | 0.23% | - |
| HSV(B) | 34.87º | 0.99% | 0.46% | - |
| XYZ | 9.6 | 8.11 | 1.09 | - |
| YUV | 75.9 | 85.73 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 69 | 1 | 0 | 0.42 | 0.99 | 0.54 | 34.87 | 0.98 | 0.23 |
| Hex | 76 | 45 | 1 | 0 | 2A | 63 | 36 | 23 | 62 | 17 |
| Octal | 166 | 105 | 1 | 0 | 52 | 143 | 66 | 43 | 142 | 27 |
| Binary | 1110110 | 1000101 | 1 | 0 | 101010 | 1100011 | 110110 | 100011 | 1100010 | 10111 |
Color Harmonies of #764501
Complementary color
Monochromatic Colors of #764501
Black with #764501
Text Example
Text Example
White with #764501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764501; }
p { color: rgb(118,69,1); }
H1.HeaderClassName
{
color: #764501;
}
.AnyTagClassName
{
color: #764501;
}
</style>
background-color css
<style>
a { background-color: #764501; }
a { background-color: rgb(118,69,1); }
div.DivClassName
{
background-color: #764501;
}
.BgClassName
{
background-color: #764501;
}
</style>
border-color css
<style>
span { border-color: #764501; }
span { border-color: rgb(118,69,1); }
td.TdClassName
{
border-color: #764501;
}
.TagClassName
{
border-color: #764501;
}
</style>