Shades of Raw Umber #7B5005
Tints of Raw Umber #7B5005
RGB
CMYK
RGB Variations
Color information
#7B5005 (or 0x7B5005) is known color: Raw Umber. HEX triplet: 7B, 50 and 05. RGB value is (123,80,5). Sum of RGB (Red+Green+Blue) = 123+80+5=208 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.13% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B5005 is #84AFFA. Grayscale: #545454. Windows color (decimal): -8695803 or 348283. OLE color: 348283.
HSL color Cylindrical-coordinate representation of color #7B5005: hue angle of 38.14º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B5005 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 80 | 5 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.52 |
| HSL | 38.14º | 0.92% | 0.25% | - |
| HSV(B) | 38.14º | 0.96% | 0.48% | - |
| XYZ | 11.06 | 9.96 | 1.48 | - |
| YUV | 84.31 | 83.25 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 80 | 5 | 0 | 0.35 | 0.96 | 0.52 | 38.14 | 0.92 | 0.25 |
| Hex | 7B | 50 | 5 | 0 | 23 | 60 | 34 | 26 | 5C | 19 |
| Octal | 173 | 120 | 5 | 0 | 43 | 140 | 64 | 46 | 134 | 31 |
| Binary | 1111011 | 1010000 | 101 | 0 | 100011 | 1100000 | 110100 | 100110 | 1011100 | 11001 |
Color Harmonies of #7B5005
Complementary color
Monochromatic Colors of #7B5005
Black with #7B5005
Text Example
Text Example
White with #7B5005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5005; }
p { color: rgb(123,80,5); }
H1.HeaderClassName
{
color: #7B5005;
}
.AnyTagClassName
{
color: #7B5005;
}
</style>
background-color css
<style>
a { background-color: #7B5005; }
a { background-color: rgb(123,80,5); }
div.DivClassName
{
background-color: #7B5005;
}
.BgClassName
{
background-color: #7B5005;
}
</style>
border-color css
<style>
span { border-color: #7B5005; }
span { border-color: rgb(123,80,5); }
td.TdClassName
{
border-color: #7B5005;
}
.TagClassName
{
border-color: #7B5005;
}
</style>