Shades of Raw Umber #76550F
Tints of Raw Umber #76550F
RGB
CMYK
RGB Variations
Color information
#76550F (or 0x76550F) is known color: Raw Umber. HEX triplet: 76, 55 and 0F. RGB value is (118,85,15). Sum of RGB (Red+Green+Blue) = 118+85+15=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #76550F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76550F is #89AAF0. Grayscale: #575757. Windows color (decimal): -9022193 or 1004918. OLE color: 1004918.
HSL color Cylindrical-coordinate representation of color #76550F: hue angle of 40.78º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76550F is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 85 | 15 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.54 |
| HSL | 40.78º | 0.77% | 0.26% | - |
| HSV(B) | 40.78º | 0.87% | 0.46% | - |
| XYZ | 10.81 | 10.38 | 1.89 | - |
| YUV | 86.89 | 87.43 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 85 | 15 | 0 | 0.28 | 0.87 | 0.54 | 40.78 | 0.77 | 0.26 |
| Hex | 76 | 55 | F | 0 | 1C | 57 | 36 | 29 | 4D | 1A |
| Octal | 166 | 125 | 17 | 0 | 34 | 127 | 66 | 51 | 115 | 32 |
| Binary | 1110110 | 1010101 | 1111 | 0 | 11100 | 1010111 | 110110 | 101001 | 1001101 | 11010 |
Color Harmonies of #76550F
Complementary color
Monochromatic Colors of #76550F
Black with #76550F
Text Example
Text Example
White with #76550F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76550F; }
p { color: rgb(118,85,15); }
H1.HeaderClassName
{
color: #76550F;
}
.AnyTagClassName
{
color: #76550F;
}
</style>
background-color css
<style>
a { background-color: #76550F; }
a { background-color: rgb(118,85,15); }
div.DivClassName
{
background-color: #76550F;
}
.BgClassName
{
background-color: #76550F;
}
</style>
border-color css
<style>
span { border-color: #76550F; }
span { border-color: rgb(118,85,15); }
td.TdClassName
{
border-color: #76550F;
}
.TagClassName
{
border-color: #76550F;
}
</style>