Shades of Raw Umber #765B0F
Tints of Raw Umber #765B0F
RGB
CMYK
RGB Variations
Color information
#765B0F (or 0x765B0F) is known color: Raw Umber. HEX triplet: 76, 5B and 0F. RGB value is (118,91,15). Sum of RGB (Red+Green+Blue) = 118+91+15=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #765B0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765B0F is #89A4F0. Grayscale: #5A5A5A. Windows color (decimal): -9020657 or 1006454. OLE color: 1006454.
HSL color Cylindrical-coordinate representation of color #765B0F: hue angle of 44.27º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #765B0F is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 91 | 15 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.54 |
| HSL | 44.27º | 0.77% | 0.26% | - |
| HSV(B) | 44.27º | 0.87% | 0.46% | - |
| XYZ | 11.3 | 11.37 | 2.05 | - |
| YUV | 90.41 | 85.45 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 15 | 0 | 0.23 | 0.87 | 0.54 | 44.27 | 0.77 | 0.26 |
| Hex | 76 | 5B | F | 0 | 17 | 57 | 36 | 2C | 4D | 1A |
| Octal | 166 | 133 | 17 | 0 | 27 | 127 | 66 | 54 | 115 | 32 |
| Binary | 1110110 | 1011011 | 1111 | 0 | 10111 | 1010111 | 110110 | 101100 | 1001101 | 11010 |
Color Harmonies of #765B0F
Complementary color
Monochromatic Colors of #765B0F
Black with #765B0F
Text Example
Text Example
White with #765B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765B0F; }
p { color: rgb(118,91,15); }
H1.HeaderClassName
{
color: #765B0F;
}
.AnyTagClassName
{
color: #765B0F;
}
</style>
background-color css
<style>
a { background-color: #765B0F; }
a { background-color: rgb(118,91,15); }
div.DivClassName
{
background-color: #765B0F;
}
.BgClassName
{
background-color: #765B0F;
}
</style>
border-color css
<style>
span { border-color: #765B0F; }
span { border-color: rgb(118,91,15); }
td.TdClassName
{
border-color: #765B0F;
}
.TagClassName
{
border-color: #765B0F;
}
</style>