Shades of Raw Umber #76550A
Tints of Raw Umber #76550A
RGB
CMYK
RGB Variations
Color information
#76550A (or 0x76550A) is known color: Raw Umber. HEX triplet: 76, 55 and 0A. RGB value is (118,85,10). Sum of RGB (Red+Green+Blue) = 118+85+10=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #76550A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76550A is #89AAF5. Grayscale: #565656. Windows color (decimal): -9022198 or 677238. OLE color: 677238.
HSL color Cylindrical-coordinate representation of color #76550A: hue angle of 41.67º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76550A is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 85 | 10 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.54 |
| HSL | 41.67º | 0.84% | 0.25% | - |
| HSV(B) | 41.67º | 0.92% | 0.46% | - |
| XYZ | 10.77 | 10.37 | 1.72 | - |
| YUV | 86.32 | 84.93 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 85 | 10 | 0 | 0.28 | 0.92 | 0.54 | 41.67 | 0.84 | 0.25 |
| Hex | 76 | 55 | A | 0 | 1C | 5C | 36 | 2A | 54 | 19 |
| Octal | 166 | 125 | 12 | 0 | 34 | 134 | 66 | 52 | 124 | 31 |
| Binary | 1110110 | 1010101 | 1010 | 0 | 11100 | 1011100 | 110110 | 101010 | 1010100 | 11001 |
Color Harmonies of #76550A
Complementary color
Monochromatic Colors of #76550A
Black with #76550A
Text Example
Text Example
White with #76550A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76550A; }
p { color: rgb(118,85,10); }
H1.HeaderClassName
{
color: #76550A;
}
.AnyTagClassName
{
color: #76550A;
}
</style>
background-color css
<style>
a { background-color: #76550A; }
a { background-color: rgb(118,85,10); }
div.DivClassName
{
background-color: #76550A;
}
.BgClassName
{
background-color: #76550A;
}
</style>
border-color css
<style>
span { border-color: #76550A; }
span { border-color: rgb(118,85,10); }
td.TdClassName
{
border-color: #76550A;
}
.TagClassName
{
border-color: #76550A;
}
</style>