Shades of Raw Umber #7D4E0F
Tints of Raw Umber #7D4E0F
RGB
CMYK
RGB Variations
Color information
#7D4E0F (or 0x7D4E0F) is known color: Raw Umber. HEX triplet: 7D, 4E and 0F. RGB value is (125,78,15). Sum of RGB (Red+Green+Blue) = 125+78+15=218 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.34% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4E0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D4E0F is #82B1F0. Grayscale: #555555. Windows color (decimal): -8565233 or 1003133. OLE color: 1003133.
HSL color Cylindrical-coordinate representation of color #7D4E0F: hue angle of 34.36º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D4E0F is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 78 | 15 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.51 |
| HSL | 34.36º | 0.79% | 0.27% | - |
| HSV(B) | 34.36º | 0.88% | 0.49% | - |
| XYZ | 11.27 | 9.84 | 1.76 | - |
| YUV | 84.87 | 88.57 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 78 | 15 | 0 | 0.38 | 0.88 | 0.51 | 34.36 | 0.79 | 0.27 |
| Hex | 7D | 4E | F | 0 | 26 | 58 | 33 | 22 | 4F | 1B |
| Octal | 175 | 116 | 17 | 0 | 46 | 130 | 63 | 42 | 117 | 33 |
| Binary | 1111101 | 1001110 | 1111 | 0 | 100110 | 1011000 | 110011 | 100010 | 1001111 | 11011 |
Color Harmonies of #7D4E0F
Complementary color
Monochromatic Colors of #7D4E0F
Black with #7D4E0F
Text Example
Text Example
White with #7D4E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4E0F; }
p { color: rgb(125,78,15); }
H1.HeaderClassName
{
color: #7D4E0F;
}
.AnyTagClassName
{
color: #7D4E0F;
}
</style>
background-color css
<style>
a { background-color: #7D4E0F; }
a { background-color: rgb(125,78,15); }
div.DivClassName
{
background-color: #7D4E0F;
}
.BgClassName
{
background-color: #7D4E0F;
}
</style>
border-color css
<style>
span { border-color: #7D4E0F; }
span { border-color: rgb(125,78,15); }
td.TdClassName
{
border-color: #7D4E0F;
}
.TagClassName
{
border-color: #7D4E0F;
}
</style>