Shades of Raw Umber #7B4510
Tints of Raw Umber #7B4510
RGB
CMYK
RGB Variations
Color information
#7B4510 (or 0x7B4510) is known color: Raw Umber. HEX triplet: 7B, 45 and 10. RGB value is (123,69,16). Sum of RGB (Red+Green+Blue) = 123+69+16=208 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.13% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B4510 is #84BAEF. Grayscale: #4F4F4F. Windows color (decimal): -8698608 or 1066363. OLE color: 1066363.
HSL color Cylindrical-coordinate representation of color #7B4510: hue angle of 29.72º 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 #7B4510 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 69 | 16 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.52 |
| HSL | 29.72º | 0.77% | 0.27% | - |
| HSV(B) | 29.72º | 0.87% | 0.48% | - |
| XYZ | 10.39 | 8.5 | 1.58 | - |
| YUV | 79.1 | 92.39 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 69 | 16 | 0 | 0.44 | 0.87 | 0.52 | 29.72 | 0.77 | 0.27 |
| Hex | 7B | 45 | 10 | 0 | 2C | 57 | 34 | 1E | 4D | 1B |
| Octal | 173 | 105 | 20 | 0 | 54 | 127 | 64 | 36 | 115 | 33 |
| Binary | 1111011 | 1000101 | 10000 | 0 | 101100 | 1010111 | 110100 | 11110 | 1001101 | 11011 |
Color Harmonies of #7B4510
Complementary color
Monochromatic Colors of #7B4510
Black with #7B4510
Text Example
Text Example
White with #7B4510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4510; }
p { color: rgb(123,69,16); }
H1.HeaderClassName
{
color: #7B4510;
}
.AnyTagClassName
{
color: #7B4510;
}
</style>
background-color css
<style>
a { background-color: #7B4510; }
a { background-color: rgb(123,69,16); }
div.DivClassName
{
background-color: #7B4510;
}
.BgClassName
{
background-color: #7B4510;
}
</style>
border-color css
<style>
span { border-color: #7B4510; }
span { border-color: rgb(123,69,16); }
td.TdClassName
{
border-color: #7B4510;
}
.TagClassName
{
border-color: #7B4510;
}
</style>