Shades of Wasabi #7E8446
Tints of Wasabi #7E8446
RGB
CMYK
RGB Variations
Color information
#7E8446 (or 0x7E8446) is known color: Wasabi. HEX triplet: 7E, 84 and 46. RGB value is (126,132,70). Sum of RGB (Red+Green+Blue) = 126+132+70=328 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.41% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 132 - color contains mainly: green. Hex color #7E8446 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8446 is #817BB9. Grayscale: #7B7B7B. Windows color (decimal): -8485818 or 4621438. OLE color: 4621438.
HSL color Cylindrical-coordinate representation of color #7E8446: hue angle of 65.81º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E8446 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 132 | 70 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.48 |
| HSL | 65.81º | 0.31% | 0.4% | - |
| HSV(B) | 65.81º | 0.47% | 0.52% | - |
| XYZ | 17.96 | 21.38 | 8.97 | - |
| YUV | 123.14 | 98.01 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 132 | 70 | 0.05 | 0 | 0.47 | 0.48 | 65.81 | 0.31 | 0.4 |
| Hex | 7E | 84 | 46 | 5 | 0 | 2F | 30 | 42 | 1F | 28 |
| Octal | 176 | 204 | 106 | 5 | 0 | 57 | 60 | 102 | 37 | 50 |
| Binary | 1111110 | 10000100 | 1000110 | 101 | 0 | 101111 | 110000 | 1000010 | 11111 | 101000 |
Color Harmonies of #7E8446
Complementary color
Monochromatic Colors of #7E8446
Black with #7E8446
Text Example
Text Example
White with #7E8446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8446; }
p { color: rgb(126,132,70); }
H1.HeaderClassName
{
color: #7E8446;
}
.AnyTagClassName
{
color: #7E8446;
}
</style>
background-color css
<style>
a { background-color: #7E8446; }
a { background-color: rgb(126,132,70); }
div.DivClassName
{
background-color: #7E8446;
}
.BgClassName
{
background-color: #7E8446;
}
</style>
border-color css
<style>
span { border-color: #7E8446; }
span { border-color: rgb(126,132,70); }
td.TdClassName
{
border-color: #7E8446;
}
.TagClassName
{
border-color: #7E8446;
}
</style>