Shades of Raw Umber #7B5B11
Tints of Raw Umber #7B5B11
RGB
CMYK
RGB Variations
Color information
#7B5B11 (or 0x7B5B11) is known color: Raw Umber. HEX triplet: 7B, 5B and 11. RGB value is (123,91,17). Sum of RGB (Red+Green+Blue) = 123+91+17=231 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.25% from 231); Green value is 91 (35.94% from 255 or 39.39% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5B11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B5B11 is #84A4EE. Grayscale: #5C5C5C. Windows color (decimal): -8692975 or 1137531. OLE color: 1137531.
HSL color Cylindrical-coordinate representation of color #7B5B11: hue angle of 41.89º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B5B11 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 91 | 17 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.52 |
| HSL | 41.89º | 0.76% | 0.27% | - |
| HSV(B) | 41.89º | 0.86% | 0.48% | - |
| XYZ | 12.01 | 11.73 | 2.16 | - |
| YUV | 92.13 | 85.6 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 91 | 17 | 0 | 0.26 | 0.86 | 0.52 | 41.89 | 0.76 | 0.27 |
| Hex | 7B | 5B | 11 | 0 | 1A | 56 | 34 | 2A | 4C | 1B |
| Octal | 173 | 133 | 21 | 0 | 32 | 126 | 64 | 52 | 114 | 33 |
| Binary | 1111011 | 1011011 | 10001 | 0 | 11010 | 1010110 | 110100 | 101010 | 1001100 | 11011 |
Color Harmonies of #7B5B11
Complementary color
Monochromatic Colors of #7B5B11
Black with #7B5B11
Text Example
Text Example
White with #7B5B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5B11; }
p { color: rgb(123,91,17); }
H1.HeaderClassName
{
color: #7B5B11;
}
.AnyTagClassName
{
color: #7B5B11;
}
</style>
background-color css
<style>
a { background-color: #7B5B11; }
a { background-color: rgb(123,91,17); }
div.DivClassName
{
background-color: #7B5B11;
}
.BgClassName
{
background-color: #7B5B11;
}
</style>
border-color css
<style>
span { border-color: #7B5B11; }
span { border-color: rgb(123,91,17); }
td.TdClassName
{
border-color: #7B5B11;
}
.TagClassName
{
border-color: #7B5B11;
}
</style>