Shades of Raw Umber #765412
Tints of Raw Umber #765412
RGB
CMYK
RGB Variations
Color information
#765412 (or 0x765412) is known color: Raw Umber. HEX triplet: 76, 54 and 12. RGB value is (118,84,18). Sum of RGB (Red+Green+Blue) = 118+84+18=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #765412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765412 is #89ABED. Grayscale: #565656. Windows color (decimal): -9022446 or 1201270. OLE color: 1201270.
HSL color Cylindrical-coordinate representation of color #765412: hue angle of 39.6º 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 #765412 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 84 | 18 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.54 |
| HSL | 39.6º | 0.74% | 0.27% | - |
| HSV(B) | 39.6º | 0.85% | 0.46% | - |
| XYZ | 10.75 | 10.24 | 1.98 | - |
| YUV | 86.64 | 89.26 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 84 | 18 | 0 | 0.29 | 0.85 | 0.54 | 39.6 | 0.74 | 0.27 |
| Hex | 76 | 54 | 12 | 0 | 1D | 55 | 36 | 28 | 4A | 1B |
| Octal | 166 | 124 | 22 | 0 | 35 | 125 | 66 | 50 | 112 | 33 |
| Binary | 1110110 | 1010100 | 10010 | 0 | 11101 | 1010101 | 110110 | 101000 | 1001010 | 11011 |
Color Harmonies of #765412
Complementary color
Monochromatic Colors of #765412
Black with #765412
Text Example
Text Example
White with #765412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765412; }
p { color: rgb(118,84,18); }
H1.HeaderClassName
{
color: #765412;
}
.AnyTagClassName
{
color: #765412;
}
</style>
background-color css
<style>
a { background-color: #765412; }
a { background-color: rgb(118,84,18); }
div.DivClassName
{
background-color: #765412;
}
.BgClassName
{
background-color: #765412;
}
</style>
border-color css
<style>
span { border-color: #765412; }
span { border-color: rgb(118,84,18); }
td.TdClassName
{
border-color: #765412;
}
.TagClassName
{
border-color: #765412;
}
</style>