Shades of Raw Umber #77500F
Tints of Raw Umber #77500F
RGB
CMYK
RGB Variations
Color information
#77500F (or 0x77500F) is known color: Raw Umber. HEX triplet: 77, 50 and 0F. RGB value is (119,80,15). Sum of RGB (Red+Green+Blue) = 119+80+15=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #77500F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77500F is #88AFF0. Grayscale: #545454. Windows color (decimal): -8957937 or 1003639. OLE color: 1003639.
HSL color Cylindrical-coordinate representation of color #77500F: hue angle of 37.5º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77500F is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 80 | 15 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.53 |
| HSL | 37.5º | 0.78% | 0.26% | - |
| HSV(B) | 37.5º | 0.87% | 0.47% | - |
| XYZ | 10.56 | 9.69 | 1.77 | - |
| YUV | 84.25 | 88.92 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 80 | 15 | 0 | 0.33 | 0.87 | 0.53 | 37.5 | 0.78 | 0.26 |
| Hex | 77 | 50 | F | 0 | 21 | 57 | 35 | 26 | 4E | 1A |
| Octal | 167 | 120 | 17 | 0 | 41 | 127 | 65 | 46 | 116 | 32 |
| Binary | 1110111 | 1010000 | 1111 | 0 | 100001 | 1010111 | 110101 | 100110 | 1001110 | 11010 |
Color Harmonies of #77500F
Complementary color
Monochromatic Colors of #77500F
Black with #77500F
Text Example
Text Example
White with #77500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77500F; }
p { color: rgb(119,80,15); }
H1.HeaderClassName
{
color: #77500F;
}
.AnyTagClassName
{
color: #77500F;
}
</style>
background-color css
<style>
a { background-color: #77500F; }
a { background-color: rgb(119,80,15); }
div.DivClassName
{
background-color: #77500F;
}
.BgClassName
{
background-color: #77500F;
}
</style>
border-color css
<style>
span { border-color: #77500F; }
span { border-color: rgb(119,80,15); }
td.TdClassName
{
border-color: #77500F;
}
.TagClassName
{
border-color: #77500F;
}
</style>