Shades of Raw Umber #7B5C01
Tints of Raw Umber #7B5C01
RGB
CMYK
RGB Variations
Color information
#7B5C01 (or 0x7B5C01) is known color: Raw Umber. HEX triplet: 7B, 5C and 01. RGB value is (123,92,1). Sum of RGB (Red+Green+Blue) = 123+92+1=216 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.94% from 216); Green value is 92 (36.33% from 255 or 42.59% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5C01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B5C01 is #84A3FE. Grayscale: #5B5B5B. Windows color (decimal): -8692735 or 89211. OLE color: 89211.
HSL color Cylindrical-coordinate representation of color #7B5C01: hue angle of 44.75º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B5C01 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 92 | 1 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.52 |
| HSL | 44.75º | 0.98% | 0.24% | - |
| HSV(B) | 44.75º | 0.99% | 0.48% | - |
| XYZ | 12 | 11.87 | 1.69 | - |
| YUV | 90.9 | 77.27 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 92 | 1 | 0 | 0.25 | 0.99 | 0.52 | 44.75 | 0.98 | 0.24 |
| Hex | 7B | 5C | 1 | 0 | 19 | 63 | 34 | 2D | 62 | 18 |
| Octal | 173 | 134 | 1 | 0 | 31 | 143 | 64 | 55 | 142 | 30 |
| Binary | 1111011 | 1011100 | 1 | 0 | 11001 | 1100011 | 110100 | 101101 | 1100010 | 11000 |
Color Harmonies of #7B5C01
Complementary color
Monochromatic Colors of #7B5C01
Black with #7B5C01
Text Example
Text Example
White with #7B5C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5C01; }
p { color: rgb(123,92,1); }
H1.HeaderClassName
{
color: #7B5C01;
}
.AnyTagClassName
{
color: #7B5C01;
}
</style>
background-color css
<style>
a { background-color: #7B5C01; }
a { background-color: rgb(123,92,1); }
div.DivClassName
{
background-color: #7B5C01;
}
.BgClassName
{
background-color: #7B5C01;
}
</style>
border-color css
<style>
span { border-color: #7B5C01; }
span { border-color: rgb(123,92,1); }
td.TdClassName
{
border-color: #7B5C01;
}
.TagClassName
{
border-color: #7B5C01;
}
</style>