Shades of Raw Umber #76550C
Tints of Raw Umber #76550C
RGB
CMYK
RGB Variations
Color information
#76550C (or 0x76550C) is known color: Raw Umber. HEX triplet: 76, 55 and 0C. RGB value is (118,85,12). Sum of RGB (Red+Green+Blue) = 118+85+12=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #76550C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76550C is #89AAF3. Grayscale: #565656. Windows color (decimal): -9022196 or 808310. OLE color: 808310.
HSL color Cylindrical-coordinate representation of color #76550C: hue angle of 41.32º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76550C is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 85 | 12 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.54 |
| HSL | 41.32º | 0.82% | 0.25% | - |
| HSV(B) | 41.32º | 0.9% | 0.46% | - |
| XYZ | 10.79 | 10.38 | 1.78 | - |
| YUV | 86.55 | 85.93 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 85 | 12 | 0 | 0.28 | 0.90 | 0.54 | 41.32 | 0.82 | 0.25 |
| Hex | 76 | 55 | C | 0 | 1C | 5A | 36 | 29 | 52 | 19 |
| Octal | 166 | 125 | 14 | 0 | 34 | 132 | 66 | 51 | 122 | 31 |
| Binary | 1110110 | 1010101 | 1100 | 0 | 11100 | 1011010 | 110110 | 101001 | 1010010 | 11001 |
Color Harmonies of #76550C
Complementary color
Monochromatic Colors of #76550C
Black with #76550C
Text Example
Text Example
White with #76550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76550C; }
p { color: rgb(118,85,12); }
H1.HeaderClassName
{
color: #76550C;
}
.AnyTagClassName
{
color: #76550C;
}
</style>
background-color css
<style>
a { background-color: #76550C; }
a { background-color: rgb(118,85,12); }
div.DivClassName
{
background-color: #76550C;
}
.BgClassName
{
background-color: #76550C;
}
</style>
border-color css
<style>
span { border-color: #76550C; }
span { border-color: rgb(118,85,12); }
td.TdClassName
{
border-color: #76550C;
}
.TagClassName
{
border-color: #76550C;
}
</style>