Shades of Raw Umber #764505
Tints of Raw Umber #764505
RGB
CMYK
RGB Variations
Color information
#764505 (or 0x764505) is known color: Raw Umber. HEX triplet: 76, 45 and 05. RGB value is (118,69,5). Sum of RGB (Red+Green+Blue) = 118+69+5=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #764505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764505 is #89BAFA. Grayscale: #4C4C4C. Windows color (decimal): -9026299 or 345462. OLE color: 345462.
HSL color Cylindrical-coordinate representation of color #764505: hue angle of 33.98º 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 #764505 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 69 | 5 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.54 |
| HSL | 33.98º | 0.92% | 0.24% | - |
| HSV(B) | 33.98º | 0.96% | 0.46% | - |
| XYZ | 9.63 | 8.12 | 1.2 | - |
| YUV | 76.36 | 87.73 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 69 | 5 | 0 | 0.42 | 0.96 | 0.54 | 33.98 | 0.92 | 0.24 |
| Hex | 76 | 45 | 5 | 0 | 2A | 60 | 36 | 22 | 5C | 18 |
| Octal | 166 | 105 | 5 | 0 | 52 | 140 | 66 | 42 | 134 | 30 |
| Binary | 1110110 | 1000101 | 101 | 0 | 101010 | 1100000 | 110110 | 100010 | 1011100 | 11000 |
Color Harmonies of #764505
Complementary color
Monochromatic Colors of #764505
Black with #764505
Text Example
Text Example
White with #764505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764505; }
p { color: rgb(118,69,5); }
H1.HeaderClassName
{
color: #764505;
}
.AnyTagClassName
{
color: #764505;
}
</style>
background-color css
<style>
a { background-color: #764505; }
a { background-color: rgb(118,69,5); }
div.DivClassName
{
background-color: #764505;
}
.BgClassName
{
background-color: #764505;
}
</style>
border-color css
<style>
span { border-color: #764505; }
span { border-color: rgb(118,69,5); }
td.TdClassName
{
border-color: #764505;
}
.TagClassName
{
border-color: #764505;
}
</style>