Shades of Raw Umber #7B5200
Tints of Raw Umber #7B5200
RGB
CMYK
RGB Variations
Color information
#7B5200 (or 0x7B5200) is known color: Raw Umber. HEX triplet: 7B, 52 and 00. RGB value is (123,82,0). Sum of RGB (Red+Green+Blue) = 123+82+0=205 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B5200 is #84ADFF. Grayscale: #555555. Windows color (decimal): -8695296 or 21115. OLE color: 21115.
HSL color Cylindrical-coordinate representation of color #7B5200: hue angle of 40º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B5200 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 82 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.52 |
| HSL | 40º | 1% | 0.24% | - |
| HSV(B) | 40º | 1% | 0.48% | - |
| XYZ | 11.19 | 10.25 | 1.39 | - |
| YUV | 84.91 | 80.08 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 82 | 0 | 0 | 0.33 | 1 | 0.52 | 40 | 1 | 0.24 |
| Hex | 7B | 52 | 0 | 0 | 21 | 64 | 34 | 28 | 64 | 18 |
| Octal | 173 | 122 | 0 | 0 | 41 | 144 | 64 | 50 | 144 | 30 |
| Binary | 1111011 | 1010010 | 0 | 0 | 100001 | 1100100 | 110100 | 101000 | 1100100 | 11000 |
Color Harmonies of #7B5200
Complementary color
Monochromatic Colors of #7B5200
Black with #7B5200
Text Example
Text Example
White with #7B5200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5200; }
p { color: rgb(123,82,0); }
H1.HeaderClassName
{
color: #7B5200;
}
.AnyTagClassName
{
color: #7B5200;
}
</style>
background-color css
<style>
a { background-color: #7B5200; }
a { background-color: rgb(123,82,0); }
div.DivClassName
{
background-color: #7B5200;
}
.BgClassName
{
background-color: #7B5200;
}
</style>
border-color css
<style>
span { border-color: #7B5200; }
span { border-color: rgb(123,82,0); }
td.TdClassName
{
border-color: #7B5200;
}
.TagClassName
{
border-color: #7B5200;
}
</style>