Shades of Wasabi #7E8547
Tints of Wasabi #7E8547
RGB
CMYK
RGB Variations
Color information
#7E8547 (or 0x7E8547) is known color: Wasabi. HEX triplet: 7E, 85 and 47. RGB value is (126,133,71). Sum of RGB (Red+Green+Blue) = 126+133+71=330 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.18% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 133 - color contains mainly: green. Hex color #7E8547 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8547 is #817AB8. Grayscale: #7C7C7C. Windows color (decimal): -8485561 or 4687230. OLE color: 4687230.
HSL color Cylindrical-coordinate representation of color #7E8547: hue angle of 66.77º degrees, saturation: 0.3, 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 #7E8547 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 133 | 71 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.48 |
| HSL | 66.77º | 0.3% | 0.4% | - |
| HSV(B) | 66.77º | 0.47% | 0.52% | - |
| XYZ | 18.13 | 21.67 | 9.19 | - |
| YUV | 123.84 | 98.18 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 133 | 71 | 0.05 | 0 | 0.47 | 0.48 | 66.77 | 0.3 | 0.4 |
| Hex | 7E | 85 | 47 | 5 | 0 | 2F | 30 | 43 | 1E | 28 |
| Octal | 176 | 205 | 107 | 5 | 0 | 57 | 60 | 103 | 36 | 50 |
| Binary | 1111110 | 10000101 | 1000111 | 101 | 0 | 101111 | 110000 | 1000011 | 11110 | 101000 |
Color Harmonies of #7E8547
Complementary color
Monochromatic Colors of #7E8547
Black with #7E8547
Text Example
Text Example
White with #7E8547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8547; }
p { color: rgb(126,133,71); }
H1.HeaderClassName
{
color: #7E8547;
}
.AnyTagClassName
{
color: #7E8547;
}
</style>
background-color css
<style>
a { background-color: #7E8547; }
a { background-color: rgb(126,133,71); }
div.DivClassName
{
background-color: #7E8547;
}
.BgClassName
{
background-color: #7E8547;
}
</style>
border-color css
<style>
span { border-color: #7E8547; }
span { border-color: rgb(126,133,71); }
td.TdClassName
{
border-color: #7E8547;
}
.TagClassName
{
border-color: #7E8547;
}
</style>