Shades of Raw Umber #7B521A
Tints of Raw Umber #7B521A
RGB
CMYK
RGB Variations
Color information
#7B521A (or 0x7B521A) is known color: Raw Umber. HEX triplet: 7B, 52 and 1A. RGB value is (123,82,26). Sum of RGB (Red+Green+Blue) = 123+82+26=231 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.25% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 123 - color contains mainly: red. Hex color #7B521A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B521A is #84ADE5. Grayscale: #585858. Windows color (decimal): -8695270 or 1725051. OLE color: 1725051.
HSL color Cylindrical-coordinate representation of color #7B521A: hue angle of 34.64º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7B521A is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 82 | 26 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.52 |
| HSL | 34.64º | 0.65% | 0.29% | - |
| HSV(B) | 34.64º | 0.79% | 0.48% | - |
| XYZ | 11.37 | 10.32 | 2.37 | - |
| YUV | 87.88 | 93.08 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 82 | 26 | 0 | 0.33 | 0.79 | 0.52 | 34.64 | 0.65 | 0.29 |
| Hex | 7B | 52 | 1A | 0 | 21 | 4F | 34 | 23 | 41 | 1D |
| Octal | 173 | 122 | 32 | 0 | 41 | 117 | 64 | 43 | 101 | 35 |
| Binary | 1111011 | 1010010 | 11010 | 0 | 100001 | 1001111 | 110100 | 100011 | 1000001 | 11101 |
Color Harmonies of #7B521A
Complementary color
Monochromatic Colors of #7B521A
Black with #7B521A
Text Example
Text Example
White with #7B521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B521A; }
p { color: rgb(123,82,26); }
H1.HeaderClassName
{
color: #7B521A;
}
.AnyTagClassName
{
color: #7B521A;
}
</style>
background-color css
<style>
a { background-color: #7B521A; }
a { background-color: rgb(123,82,26); }
div.DivClassName
{
background-color: #7B521A;
}
.BgClassName
{
background-color: #7B521A;
}
</style>
border-color css
<style>
span { border-color: #7B521A; }
span { border-color: rgb(123,82,26); }
td.TdClassName
{
border-color: #7B521A;
}
.TagClassName
{
border-color: #7B521A;
}
</style>