Shades of Raw Umber #76501B
Tints of Raw Umber #76501B
RGB
CMYK
RGB Variations
Color information
#76501B (or 0x76501B) is known color: Raw Umber. HEX triplet: 76, 50 and 1B. RGB value is (118,80,27). Sum of RGB (Red+Green+Blue) = 118+80+27=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #76501B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76501B is #89AFE4. Grayscale: #555555. Windows color (decimal): -9023461 or 1790070. OLE color: 1790070.
HSL color Cylindrical-coordinate representation of color #76501B: hue angle of 34.95º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76501B is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 80 | 27 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.54 |
| HSL | 34.95º | 0.63% | 0.28% | - |
| HSV(B) | 34.95º | 0.77% | 0.46% | - |
| XYZ | 10.54 | 9.67 | 2.35 | - |
| YUV | 85.32 | 95.09 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 80 | 27 | 0 | 0.32 | 0.77 | 0.54 | 34.95 | 0.63 | 0.28 |
| Hex | 76 | 50 | 1B | 0 | 20 | 4D | 36 | 23 | 3F | 1C |
| Octal | 166 | 120 | 33 | 0 | 40 | 115 | 66 | 43 | 77 | 34 |
| Binary | 1110110 | 1010000 | 11011 | 0 | 100000 | 1001101 | 110110 | 100011 | 111111 | 11100 |
Color Harmonies of #76501B
Complementary color
Monochromatic Colors of #76501B
Black with #76501B
Text Example
Text Example
White with #76501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76501B; }
p { color: rgb(118,80,27); }
H1.HeaderClassName
{
color: #76501B;
}
.AnyTagClassName
{
color: #76501B;
}
</style>
background-color css
<style>
a { background-color: #76501B; }
a { background-color: rgb(118,80,27); }
div.DivClassName
{
background-color: #76501B;
}
.BgClassName
{
background-color: #76501B;
}
</style>
border-color css
<style>
span { border-color: #76501B; }
span { border-color: rgb(118,80,27); }
td.TdClassName
{
border-color: #76501B;
}
.TagClassName
{
border-color: #76501B;
}
</style>