Shades of Raw Umber #764905
Tints of Raw Umber #764905
RGB
CMYK
RGB Variations
Color information
#764905 (or 0x764905) is known color: Raw Umber. HEX triplet: 76, 49 and 05. RGB value is (118,73,5). Sum of RGB (Red+Green+Blue) = 118+73+5=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 5 (2.34% from 255 or 2.55% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #764905 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764905 is #89B6FA. Grayscale: #4F4F4F. Windows color (decimal): -9025275 or 346486. OLE color: 346486.
HSL color Cylindrical-coordinate representation of color #764905: hue angle of 36.11º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #764905 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 73 | 5 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.54 |
| HSL | 36.11º | 0.92% | 0.24% | - |
| HSV(B) | 36.11º | 0.96% | 0.46% | - |
| XYZ | 9.88 | 8.63 | 1.29 | - |
| YUV | 78.7 | 86.41 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 73 | 5 | 0 | 0.38 | 0.96 | 0.54 | 36.11 | 0.92 | 0.24 |
| Hex | 76 | 49 | 5 | 0 | 26 | 60 | 36 | 24 | 5C | 18 |
| Octal | 166 | 111 | 5 | 0 | 46 | 140 | 66 | 44 | 134 | 30 |
| Binary | 1110110 | 1001001 | 101 | 0 | 100110 | 1100000 | 110110 | 100100 | 1011100 | 11000 |
Color Harmonies of #764905
Complementary color
Monochromatic Colors of #764905
Black with #764905
Text Example
Text Example
White with #764905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764905; }
p { color: rgb(118,73,5); }
H1.HeaderClassName
{
color: #764905;
}
.AnyTagClassName
{
color: #764905;
}
</style>
background-color css
<style>
a { background-color: #764905; }
a { background-color: rgb(118,73,5); }
div.DivClassName
{
background-color: #764905;
}
.BgClassName
{
background-color: #764905;
}
</style>
border-color css
<style>
span { border-color: #764905; }
span { border-color: rgb(118,73,5); }
td.TdClassName
{
border-color: #764905;
}
.TagClassName
{
border-color: #764905;
}
</style>