Shades of Wasabi #7A7E42
Tints of Wasabi #7A7E42
RGB
CMYK
RGB Variations
Color information
#7A7E42 (or 0x7A7E42) is known color: Wasabi. HEX triplet: 7A, 7E and 42. RGB value is (122,126,66). Sum of RGB (Red+Green+Blue) = 122+126+66=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 126 (49.61% from 255 or 40.13% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 126 - color contains mainly: green. Hex color #7A7E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7E42 is #8581BD. Grayscale: #767676. Windows color (decimal): -8749502 or 4357754. OLE color: 4357754.
HSL color Cylindrical-coordinate representation of color #7A7E42: hue angle of 64º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A7E42 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 126 | 66 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.51 |
| HSL | 64º | 0.31% | 0.38% | - |
| HSV(B) | 64º | 0.48% | 0.49% | - |
| XYZ | 16.47 | 19.45 | 8.04 | - |
| YUV | 117.96 | 98.67 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 126 | 66 | 0.03 | 0 | 0.48 | 0.51 | 64 | 0.31 | 0.38 |
| Hex | 7A | 7E | 42 | 3 | 0 | 30 | 33 | 40 | 1F | 26 |
| Octal | 172 | 176 | 102 | 3 | 0 | 60 | 63 | 100 | 37 | 46 |
| Binary | 1111010 | 1111110 | 1000010 | 11 | 0 | 110000 | 110011 | 1000000 | 11111 | 100110 |
Color Harmonies of #7A7E42
Complementary color
Monochromatic Colors of #7A7E42
Black with #7A7E42
Text Example
Text Example
White with #7A7E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7E42; }
p { color: rgb(122,126,66); }
H1.HeaderClassName
{
color: #7A7E42;
}
.AnyTagClassName
{
color: #7A7E42;
}
</style>
background-color css
<style>
a { background-color: #7A7E42; }
a { background-color: rgb(122,126,66); }
div.DivClassName
{
background-color: #7A7E42;
}
.BgClassName
{
background-color: #7A7E42;
}
</style>
border-color css
<style>
span { border-color: #7A7E42; }
span { border-color: rgb(122,126,66); }
td.TdClassName
{
border-color: #7A7E42;
}
.TagClassName
{
border-color: #7A7E42;
}
</style>