Shades of Raw Umber #765E0B
Tints of Raw Umber #765E0B
RGB
CMYK
RGB Variations
Color information
#765E0B (or 0x765E0B) is known color: Raw Umber. HEX triplet: 76, 5E and 0B. RGB value is (118,94,11). Sum of RGB (Red+Green+Blue) = 118+94+11=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 94 (37.11% from 255 or 42.15% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #765E0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765E0B is #89A1F4. Grayscale: #5C5C5C. Windows color (decimal): -9019893 or 745078. OLE color: 745078.
HSL color Cylindrical-coordinate representation of color #765E0B: hue angle of 46.54º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #765E0B is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 94 | 11 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.54 |
| HSL | 46.54º | 0.83% | 0.25% | - |
| HSV(B) | 46.54º | 0.91% | 0.46% | - |
| XYZ | 11.53 | 11.88 | 2 | - |
| YUV | 91.71 | 82.45 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 94 | 11 | 0 | 0.20 | 0.91 | 0.54 | 46.54 | 0.83 | 0.25 |
| Hex | 76 | 5E | B | 0 | 14 | 5B | 36 | 2F | 53 | 19 |
| Octal | 166 | 136 | 13 | 0 | 24 | 133 | 66 | 57 | 123 | 31 |
| Binary | 1110110 | 1011110 | 1011 | 0 | 10100 | 1011011 | 110110 | 101111 | 1010011 | 11001 |
Color Harmonies of #765E0B
Complementary color
Monochromatic Colors of #765E0B
Black with #765E0B
Text Example
Text Example
White with #765E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765E0B; }
p { color: rgb(118,94,11); }
H1.HeaderClassName
{
color: #765E0B;
}
.AnyTagClassName
{
color: #765E0B;
}
</style>
background-color css
<style>
a { background-color: #765E0B; }
a { background-color: rgb(118,94,11); }
div.DivClassName
{
background-color: #765E0B;
}
.BgClassName
{
background-color: #765E0B;
}
</style>
border-color css
<style>
span { border-color: #765E0B; }
span { border-color: rgb(118,94,11); }
td.TdClassName
{
border-color: #765E0B;
}
.TagClassName
{
border-color: #765E0B;
}
</style>