Shades of Raw Umber #76501C
Tints of Raw Umber #76501C
RGB
CMYK
RGB Variations
Color information
#76501C (or 0x76501C) is known color: Raw Umber. HEX triplet: 76, 50 and 1C. RGB value is (118,80,28). Sum of RGB (Red+Green+Blue) = 118+80+28=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #76501C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76501C is #89AFE3. Grayscale: #555555. Windows color (decimal): -9023460 or 1855606. OLE color: 1855606.
HSL color Cylindrical-coordinate representation of color #76501C: hue angle of 34.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76501C is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 80 | 28 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.54 |
| HSL | 34.67º | 0.62% | 0.29% | - |
| HSV(B) | 34.67º | 0.76% | 0.46% | - |
| XYZ | 10.55 | 9.67 | 2.41 | - |
| YUV | 85.43 | 95.59 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 80 | 28 | 0 | 0.32 | 0.76 | 0.54 | 34.67 | 0.62 | 0.29 |
| Hex | 76 | 50 | 1C | 0 | 20 | 4C | 36 | 23 | 3E | 1D |
| Octal | 166 | 120 | 34 | 0 | 40 | 114 | 66 | 43 | 76 | 35 |
| Binary | 1110110 | 1010000 | 11100 | 0 | 100000 | 1001100 | 110110 | 100011 | 111110 | 11101 |
Color Harmonies of #76501C
Complementary color
Monochromatic Colors of #76501C
Black with #76501C
Text Example
Text Example
White with #76501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76501C; }
p { color: rgb(118,80,28); }
H1.HeaderClassName
{
color: #76501C;
}
.AnyTagClassName
{
color: #76501C;
}
</style>
background-color css
<style>
a { background-color: #76501C; }
a { background-color: rgb(118,80,28); }
div.DivClassName
{
background-color: #76501C;
}
.BgClassName
{
background-color: #76501C;
}
</style>
border-color css
<style>
span { border-color: #76501C; }
span { border-color: rgb(118,80,28); }
td.TdClassName
{
border-color: #76501C;
}
.TagClassName
{
border-color: #76501C;
}
</style>