Shades of Raw Umber #7B460D
Tints of Raw Umber #7B460D
RGB
CMYK
RGB Variations
Color information
#7B460D (or 0x7B460D) is known color: Raw Umber. HEX triplet: 7B, 46 and 0D. RGB value is (123,70,13). Sum of RGB (Red+Green+Blue) = 123+70+13=206 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.71% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 123 - color contains mainly: red. Hex color #7B460D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B460D is #84B9F2. Grayscale: #4F4F4F. Windows color (decimal): -8698355 or 870011. OLE color: 870011.
HSL color Cylindrical-coordinate representation of color #7B460D: hue angle of 31.09º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B460D is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 70 | 13 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.52 |
| HSL | 31.09º | 0.81% | 0.27% | - |
| HSV(B) | 31.09º | 0.89% | 0.48% | - |
| XYZ | 10.43 | 8.62 | 1.49 | - |
| YUV | 79.35 | 90.56 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 70 | 13 | 0 | 0.43 | 0.89 | 0.52 | 31.09 | 0.81 | 0.27 |
| Hex | 7B | 46 | D | 0 | 2B | 59 | 34 | 1F | 51 | 1B |
| Octal | 173 | 106 | 15 | 0 | 53 | 131 | 64 | 37 | 121 | 33 |
| Binary | 1111011 | 1000110 | 1101 | 0 | 101011 | 1011001 | 110100 | 11111 | 1010001 | 11011 |
Color Harmonies of #7B460D
Complementary color
Monochromatic Colors of #7B460D
Black with #7B460D
Text Example
Text Example
White with #7B460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B460D; }
p { color: rgb(123,70,13); }
H1.HeaderClassName
{
color: #7B460D;
}
.AnyTagClassName
{
color: #7B460D;
}
</style>
background-color css
<style>
a { background-color: #7B460D; }
a { background-color: rgb(123,70,13); }
div.DivClassName
{
background-color: #7B460D;
}
.BgClassName
{
background-color: #7B460D;
}
</style>
border-color css
<style>
span { border-color: #7B460D; }
span { border-color: rgb(123,70,13); }
td.TdClassName
{
border-color: #7B460D;
}
.TagClassName
{
border-color: #7B460D;
}
</style>