Shades of Raw Umber #76420A
Tints of Raw Umber #76420A
RGB
CMYK
RGB Variations
Color information
#76420A (or 0x76420A) is known color: Raw Umber. HEX triplet: 76, 42 and 0A. RGB value is (118,66,10). Sum of RGB (Red+Green+Blue) = 118+66+10=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #76420A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76420A is #89BDF5. Grayscale: #4B4B4B. Windows color (decimal): -9027062 or 672374. OLE color: 672374.
HSL color Cylindrical-coordinate representation of color #76420A: hue angle of 31.11º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76420A is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 66 | 10 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.54 |
| HSL | 31.11º | 0.84% | 0.25% | - |
| HSV(B) | 31.11º | 0.92% | 0.46% | - |
| XYZ | 9.47 | 7.77 | 1.29 | - |
| YUV | 75.16 | 91.23 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 66 | 10 | 0 | 0.44 | 0.92 | 0.54 | 31.11 | 0.84 | 0.25 |
| Hex | 76 | 42 | A | 0 | 2C | 5C | 36 | 1F | 54 | 19 |
| Octal | 166 | 102 | 12 | 0 | 54 | 134 | 66 | 37 | 124 | 31 |
| Binary | 1110110 | 1000010 | 1010 | 0 | 101100 | 1011100 | 110110 | 11111 | 1010100 | 11001 |
Color Harmonies of #76420A
Complementary color
Monochromatic Colors of #76420A
Black with #76420A
Text Example
Text Example
White with #76420A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76420A; }
p { color: rgb(118,66,10); }
H1.HeaderClassName
{
color: #76420A;
}
.AnyTagClassName
{
color: #76420A;
}
</style>
background-color css
<style>
a { background-color: #76420A; }
a { background-color: rgb(118,66,10); }
div.DivClassName
{
background-color: #76420A;
}
.BgClassName
{
background-color: #76420A;
}
</style>
border-color css
<style>
span { border-color: #76420A; }
span { border-color: rgb(118,66,10); }
td.TdClassName
{
border-color: #76420A;
}
.TagClassName
{
border-color: #76420A;
}
</style>