Shades of Raw Umber #765A09
Tints of Raw Umber #765A09
RGB
CMYK
RGB Variations
Color information
#765A09 (or 0x765A09) is known color: Raw Umber. HEX triplet: 76, 5A and 09. RGB value is (118,90,9). Sum of RGB (Red+Green+Blue) = 118+90+9=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 9 (3.91% from 255 or 4.15% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #765A09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765A09 is #89A5F6. Grayscale: #595959. Windows color (decimal): -9020919 or 612982. OLE color: 612982.
HSL color Cylindrical-coordinate representation of color #765A09: hue angle of 44.59º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #765A09 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 90 | 9 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.54 |
| HSL | 44.59º | 0.86% | 0.25% | - |
| HSV(B) | 44.59º | 0.92% | 0.46% | - |
| XYZ | 11.18 | 11.18 | 1.83 | - |
| YUV | 89.14 | 82.78 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 90 | 9 | 0 | 0.24 | 0.92 | 0.54 | 44.59 | 0.86 | 0.25 |
| Hex | 76 | 5A | 9 | 0 | 18 | 5C | 36 | 2D | 56 | 19 |
| Octal | 166 | 132 | 11 | 0 | 30 | 134 | 66 | 55 | 126 | 31 |
| Binary | 1110110 | 1011010 | 1001 | 0 | 11000 | 1011100 | 110110 | 101101 | 1010110 | 11001 |
Color Harmonies of #765A09
Complementary color
Monochromatic Colors of #765A09
Black with #765A09
Text Example
Text Example
White with #765A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765A09; }
p { color: rgb(118,90,9); }
H1.HeaderClassName
{
color: #765A09;
}
.AnyTagClassName
{
color: #765A09;
}
</style>
background-color css
<style>
a { background-color: #765A09; }
a { background-color: rgb(118,90,9); }
div.DivClassName
{
background-color: #765A09;
}
.BgClassName
{
background-color: #765A09;
}
</style>
border-color css
<style>
span { border-color: #765A09; }
span { border-color: rgb(118,90,9); }
td.TdClassName
{
border-color: #765A09;
}
.TagClassName
{
border-color: #765A09;
}
</style>