Shades of Raw Umber #764402
Tints of Raw Umber #764402
RGB
CMYK
RGB Variations
Color information
#764402 (or 0x764402) is known color: Raw Umber. HEX triplet: 76, 44 and 02. RGB value is (118,68,2). Sum of RGB (Red+Green+Blue) = 118+68+2=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #764402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764402 is #89BBFD. Grayscale: #4B4B4B. Windows color (decimal): -9026558 or 148598. OLE color: 148598.
HSL color Cylindrical-coordinate representation of color #764402: hue angle of 34.14º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #764402 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 68 | 2 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.54 |
| HSL | 34.14º | 0.97% | 0.24% | - |
| HSV(B) | 34.14º | 0.98% | 0.46% | - |
| XYZ | 9.55 | 7.99 | 1.1 | - |
| YUV | 75.43 | 86.57 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 68 | 2 | 0 | 0.42 | 0.98 | 0.54 | 34.14 | 0.97 | 0.24 |
| Hex | 76 | 44 | 2 | 0 | 2A | 62 | 36 | 22 | 61 | 18 |
| Octal | 166 | 104 | 2 | 0 | 52 | 142 | 66 | 42 | 141 | 30 |
| Binary | 1110110 | 1000100 | 10 | 0 | 101010 | 1100010 | 110110 | 100010 | 1100001 | 11000 |
Color Harmonies of #764402
Complementary color
Monochromatic Colors of #764402
Black with #764402
Text Example
Text Example
White with #764402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764402; }
p { color: rgb(118,68,2); }
H1.HeaderClassName
{
color: #764402;
}
.AnyTagClassName
{
color: #764402;
}
</style>
background-color css
<style>
a { background-color: #764402; }
a { background-color: rgb(118,68,2); }
div.DivClassName
{
background-color: #764402;
}
.BgClassName
{
background-color: #764402;
}
</style>
border-color css
<style>
span { border-color: #764402; }
span { border-color: rgb(118,68,2); }
td.TdClassName
{
border-color: #764402;
}
.TagClassName
{
border-color: #764402;
}
</style>