Shades of Raw Umber #7B5010
Tints of Raw Umber #7B5010
RGB
CMYK
RGB Variations
Color information
#7B5010 (or 0x7B5010) is known color: Raw Umber. HEX triplet: 7B, 50 and 10. RGB value is (123,80,16). Sum of RGB (Red+Green+Blue) = 123+80+16=219 (29% of max value = 765). Red value is 123 (48.44% from 255 or 56.16% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B5010 is #84AFEF. Grayscale: #555555. Windows color (decimal): -8695792 or 1069179. OLE color: 1069179.
HSL color Cylindrical-coordinate representation of color #7B5010: hue angle of 35.89º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B5010 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 80 | 16 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.52 |
| HSL | 35.89º | 0.77% | 0.27% | - |
| HSV(B) | 35.89º | 0.87% | 0.48% | - |
| XYZ | 11.13 | 9.99 | 1.83 | - |
| YUV | 85.56 | 88.75 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 80 | 16 | 0 | 0.35 | 0.87 | 0.52 | 35.89 | 0.77 | 0.27 |
| Hex | 7B | 50 | 10 | 0 | 23 | 57 | 34 | 24 | 4D | 1B |
| Octal | 173 | 120 | 20 | 0 | 43 | 127 | 64 | 44 | 115 | 33 |
| Binary | 1111011 | 1010000 | 10000 | 0 | 100011 | 1010111 | 110100 | 100100 | 1001101 | 11011 |
Color Harmonies of #7B5010
Complementary color
Monochromatic Colors of #7B5010
Black with #7B5010
Text Example
Text Example
White with #7B5010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5010; }
p { color: rgb(123,80,16); }
H1.HeaderClassName
{
color: #7B5010;
}
.AnyTagClassName
{
color: #7B5010;
}
</style>
background-color css
<style>
a { background-color: #7B5010; }
a { background-color: rgb(123,80,16); }
div.DivClassName
{
background-color: #7B5010;
}
.BgClassName
{
background-color: #7B5010;
}
</style>
border-color css
<style>
span { border-color: #7B5010; }
span { border-color: rgb(123,80,16); }
td.TdClassName
{
border-color: #7B5010;
}
.TagClassName
{
border-color: #7B5010;
}
</style>