Shades of Raw Umber #765B0B
Tints of Raw Umber #765B0B
RGB
CMYK
RGB Variations
Color information
#765B0B (or 0x765B0B) is known color: Raw Umber. HEX triplet: 76, 5B and 0B. RGB value is (118,91,11). Sum of RGB (Red+Green+Blue) = 118+91+11=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 91 (35.94% from 255 or 41.36% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #765B0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765B0B is #89A4F4. Grayscale: #5A5A5A. Windows color (decimal): -9020661 or 744310. OLE color: 744310.
HSL color Cylindrical-coordinate representation of color #765B0B: hue angle of 44.86º 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 #765B0B is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 91 | 11 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.54 |
| HSL | 44.86º | 0.83% | 0.25% | - |
| HSV(B) | 44.86º | 0.91% | 0.46% | - |
| XYZ | 11.27 | 11.36 | 1.91 | - |
| YUV | 89.95 | 83.45 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 11 | 0 | 0.23 | 0.91 | 0.54 | 44.86 | 0.83 | 0.25 |
| Hex | 76 | 5B | B | 0 | 17 | 5B | 36 | 2D | 53 | 19 |
| Octal | 166 | 133 | 13 | 0 | 27 | 133 | 66 | 55 | 123 | 31 |
| Binary | 1110110 | 1011011 | 1011 | 0 | 10111 | 1011011 | 110110 | 101101 | 1010011 | 11001 |
Color Harmonies of #765B0B
Complementary color
Monochromatic Colors of #765B0B
Black with #765B0B
Text Example
Text Example
White with #765B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765B0B; }
p { color: rgb(118,91,11); }
H1.HeaderClassName
{
color: #765B0B;
}
.AnyTagClassName
{
color: #765B0B;
}
</style>
background-color css
<style>
a { background-color: #765B0B; }
a { background-color: rgb(118,91,11); }
div.DivClassName
{
background-color: #765B0B;
}
.BgClassName
{
background-color: #765B0B;
}
</style>
border-color css
<style>
span { border-color: #765B0B; }
span { border-color: rgb(118,91,11); }
td.TdClassName
{
border-color: #765B0B;
}
.TagClassName
{
border-color: #765B0B;
}
</style>