Shades of Raw Umber #76440C
Tints of Raw Umber #76440C
RGB
CMYK
RGB Variations
Color information
#76440C (or 0x76440C) is known color: Raw Umber. HEX triplet: 76, 44 and 0C. RGB value is (118,68,12). Sum of RGB (Red+Green+Blue) = 118+68+12=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #76440C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76440C is #89BBF3. Grayscale: #4C4C4C. Windows color (decimal): -9026548 or 803958. OLE color: 803958.
HSL color Cylindrical-coordinate representation of color #76440C: hue angle of 31.7º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76440C is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 68 | 12 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.54 |
| HSL | 31.7º | 0.82% | 0.25% | - |
| HSV(B) | 31.7º | 0.9% | 0.46% | - |
| XYZ | 9.6 | 8.01 | 1.39 | - |
| YUV | 76.57 | 91.57 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 68 | 12 | 0 | 0.42 | 0.90 | 0.54 | 31.7 | 0.82 | 0.25 |
| Hex | 76 | 44 | C | 0 | 2A | 5A | 36 | 20 | 52 | 19 |
| Octal | 166 | 104 | 14 | 0 | 52 | 132 | 66 | 40 | 122 | 31 |
| Binary | 1110110 | 1000100 | 1100 | 0 | 101010 | 1011010 | 110110 | 100000 | 1010010 | 11001 |
Color Harmonies of #76440C
Complementary color
Monochromatic Colors of #76440C
Black with #76440C
Text Example
Text Example
White with #76440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76440C; }
p { color: rgb(118,68,12); }
H1.HeaderClassName
{
color: #76440C;
}
.AnyTagClassName
{
color: #76440C;
}
</style>
background-color css
<style>
a { background-color: #76440C; }
a { background-color: rgb(118,68,12); }
div.DivClassName
{
background-color: #76440C;
}
.BgClassName
{
background-color: #76440C;
}
</style>
border-color css
<style>
span { border-color: #76440C; }
span { border-color: rgb(118,68,12); }
td.TdClassName
{
border-color: #76440C;
}
.TagClassName
{
border-color: #76440C;
}
</style>