Shades of Raw Umber #76511C
Tints of Raw Umber #76511C
RGB
CMYK
RGB Variations
Color information
#76511C (or 0x76511C) is known color: Raw Umber. HEX triplet: 76, 51 and 1C. RGB value is (118,81,28). Sum of RGB (Red+Green+Blue) = 118+81+28=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #76511C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76511C is #89AEE3. Grayscale: #565656. Windows color (decimal): -9023204 or 1855862. OLE color: 1855862.
HSL color Cylindrical-coordinate representation of color #76511C: hue angle of 35.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76511C is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 81 | 28 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.54 |
| HSL | 35.33º | 0.62% | 0.29% | - |
| HSV(B) | 35.33º | 0.76% | 0.46% | - |
| XYZ | 10.62 | 9.82 | 2.43 | - |
| YUV | 86.02 | 95.26 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 81 | 28 | 0 | 0.31 | 0.76 | 0.54 | 35.33 | 0.62 | 0.29 |
| Hex | 76 | 51 | 1C | 0 | 1F | 4C | 36 | 23 | 3E | 1D |
| Octal | 166 | 121 | 34 | 0 | 37 | 114 | 66 | 43 | 76 | 35 |
| Binary | 1110110 | 1010001 | 11100 | 0 | 11111 | 1001100 | 110110 | 100011 | 111110 | 11101 |
Color Harmonies of #76511C
Complementary color
Monochromatic Colors of #76511C
Black with #76511C
Text Example
Text Example
White with #76511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76511C; }
p { color: rgb(118,81,28); }
H1.HeaderClassName
{
color: #76511C;
}
.AnyTagClassName
{
color: #76511C;
}
</style>
background-color css
<style>
a { background-color: #76511C; }
a { background-color: rgb(118,81,28); }
div.DivClassName
{
background-color: #76511C;
}
.BgClassName
{
background-color: #76511C;
}
</style>
border-color css
<style>
span { border-color: #76511C; }
span { border-color: rgb(118,81,28); }
td.TdClassName
{
border-color: #76511C;
}
.TagClassName
{
border-color: #76511C;
}
</style>