Shades of Raw Umber #764401
Tints of Raw Umber #764401
RGB
CMYK
RGB Variations
Color information
#764401 (or 0x764401) is known color: Raw Umber. HEX triplet: 76, 44 and 01. RGB value is (118,68,1). Sum of RGB (Red+Green+Blue) = 118+68+1=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #764401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764401 is #89BBFE. Grayscale: #4B4B4B. Windows color (decimal): -9026559 or 83062. OLE color: 83062.
HSL color Cylindrical-coordinate representation of color #764401: hue angle of 34.36º 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 #764401 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 68 | 1 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.54 |
| HSL | 34.36º | 0.98% | 0.23% | - |
| HSV(B) | 34.36º | 0.99% | 0.46% | - |
| XYZ | 9.54 | 7.99 | 1.07 | - |
| YUV | 75.31 | 86.07 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 68 | 1 | 0 | 0.42 | 0.99 | 0.54 | 34.36 | 0.98 | 0.23 |
| Hex | 76 | 44 | 1 | 0 | 2A | 63 | 36 | 22 | 62 | 17 |
| Octal | 166 | 104 | 1 | 0 | 52 | 143 | 66 | 42 | 142 | 27 |
| Binary | 1110110 | 1000100 | 1 | 0 | 101010 | 1100011 | 110110 | 100010 | 1100010 | 10111 |
Color Harmonies of #764401
Complementary color
Monochromatic Colors of #764401
Black with #764401
Text Example
Text Example
White with #764401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764401; }
p { color: rgb(118,68,1); }
H1.HeaderClassName
{
color: #764401;
}
.AnyTagClassName
{
color: #764401;
}
</style>
background-color css
<style>
a { background-color: #764401; }
a { background-color: rgb(118,68,1); }
div.DivClassName
{
background-color: #764401;
}
.BgClassName
{
background-color: #764401;
}
</style>
border-color css
<style>
span { border-color: #764401; }
span { border-color: rgb(118,68,1); }
td.TdClassName
{
border-color: #764401;
}
.TagClassName
{
border-color: #764401;
}
</style>