Shades of Raw Umber #77530E
Tints of Raw Umber #77530E
RGB
CMYK
RGB Variations
Color information
#77530E (or 0x77530E) is known color: Raw Umber. HEX triplet: 77, 53 and 0E. RGB value is (119,83,14). Sum of RGB (Red+Green+Blue) = 119+83+14=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 14 (5.86% from 255 or 6.48% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #77530E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77530E is #88ACF1. Grayscale: #565656. Windows color (decimal): -8957170 or 938871. OLE color: 938871.
HSL color Cylindrical-coordinate representation of color #77530E: hue angle of 39.43º 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 #77530E is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 83 | 14 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.53 |
| HSL | 39.43º | 0.79% | 0.26% | - |
| HSV(B) | 39.43º | 0.88% | 0.47% | - |
| XYZ | 10.78 | 10.14 | 1.8 | - |
| YUV | 85.9 | 87.43 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 83 | 14 | 0 | 0.30 | 0.88 | 0.53 | 39.43 | 0.79 | 0.26 |
| Hex | 77 | 53 | E | 0 | 1E | 58 | 35 | 27 | 4F | 1A |
| Octal | 167 | 123 | 16 | 0 | 36 | 130 | 65 | 47 | 117 | 32 |
| Binary | 1110111 | 1010011 | 1110 | 0 | 11110 | 1011000 | 110101 | 100111 | 1001111 | 11010 |
Color Harmonies of #77530E
Complementary color
Monochromatic Colors of #77530E
Black with #77530E
Text Example
Text Example
White with #77530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77530E; }
p { color: rgb(119,83,14); }
H1.HeaderClassName
{
color: #77530E;
}
.AnyTagClassName
{
color: #77530E;
}
</style>
background-color css
<style>
a { background-color: #77530E; }
a { background-color: rgb(119,83,14); }
div.DivClassName
{
background-color: #77530E;
}
.BgClassName
{
background-color: #77530E;
}
</style>
border-color css
<style>
span { border-color: #77530E; }
span { border-color: rgb(119,83,14); }
td.TdClassName
{
border-color: #77530E;
}
.TagClassName
{
border-color: #77530E;
}
</style>