Shades of Wasabi #7E8546
Tints of Wasabi #7E8546
RGB
CMYK
RGB Variations
Color information
#7E8546 (or 0x7E8546) is known color: Wasabi. HEX triplet: 7E, 85 and 46. RGB value is (126,133,70). Sum of RGB (Red+Green+Blue) = 126+133+70=329 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.30% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 133 - color contains mainly: green. Hex color #7E8546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8546 is #817AB9. Grayscale: #7B7B7B. Windows color (decimal): -8485562 or 4621694. OLE color: 4621694.
HSL color Cylindrical-coordinate representation of color #7E8546: hue angle of 66.67º 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 #7E8546 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 133 | 70 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.48 |
| HSL | 66.67º | 0.31% | 0.4% | - |
| HSV(B) | 66.67º | 0.47% | 0.52% | - |
| XYZ | 18.1 | 21.65 | 9.02 | - |
| YUV | 123.73 | 97.68 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 133 | 70 | 0.05 | 0 | 0.47 | 0.48 | 66.67 | 0.31 | 0.4 |
| Hex | 7E | 85 | 46 | 5 | 0 | 2F | 30 | 43 | 1F | 28 |
| Octal | 176 | 205 | 106 | 5 | 0 | 57 | 60 | 103 | 37 | 50 |
| Binary | 1111110 | 10000101 | 1000110 | 101 | 0 | 101111 | 110000 | 1000011 | 11111 | 101000 |
Color Harmonies of #7E8546
Complementary color
Monochromatic Colors of #7E8546
Black with #7E8546
Text Example
Text Example
White with #7E8546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8546; }
p { color: rgb(126,133,70); }
H1.HeaderClassName
{
color: #7E8546;
}
.AnyTagClassName
{
color: #7E8546;
}
</style>
background-color css
<style>
a { background-color: #7E8546; }
a { background-color: rgb(126,133,70); }
div.DivClassName
{
background-color: #7E8546;
}
.BgClassName
{
background-color: #7E8546;
}
</style>
border-color css
<style>
span { border-color: #7E8546; }
span { border-color: rgb(126,133,70); }
td.TdClassName
{
border-color: #7E8546;
}
.TagClassName
{
border-color: #7E8546;
}
</style>