Shades of Raw Umber #765000
Tints of Raw Umber #765000
RGB
CMYK
RGB Variations
Color information
#765000 (or 0x765000) is known color: Raw Umber. HEX triplet: 76, 50 and 00. RGB value is (118,80,0). Sum of RGB (Red+Green+Blue) = 118+80+0=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #765000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765000 is #89AFFF. Grayscale: #525252. Windows color (decimal): -9023488 or 20598. OLE color: 20598.
HSL color Cylindrical-coordinate representation of color #765000: hue angle of 40.68º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #765000 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 80 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.54 |
| HSL | 40.68º | 1% | 0.23% | - |
| HSV(B) | 40.68º | 1% | 0.46% | - |
| XYZ | 10.34 | 9.59 | 1.31 | - |
| YUV | 82.24 | 81.59 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 80 | 0 | 0 | 0.32 | 1 | 0.54 | 40.68 | 1 | 0.23 |
| Hex | 76 | 50 | 0 | 0 | 20 | 64 | 36 | 29 | 64 | 17 |
| Octal | 166 | 120 | 0 | 0 | 40 | 144 | 66 | 51 | 144 | 27 |
| Binary | 1110110 | 1010000 | 0 | 0 | 100000 | 1100100 | 110110 | 101001 | 1100100 | 10111 |
Color Harmonies of #765000
Complementary color
Monochromatic Colors of #765000
Black with #765000
Text Example
Text Example
White with #765000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765000; }
p { color: rgb(118,80,0); }
H1.HeaderClassName
{
color: #765000;
}
.AnyTagClassName
{
color: #765000;
}
</style>
background-color css
<style>
a { background-color: #765000; }
a { background-color: rgb(118,80,0); }
div.DivClassName
{
background-color: #765000;
}
.BgClassName
{
background-color: #765000;
}
</style>
border-color css
<style>
span { border-color: #765000; }
span { border-color: rgb(118,80,0); }
td.TdClassName
{
border-color: #765000;
}
.TagClassName
{
border-color: #765000;
}
</style>