Shades of Raw Umber #7B5B02
Tints of Raw Umber #7B5B02
RGB
CMYK
RGB Variations
Color information
#7B5B02 (or 0x7B5B02) is known color: Raw Umber. HEX triplet: 7B, 5B and 02. RGB value is (123,91,2). Sum of RGB (Red+Green+Blue) = 123+91+2=216 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.94% from 216); Green value is 91 (35.94% from 255 or 42.13% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5B02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B5B02 is #84A4FD. Grayscale: #5A5A5A. Windows color (decimal): -8692990 or 154491. OLE color: 154491.
HSL color Cylindrical-coordinate representation of color #7B5B02: hue angle of 44.13º 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 #7B5B02 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 91 | 2 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.52 |
| HSL | 44.13º | 0.97% | 0.25% | - |
| HSV(B) | 44.13º | 0.98% | 0.48% | - |
| XYZ | 11.92 | 11.7 | 1.69 | - |
| YUV | 90.42 | 78.1 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 91 | 2 | 0 | 0.26 | 0.98 | 0.52 | 44.13 | 0.97 | 0.25 |
| Hex | 7B | 5B | 2 | 0 | 1A | 62 | 34 | 2C | 61 | 19 |
| Octal | 173 | 133 | 2 | 0 | 32 | 142 | 64 | 54 | 141 | 31 |
| Binary | 1111011 | 1011011 | 10 | 0 | 11010 | 1100010 | 110100 | 101100 | 1100001 | 11001 |
Color Harmonies of #7B5B02
Complementary color
Monochromatic Colors of #7B5B02
Black with #7B5B02
Text Example
Text Example
White with #7B5B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5B02; }
p { color: rgb(123,91,2); }
H1.HeaderClassName
{
color: #7B5B02;
}
.AnyTagClassName
{
color: #7B5B02;
}
</style>
background-color css
<style>
a { background-color: #7B5B02; }
a { background-color: rgb(123,91,2); }
div.DivClassName
{
background-color: #7B5B02;
}
.BgClassName
{
background-color: #7B5B02;
}
</style>
border-color css
<style>
span { border-color: #7B5B02; }
span { border-color: rgb(123,91,2); }
td.TdClassName
{
border-color: #7B5B02;
}
.TagClassName
{
border-color: #7B5B02;
}
</style>