Shades of Raw Umber #764A01
Tints of Raw Umber #764A01
RGB
CMYK
RGB Variations
Color information
#764A01 (or 0x764A01) is known color: Raw Umber. HEX triplet: 76, 4A and 01. RGB value is (118,74,1). Sum of RGB (Red+Green+Blue) = 118+74+1=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #764A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764A01 is #89B5FE. Grayscale: #4F4F4F. Windows color (decimal): -9025023 or 84598. OLE color: 84598.
HSL color Cylindrical-coordinate representation of color #764A01: hue angle of 37.44º 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 #764A01 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 74 | 1 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.54 |
| HSL | 37.44º | 0.98% | 0.23% | - |
| HSV(B) | 37.44º | 0.99% | 0.46% | - |
| XYZ | 9.93 | 8.75 | 1.19 | - |
| YUV | 78.83 | 84.08 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 1 | 0 | 0.37 | 0.99 | 0.54 | 37.44 | 0.98 | 0.23 |
| Hex | 76 | 4A | 1 | 0 | 25 | 63 | 36 | 25 | 62 | 17 |
| Octal | 166 | 112 | 1 | 0 | 45 | 143 | 66 | 45 | 142 | 27 |
| Binary | 1110110 | 1001010 | 1 | 0 | 100101 | 1100011 | 110110 | 100101 | 1100010 | 10111 |
Color Harmonies of #764A01
Complementary color
Monochromatic Colors of #764A01
Black with #764A01
Text Example
Text Example
White with #764A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764A01; }
p { color: rgb(118,74,1); }
H1.HeaderClassName
{
color: #764A01;
}
.AnyTagClassName
{
color: #764A01;
}
</style>
background-color css
<style>
a { background-color: #764A01; }
a { background-color: rgb(118,74,1); }
div.DivClassName
{
background-color: #764A01;
}
.BgClassName
{
background-color: #764A01;
}
</style>
border-color css
<style>
span { border-color: #764A01; }
span { border-color: rgb(118,74,1); }
td.TdClassName
{
border-color: #764A01;
}
.TagClassName
{
border-color: #764A01;
}
</style>