Shades of Raw Umber #763C09
Tints of Raw Umber #763C09
RGB
CMYK
RGB Variations
Color information
#763C09 (or 0x763C09) is known color: Raw Umber. HEX triplet: 76, 3C and 09. RGB value is (118,60,9). Sum of RGB (Red+Green+Blue) = 118+60+9=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 9 (3.91% from 255 or 4.81% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #763C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763C09 is #89C3F6. Grayscale: #474747. Windows color (decimal): -9028599 or 605302. OLE color: 605302.
HSL color Cylindrical-coordinate representation of color #763C09: hue angle of 28.07º 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 #763C09 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 60 | 9 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.54 |
| HSL | 28.07º | 0.86% | 0.25% | - |
| HSV(B) | 28.07º | 0.92% | 0.46% | - |
| XYZ | 9.14 | 7.1 | 1.15 | - |
| YUV | 71.53 | 92.72 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 60 | 9 | 0 | 0.49 | 0.92 | 0.54 | 28.07 | 0.86 | 0.25 |
| Hex | 76 | 3C | 9 | 0 | 31 | 5C | 36 | 1C | 56 | 19 |
| Octal | 166 | 74 | 11 | 0 | 61 | 134 | 66 | 34 | 126 | 31 |
| Binary | 1110110 | 111100 | 1001 | 0 | 110001 | 1011100 | 110110 | 11100 | 1010110 | 11001 |
Color Harmonies of #763C09
Complementary color
Monochromatic Colors of #763C09
Black with #763C09
Text Example
Text Example
White with #763C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763C09; }
p { color: rgb(118,60,9); }
H1.HeaderClassName
{
color: #763C09;
}
.AnyTagClassName
{
color: #763C09;
}
</style>
background-color css
<style>
a { background-color: #763C09; }
a { background-color: rgb(118,60,9); }
div.DivClassName
{
background-color: #763C09;
}
.BgClassName
{
background-color: #763C09;
}
</style>
border-color css
<style>
span { border-color: #763C09; }
span { border-color: rgb(118,60,9); }
td.TdClassName
{
border-color: #763C09;
}
.TagClassName
{
border-color: #763C09;
}
</style>