Shades of Raw Umber #775B0E
Tints of Raw Umber #775B0E
RGB
CMYK
RGB Variations
Color information
#775B0E (or 0x775B0E) is known color: Raw Umber. HEX triplet: 77, 5B and 0E. RGB value is (119,91,14). Sum of RGB (Red+Green+Blue) = 119+91+14=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #775B0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775B0E is #88A4F1. Grayscale: #5A5A5A. Windows color (decimal): -8955122 or 940919. OLE color: 940919.
HSL color Cylindrical-coordinate representation of color #775B0E: hue angle of 44º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #775B0E is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 91 | 14 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.53 |
| HSL | 44º | 0.79% | 0.26% | - |
| HSV(B) | 44º | 0.88% | 0.47% | - |
| XYZ | 11.43 | 11.44 | 2.02 | - |
| YUV | 90.59 | 84.78 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 91 | 14 | 0 | 0.24 | 0.88 | 0.53 | 44 | 0.79 | 0.26 |
| Hex | 77 | 5B | E | 0 | 18 | 58 | 35 | 2C | 4F | 1A |
| Octal | 167 | 133 | 16 | 0 | 30 | 130 | 65 | 54 | 117 | 32 |
| Binary | 1110111 | 1011011 | 1110 | 0 | 11000 | 1011000 | 110101 | 101100 | 1001111 | 11010 |
Color Harmonies of #775B0E
Complementary color
Monochromatic Colors of #775B0E
Black with #775B0E
Text Example
Text Example
White with #775B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775B0E; }
p { color: rgb(119,91,14); }
H1.HeaderClassName
{
color: #775B0E;
}
.AnyTagClassName
{
color: #775B0E;
}
</style>
background-color css
<style>
a { background-color: #775B0E; }
a { background-color: rgb(119,91,14); }
div.DivClassName
{
background-color: #775B0E;
}
.BgClassName
{
background-color: #775B0E;
}
</style>
border-color css
<style>
span { border-color: #775B0E; }
span { border-color: rgb(119,91,14); }
td.TdClassName
{
border-color: #775B0E;
}
.TagClassName
{
border-color: #775B0E;
}
</style>