Shades of Raw Umber #764608
Tints of Raw Umber #764608
RGB
CMYK
RGB Variations
Color information
#764608 (or 0x764608) is known color: Raw Umber. HEX triplet: 76, 46 and 08. RGB value is (118,70,8). Sum of RGB (Red+Green+Blue) = 118+70+8=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 8 (3.52% from 255 or 4.08% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #764608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764608 is #89B9F7. Grayscale: #4D4D4D. Windows color (decimal): -9026040 or 542326. OLE color: 542326.
HSL color Cylindrical-coordinate representation of color #764608: hue angle of 33.82º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #764608 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 70 | 8 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.54 |
| HSL | 33.82º | 0.87% | 0.25% | - |
| HSV(B) | 33.82º | 0.93% | 0.46% | - |
| XYZ | 9.71 | 8.25 | 1.31 | - |
| YUV | 77.28 | 88.9 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 70 | 8 | 0 | 0.41 | 0.93 | 0.54 | 33.82 | 0.87 | 0.25 |
| Hex | 76 | 46 | 8 | 0 | 29 | 5D | 36 | 22 | 57 | 19 |
| Octal | 166 | 106 | 10 | 0 | 51 | 135 | 66 | 42 | 127 | 31 |
| Binary | 1110110 | 1000110 | 1000 | 0 | 101001 | 1011101 | 110110 | 100010 | 1010111 | 11001 |
Color Harmonies of #764608
Complementary color
Monochromatic Colors of #764608
Black with #764608
Text Example
Text Example
White with #764608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764608; }
p { color: rgb(118,70,8); }
H1.HeaderClassName
{
color: #764608;
}
.AnyTagClassName
{
color: #764608;
}
</style>
background-color css
<style>
a { background-color: #764608; }
a { background-color: rgb(118,70,8); }
div.DivClassName
{
background-color: #764608;
}
.BgClassName
{
background-color: #764608;
}
</style>
border-color css
<style>
span { border-color: #764608; }
span { border-color: rgb(118,70,8); }
td.TdClassName
{
border-color: #764608;
}
.TagClassName
{
border-color: #764608;
}
</style>