Shades of Raw Umber #77580B
Tints of Raw Umber #77580B
RGB
CMYK
RGB Variations
Color information
#77580B (or 0x77580B) is known color: Raw Umber. HEX triplet: 77, 58 and 0B. RGB value is (119,88,11). Sum of RGB (Red+Green+Blue) = 119+88+11=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #77580B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77580B is #88A7F4. Grayscale: #585858. Windows color (decimal): -8955893 or 743543. OLE color: 743543.
HSL color Cylindrical-coordinate representation of color #77580B: hue angle of 42.78º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77580B is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 88 | 11 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.53 |
| HSL | 42.78º | 0.83% | 0.25% | - |
| HSV(B) | 42.78º | 0.91% | 0.47% | - |
| XYZ | 11.16 | 10.93 | 1.84 | - |
| YUV | 88.49 | 84.27 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 88 | 11 | 0 | 0.26 | 0.91 | 0.53 | 42.78 | 0.83 | 0.25 |
| Hex | 77 | 58 | B | 0 | 1A | 5B | 35 | 2B | 53 | 19 |
| Octal | 167 | 130 | 13 | 0 | 32 | 133 | 65 | 53 | 123 | 31 |
| Binary | 1110111 | 1011000 | 1011 | 0 | 11010 | 1011011 | 110101 | 101011 | 1010011 | 11001 |
Color Harmonies of #77580B
Complementary color
Monochromatic Colors of #77580B
Black with #77580B
Text Example
Text Example
White with #77580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77580B; }
p { color: rgb(119,88,11); }
H1.HeaderClassName
{
color: #77580B;
}
.AnyTagClassName
{
color: #77580B;
}
</style>
background-color css
<style>
a { background-color: #77580B; }
a { background-color: rgb(119,88,11); }
div.DivClassName
{
background-color: #77580B;
}
.BgClassName
{
background-color: #77580B;
}
</style>
border-color css
<style>
span { border-color: #77580B; }
span { border-color: rgb(119,88,11); }
td.TdClassName
{
border-color: #77580B;
}
.TagClassName
{
border-color: #77580B;
}
</style>