Shades of Raw Umber #764A17
Tints of Raw Umber #764A17
RGB
CMYK
RGB Variations
Color information
#764A17 (or 0x764A17) is known color: Raw Umber. HEX triplet: 76, 4A and 17. RGB value is (118,74,23). Sum of RGB (Red+Green+Blue) = 118+74+23=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 23 (9.38% from 255 or 10.70% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #764A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764A17 is #89B5E8. Grayscale: #515151. Windows color (decimal): -9025001 or 1526390. OLE color: 1526390.
HSL color Cylindrical-coordinate representation of color #764A17: hue angle of 32.21º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #764A17 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 74 | 23 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.54 |
| HSL | 32.21º | 0.67% | 0.28% | - |
| HSV(B) | 32.21º | 0.81% | 0.46% | - |
| XYZ | 10.07 | 8.81 | 1.98 | - |
| YUV | 81.34 | 95.08 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 23 | 0 | 0.37 | 0.81 | 0.54 | 32.21 | 0.67 | 0.28 |
| Hex | 76 | 4A | 17 | 0 | 25 | 51 | 36 | 20 | 43 | 1C |
| Octal | 166 | 112 | 27 | 0 | 45 | 121 | 66 | 40 | 103 | 34 |
| Binary | 1110110 | 1001010 | 10111 | 0 | 100101 | 1010001 | 110110 | 100000 | 1000011 | 11100 |
Color Harmonies of #764A17
Complementary color
Monochromatic Colors of #764A17
Black with #764A17
Text Example
Text Example
White with #764A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764A17; }
p { color: rgb(118,74,23); }
H1.HeaderClassName
{
color: #764A17;
}
.AnyTagClassName
{
color: #764A17;
}
</style>
background-color css
<style>
a { background-color: #764A17; }
a { background-color: rgb(118,74,23); }
div.DivClassName
{
background-color: #764A17;
}
.BgClassName
{
background-color: #764A17;
}
</style>
border-color css
<style>
span { border-color: #764A17; }
span { border-color: rgb(118,74,23); }
td.TdClassName
{
border-color: #764A17;
}
.TagClassName
{
border-color: #764A17;
}
</style>