Shades of Raw Umber #7B5C0F
Tints of Raw Umber #7B5C0F
RGB
CMYK
RGB Variations
Color information
#7B5C0F (or 0x7B5C0F) is known color: Raw Umber. HEX triplet: 7B, 5C and 0F. RGB value is (123,92,15). Sum of RGB (Red+Green+Blue) = 123+92+15=230 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.48% from 230); Green value is 92 (36.33% from 255 or 40% from 230); Blue value is 15 (6.25% from 255 or 6.52% from 230); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5C0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B5C0F is #84A3F0. Grayscale: #5C5C5C. Windows color (decimal): -8692721 or 1006715. OLE color: 1006715.
HSL color Cylindrical-coordinate representation of color #7B5C0F: hue angle of 42.78º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B5C0F is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 92 | 15 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.52 |
| HSL | 42.78º | 0.78% | 0.27% | - |
| HSV(B) | 42.78º | 0.88% | 0.48% | - |
| XYZ | 12.08 | 11.9 | 2.11 | - |
| YUV | 92.49 | 84.27 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 92 | 15 | 0 | 0.25 | 0.88 | 0.52 | 42.78 | 0.78 | 0.27 |
| Hex | 7B | 5C | F | 0 | 19 | 58 | 34 | 2B | 4E | 1B |
| Octal | 173 | 134 | 17 | 0 | 31 | 130 | 64 | 53 | 116 | 33 |
| Binary | 1111011 | 1011100 | 1111 | 0 | 11001 | 1011000 | 110100 | 101011 | 1001110 | 11011 |
Color Harmonies of #7B5C0F
Complementary color
Monochromatic Colors of #7B5C0F
Black with #7B5C0F
Text Example
Text Example
White with #7B5C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5C0F; }
p { color: rgb(123,92,15); }
H1.HeaderClassName
{
color: #7B5C0F;
}
.AnyTagClassName
{
color: #7B5C0F;
}
</style>
background-color css
<style>
a { background-color: #7B5C0F; }
a { background-color: rgb(123,92,15); }
div.DivClassName
{
background-color: #7B5C0F;
}
.BgClassName
{
background-color: #7B5C0F;
}
</style>
border-color css
<style>
span { border-color: #7B5C0F; }
span { border-color: rgb(123,92,15); }
td.TdClassName
{
border-color: #7B5C0F;
}
.TagClassName
{
border-color: #7B5C0F;
}
</style>