Shades of Raw Umber #765C09
Tints of Raw Umber #765C09
RGB
CMYK
RGB Variations
Color information
#765C09 (or 0x765C09) is known color: Raw Umber. HEX triplet: 76, 5C and 09. RGB value is (118,92,9). Sum of RGB (Red+Green+Blue) = 118+92+9=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 92 (36.33% from 255 or 42.01% from 219); Blue value is 9 (3.91% from 255 or 4.11% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #765C09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765C09 is #89A3F6. Grayscale: #5A5A5A. Windows color (decimal): -9020407 or 613494. OLE color: 613494.
HSL color Cylindrical-coordinate representation of color #765C09: hue angle of 45.69º 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 #765C09 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 92 | 9 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.54 |
| HSL | 45.69º | 0.86% | 0.25% | - |
| HSV(B) | 45.69º | 0.92% | 0.46% | - |
| XYZ | 11.35 | 11.53 | 1.89 | - |
| YUV | 90.31 | 82.11 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 9 | 0 | 0.22 | 0.92 | 0.54 | 45.69 | 0.86 | 0.25 |
| Hex | 76 | 5C | 9 | 0 | 16 | 5C | 36 | 2E | 56 | 19 |
| Octal | 166 | 134 | 11 | 0 | 26 | 134 | 66 | 56 | 126 | 31 |
| Binary | 1110110 | 1011100 | 1001 | 0 | 10110 | 1011100 | 110110 | 101110 | 1010110 | 11001 |
Color Harmonies of #765C09
Complementary color
Monochromatic Colors of #765C09
Black with #765C09
Text Example
Text Example
White with #765C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765C09; }
p { color: rgb(118,92,9); }
H1.HeaderClassName
{
color: #765C09;
}
.AnyTagClassName
{
color: #765C09;
}
</style>
background-color css
<style>
a { background-color: #765C09; }
a { background-color: rgb(118,92,9); }
div.DivClassName
{
background-color: #765C09;
}
.BgClassName
{
background-color: #765C09;
}
</style>
border-color css
<style>
span { border-color: #765C09; }
span { border-color: rgb(118,92,9); }
td.TdClassName
{
border-color: #765C09;
}
.TagClassName
{
border-color: #765C09;
}
</style>