Shades of Raw Umber #77540C
Tints of Raw Umber #77540C
RGB
CMYK
RGB Variations
Color information
#77540C (or 0x77540C) is known color: Raw Umber. HEX triplet: 77, 54 and 0C. RGB value is (119,84,12). Sum of RGB (Red+Green+Blue) = 119+84+12=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #77540C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77540C is #88ABF3. Grayscale: #565656. Windows color (decimal): -8956916 or 808055. OLE color: 808055.
HSL color Cylindrical-coordinate representation of color #77540C: hue angle of 40.37º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77540C is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 84 | 12 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.53 |
| HSL | 40.37º | 0.82% | 0.26% | - |
| HSV(B) | 40.37º | 0.9% | 0.47% | - |
| XYZ | 10.84 | 10.29 | 1.76 | - |
| YUV | 86.26 | 86.1 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 84 | 12 | 0 | 0.29 | 0.90 | 0.53 | 40.37 | 0.82 | 0.26 |
| Hex | 77 | 54 | C | 0 | 1D | 5A | 35 | 28 | 52 | 1A |
| Octal | 167 | 124 | 14 | 0 | 35 | 132 | 65 | 50 | 122 | 32 |
| Binary | 1110111 | 1010100 | 1100 | 0 | 11101 | 1011010 | 110101 | 101000 | 1010010 | 11010 |
Color Harmonies of #77540C
Complementary color
Monochromatic Colors of #77540C
Black with #77540C
Text Example
Text Example
White with #77540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77540C; }
p { color: rgb(119,84,12); }
H1.HeaderClassName
{
color: #77540C;
}
.AnyTagClassName
{
color: #77540C;
}
</style>
background-color css
<style>
a { background-color: #77540C; }
a { background-color: rgb(119,84,12); }
div.DivClassName
{
background-color: #77540C;
}
.BgClassName
{
background-color: #77540C;
}
</style>
border-color css
<style>
span { border-color: #77540C; }
span { border-color: rgb(119,84,12); }
td.TdClassName
{
border-color: #77540C;
}
.TagClassName
{
border-color: #77540C;
}
</style>