Shades of Raw Umber #765C0B
Tints of Raw Umber #765C0B
RGB
CMYK
RGB Variations
Color information
#765C0B (or 0x765C0B) is known color: Raw Umber. HEX triplet: 76, 5C and 0B. RGB value is (118,92,11). Sum of RGB (Red+Green+Blue) = 118+92+11=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 92 (36.33% from 255 or 41.63% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #765C0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765C0B is #89A3F4. Grayscale: #5A5A5A. Windows color (decimal): -9020405 or 744566. OLE color: 744566.
HSL color Cylindrical-coordinate representation of color #765C0B: hue angle of 45.42º 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 #765C0B is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 92 | 11 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.54 |
| HSL | 45.42º | 0.83% | 0.25% | - |
| HSV(B) | 45.42º | 0.91% | 0.46% | - |
| XYZ | 11.36 | 11.53 | 1.94 | - |
| YUV | 90.54 | 83.11 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 11 | 0 | 0.22 | 0.91 | 0.54 | 45.42 | 0.83 | 0.25 |
| Hex | 76 | 5C | B | 0 | 16 | 5B | 36 | 2D | 53 | 19 |
| Octal | 166 | 134 | 13 | 0 | 26 | 133 | 66 | 55 | 123 | 31 |
| Binary | 1110110 | 1011100 | 1011 | 0 | 10110 | 1011011 | 110110 | 101101 | 1010011 | 11001 |
Color Harmonies of #765C0B
Complementary color
Monochromatic Colors of #765C0B
Black with #765C0B
Text Example
Text Example
White with #765C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765C0B; }
p { color: rgb(118,92,11); }
H1.HeaderClassName
{
color: #765C0B;
}
.AnyTagClassName
{
color: #765C0B;
}
</style>
background-color css
<style>
a { background-color: #765C0B; }
a { background-color: rgb(118,92,11); }
div.DivClassName
{
background-color: #765C0B;
}
.BgClassName
{
background-color: #765C0B;
}
</style>
border-color css
<style>
span { border-color: #765C0B; }
span { border-color: rgb(118,92,11); }
td.TdClassName
{
border-color: #765C0B;
}
.TagClassName
{
border-color: #765C0B;
}
</style>