Shades of Raw Umber #76440E
Tints of Raw Umber #76440E
RGB
CMYK
RGB Variations
Color information
#76440E (or 0x76440E) is known color: Raw Umber. HEX triplet: 76, 44 and 0E. RGB value is (118,68,14). Sum of RGB (Red+Green+Blue) = 118+68+14=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #76440E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76440E is #89BBF1. Grayscale: #4D4D4D. Windows color (decimal): -9026546 or 935030. OLE color: 935030.
HSL color Cylindrical-coordinate representation of color #76440E: hue angle of 31.15º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76440E is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 68 | 14 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.54 |
| HSL | 31.15º | 0.79% | 0.26% | - |
| HSV(B) | 31.15º | 0.88% | 0.46% | - |
| XYZ | 9.62 | 8.02 | 1.46 | - |
| YUV | 76.79 | 92.57 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 68 | 14 | 0 | 0.42 | 0.88 | 0.54 | 31.15 | 0.79 | 0.26 |
| Hex | 76 | 44 | E | 0 | 2A | 58 | 36 | 1F | 4F | 1A |
| Octal | 166 | 104 | 16 | 0 | 52 | 130 | 66 | 37 | 117 | 32 |
| Binary | 1110110 | 1000100 | 1110 | 0 | 101010 | 1011000 | 110110 | 11111 | 1001111 | 11010 |
Color Harmonies of #76440E
Complementary color
Monochromatic Colors of #76440E
Black with #76440E
Text Example
Text Example
White with #76440E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76440E; }
p { color: rgb(118,68,14); }
H1.HeaderClassName
{
color: #76440E;
}
.AnyTagClassName
{
color: #76440E;
}
</style>
background-color css
<style>
a { background-color: #76440E; }
a { background-color: rgb(118,68,14); }
div.DivClassName
{
background-color: #76440E;
}
.BgClassName
{
background-color: #76440E;
}
</style>
border-color css
<style>
span { border-color: #76440E; }
span { border-color: rgb(118,68,14); }
td.TdClassName
{
border-color: #76440E;
}
.TagClassName
{
border-color: #76440E;
}
</style>