Shades of Raw Umber #7B5102
Tints of Raw Umber #7B5102
RGB
CMYK
RGB Variations
Color information
#7B5102 (or 0x7B5102) is known color: Raw Umber. HEX triplet: 7B, 51 and 02. RGB value is (123,81,2). Sum of RGB (Red+Green+Blue) = 123+81+2=206 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.71% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B5102 is #84AEFD. Grayscale: #545454. Windows color (decimal): -8695550 or 151931. OLE color: 151931.
HSL color Cylindrical-coordinate representation of color #7B5102: hue angle of 39.17º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B5102 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 81 | 2 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.52 |
| HSL | 39.17º | 0.97% | 0.25% | - |
| HSV(B) | 39.17º | 0.98% | 0.48% | - |
| XYZ | 11.12 | 10.1 | 1.42 | - |
| YUV | 84.55 | 81.41 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 81 | 2 | 0 | 0.34 | 0.98 | 0.52 | 39.17 | 0.97 | 0.25 |
| Hex | 7B | 51 | 2 | 0 | 22 | 62 | 34 | 27 | 61 | 19 |
| Octal | 173 | 121 | 2 | 0 | 42 | 142 | 64 | 47 | 141 | 31 |
| Binary | 1111011 | 1010001 | 10 | 0 | 100010 | 1100010 | 110100 | 100111 | 1100001 | 11001 |
Color Harmonies of #7B5102
Complementary color
Monochromatic Colors of #7B5102
Black with #7B5102
Text Example
Text Example
White with #7B5102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5102; }
p { color: rgb(123,81,2); }
H1.HeaderClassName
{
color: #7B5102;
}
.AnyTagClassName
{
color: #7B5102;
}
</style>
background-color css
<style>
a { background-color: #7B5102; }
a { background-color: rgb(123,81,2); }
div.DivClassName
{
background-color: #7B5102;
}
.BgClassName
{
background-color: #7B5102;
}
</style>
border-color css
<style>
span { border-color: #7B5102; }
span { border-color: rgb(123,81,2); }
td.TdClassName
{
border-color: #7B5102;
}
.TagClassName
{
border-color: #7B5102;
}
</style>