Shades of Raw Umber #765A05
Tints of Raw Umber #765A05
RGB
CMYK
RGB Variations
Color information
#765A05 (or 0x765A05) is known color: Raw Umber. HEX triplet: 76, 5A and 05. RGB value is (118,90,5). Sum of RGB (Red+Green+Blue) = 118+90+5=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #765A05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765A05 is #89A5FA. Grayscale: #595959. Windows color (decimal): -9020923 or 350838. OLE color: 350838.
HSL color Cylindrical-coordinate representation of color #765A05: hue angle of 45.13º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #765A05 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 90 | 5 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.54 |
| HSL | 45.13º | 0.92% | 0.24% | - |
| HSV(B) | 45.13º | 0.96% | 0.46% | - |
| XYZ | 11.15 | 11.17 | 1.71 | - |
| YUV | 88.68 | 80.78 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 90 | 5 | 0 | 0.24 | 0.96 | 0.54 | 45.13 | 0.92 | 0.24 |
| Hex | 76 | 5A | 5 | 0 | 18 | 60 | 36 | 2D | 5C | 18 |
| Octal | 166 | 132 | 5 | 0 | 30 | 140 | 66 | 55 | 134 | 30 |
| Binary | 1110110 | 1011010 | 101 | 0 | 11000 | 1100000 | 110110 | 101101 | 1011100 | 11000 |
Color Harmonies of #765A05
Complementary color
Monochromatic Colors of #765A05
Black with #765A05
Text Example
Text Example
White with #765A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765A05; }
p { color: rgb(118,90,5); }
H1.HeaderClassName
{
color: #765A05;
}
.AnyTagClassName
{
color: #765A05;
}
</style>
background-color css
<style>
a { background-color: #765A05; }
a { background-color: rgb(118,90,5); }
div.DivClassName
{
background-color: #765A05;
}
.BgClassName
{
background-color: #765A05;
}
</style>
border-color css
<style>
span { border-color: #765A05; }
span { border-color: rgb(118,90,5); }
td.TdClassName
{
border-color: #765A05;
}
.TagClassName
{
border-color: #765A05;
}
</style>