Shades of Raw Umber #7A440D
Tints of Raw Umber #7A440D
RGB
CMYK
RGB Variations
Color information
#7A440D (or 0x7A440D) is known color: Raw Umber. HEX triplet: 7A, 44 and 0D. RGB value is (122,68,13). Sum of RGB (Red+Green+Blue) = 122+68+13=203 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.10% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 122 - color contains mainly: red. Hex color #7A440D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A440D is #85BBF2. Grayscale: #4E4E4E. Windows color (decimal): -8764403 or 869498. OLE color: 869498.
HSL color Cylindrical-coordinate representation of color #7A440D: hue angle of 30.28º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A440D is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 68 | 13 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.52 |
| HSL | 30.28º | 0.81% | 0.26% | - |
| HSV(B) | 30.28º | 0.89% | 0.48% | - |
| XYZ | 10.17 | 8.3 | 1.45 | - |
| YUV | 77.88 | 91.39 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 68 | 13 | 0 | 0.44 | 0.89 | 0.52 | 30.28 | 0.81 | 0.26 |
| Hex | 7A | 44 | D | 0 | 2C | 59 | 34 | 1E | 51 | 1A |
| Octal | 172 | 104 | 15 | 0 | 54 | 131 | 64 | 36 | 121 | 32 |
| Binary | 1111010 | 1000100 | 1101 | 0 | 101100 | 1011001 | 110100 | 11110 | 1010001 | 11010 |
Color Harmonies of #7A440D
Complementary color
Monochromatic Colors of #7A440D
Black with #7A440D
Text Example
Text Example
White with #7A440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A440D; }
p { color: rgb(122,68,13); }
H1.HeaderClassName
{
color: #7A440D;
}
.AnyTagClassName
{
color: #7A440D;
}
</style>
background-color css
<style>
a { background-color: #7A440D; }
a { background-color: rgb(122,68,13); }
div.DivClassName
{
background-color: #7A440D;
}
.BgClassName
{
background-color: #7A440D;
}
</style>
border-color css
<style>
span { border-color: #7A440D; }
span { border-color: rgb(122,68,13); }
td.TdClassName
{
border-color: #7A440D;
}
.TagClassName
{
border-color: #7A440D;
}
</style>