Shades of Raw Umber #764112
Tints of Raw Umber #764112
RGB
CMYK
RGB Variations
Color information
#764112 (or 0x764112) is known color: Raw Umber. HEX triplet: 76, 41 and 12. RGB value is (118,65,18). Sum of RGB (Red+Green+Blue) = 118+65+18=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #764112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764112 is #89BEED. Grayscale: #4B4B4B. Windows color (decimal): -9027310 or 1196406. OLE color: 1196406.
HSL color Cylindrical-coordinate representation of color #764112: hue angle of 28.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #764112 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 65 | 18 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.54 |
| HSL | 28.2º | 0.74% | 0.27% | - |
| HSV(B) | 28.2º | 0.85% | 0.46% | - |
| XYZ | 9.47 | 7.68 | 1.55 | - |
| YUV | 75.49 | 95.56 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 65 | 18 | 0 | 0.45 | 0.85 | 0.54 | 28.2 | 0.74 | 0.27 |
| Hex | 76 | 41 | 12 | 0 | 2D | 55 | 36 | 1C | 4A | 1B |
| Octal | 166 | 101 | 22 | 0 | 55 | 125 | 66 | 34 | 112 | 33 |
| Binary | 1110110 | 1000001 | 10010 | 0 | 101101 | 1010101 | 110110 | 11100 | 1001010 | 11011 |
Color Harmonies of #764112
Complementary color
Monochromatic Colors of #764112
Black with #764112
Text Example
Text Example
White with #764112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764112; }
p { color: rgb(118,65,18); }
H1.HeaderClassName
{
color: #764112;
}
.AnyTagClassName
{
color: #764112;
}
</style>
background-color css
<style>
a { background-color: #764112; }
a { background-color: rgb(118,65,18); }
div.DivClassName
{
background-color: #764112;
}
.BgClassName
{
background-color: #764112;
}
</style>
border-color css
<style>
span { border-color: #764112; }
span { border-color: rgb(118,65,18); }
td.TdClassName
{
border-color: #764112;
}
.TagClassName
{
border-color: #764112;
}
</style>