Shades of Raw Umber #764E01
Tints of Raw Umber #764E01
RGB
CMYK
RGB Variations
Color information
#764E01 (or 0x764E01) is known color: Raw Umber. HEX triplet: 76, 4E and 01. RGB value is (118,78,1). Sum of RGB (Red+Green+Blue) = 118+78+1=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #764E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764E01 is #89B1FE. Grayscale: #515151. Windows color (decimal): -9023999 or 85622. OLE color: 85622.
HSL color Cylindrical-coordinate representation of color #764E01: hue angle of 39.49º 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 #764E01 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 1 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.54 |
| HSL | 39.49º | 0.98% | 0.23% | - |
| HSV(B) | 39.49º | 0.99% | 0.46% | - |
| XYZ | 10.2 | 9.3 | 1.29 | - |
| YUV | 81.18 | 82.75 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 1 | 0 | 0.34 | 0.99 | 0.54 | 39.49 | 0.98 | 0.23 |
| Hex | 76 | 4E | 1 | 0 | 22 | 63 | 36 | 27 | 62 | 17 |
| Octal | 166 | 116 | 1 | 0 | 42 | 143 | 66 | 47 | 142 | 27 |
| Binary | 1110110 | 1001110 | 1 | 0 | 100010 | 1100011 | 110110 | 100111 | 1100010 | 10111 |
Color Harmonies of #764E01
Complementary color
Monochromatic Colors of #764E01
Black with #764E01
Text Example
Text Example
White with #764E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E01; }
p { color: rgb(118,78,1); }
H1.HeaderClassName
{
color: #764E01;
}
.AnyTagClassName
{
color: #764E01;
}
</style>
background-color css
<style>
a { background-color: #764E01; }
a { background-color: rgb(118,78,1); }
div.DivClassName
{
background-color: #764E01;
}
.BgClassName
{
background-color: #764E01;
}
</style>
border-color css
<style>
span { border-color: #764E01; }
span { border-color: rgb(118,78,1); }
td.TdClassName
{
border-color: #764E01;
}
.TagClassName
{
border-color: #764E01;
}
</style>