Shades of Raw Umber #764E07
Tints of Raw Umber #764E07
RGB
CMYK
RGB Variations
Color information
#764E07 (or 0x764E07) is known color: Raw Umber. HEX triplet: 76, 4E and 07. RGB value is (118,78,7). Sum of RGB (Red+Green+Blue) = 118+78+7=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 7 (3.12% from 255 or 3.45% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #764E07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764E07 is #89B1F8. Grayscale: #525252. Windows color (decimal): -9023993 or 478838. OLE color: 478838.
HSL color Cylindrical-coordinate representation of color #764E07: hue angle of 38.38º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #764E07 is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 7 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.54 |
| HSL | 38.38º | 0.89% | 0.25% | - |
| HSV(B) | 38.38º | 0.94% | 0.46% | - |
| XYZ | 10.23 | 9.32 | 1.46 | - |
| YUV | 81.87 | 85.75 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 7 | 0 | 0.34 | 0.94 | 0.54 | 38.38 | 0.89 | 0.25 |
| Hex | 76 | 4E | 7 | 0 | 22 | 5E | 36 | 26 | 59 | 19 |
| Octal | 166 | 116 | 7 | 0 | 42 | 136 | 66 | 46 | 131 | 31 |
| Binary | 1110110 | 1001110 | 111 | 0 | 100010 | 1011110 | 110110 | 100110 | 1011001 | 11001 |
Color Harmonies of #764E07
Complementary color
Monochromatic Colors of #764E07
Black with #764E07
Text Example
Text Example
White with #764E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E07; }
p { color: rgb(118,78,7); }
H1.HeaderClassName
{
color: #764E07;
}
.AnyTagClassName
{
color: #764E07;
}
</style>
background-color css
<style>
a { background-color: #764E07; }
a { background-color: rgb(118,78,7); }
div.DivClassName
{
background-color: #764E07;
}
.BgClassName
{
background-color: #764E07;
}
</style>
border-color css
<style>
span { border-color: #764E07; }
span { border-color: rgb(118,78,7); }
td.TdClassName
{
border-color: #764E07;
}
.TagClassName
{
border-color: #764E07;
}
</style>