Shades of Wasabi #7A7E40
Tints of Wasabi #7A7E40
RGB
CMYK
RGB Variations
Color information
#7A7E40 (or 0x7A7E40) is known color: Wasabi. HEX triplet: 7A, 7E and 40. RGB value is (122,126,64). Sum of RGB (Red+Green+Blue) = 122+126+64=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 126 - color contains mainly: green. Hex color #7A7E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7E40 is #8581BF. Grayscale: #757575. Windows color (decimal): -8749504 or 4226682. OLE color: 4226682.
HSL color Cylindrical-coordinate representation of color #7A7E40: hue angle of 63.87º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A7E40 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 126 | 64 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.51 |
| HSL | 63.87º | 0.33% | 0.37% | - |
| HSV(B) | 63.87º | 0.49% | 0.49% | - |
| XYZ | 16.41 | 19.43 | 7.74 | - |
| YUV | 117.74 | 97.67 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 126 | 64 | 0.03 | 0 | 0.49 | 0.51 | 63.87 | 0.33 | 0.37 |
| Hex | 7A | 7E | 40 | 3 | 0 | 31 | 33 | 40 | 21 | 25 |
| Octal | 172 | 176 | 100 | 3 | 0 | 61 | 63 | 100 | 41 | 45 |
| Binary | 1111010 | 1111110 | 1000000 | 11 | 0 | 110001 | 110011 | 1000000 | 100001 | 100101 |
Color Harmonies of #7A7E40
Complementary color
Monochromatic Colors of #7A7E40
Black with #7A7E40
Text Example
Text Example
White with #7A7E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7E40; }
p { color: rgb(122,126,64); }
H1.HeaderClassName
{
color: #7A7E40;
}
.AnyTagClassName
{
color: #7A7E40;
}
</style>
background-color css
<style>
a { background-color: #7A7E40; }
a { background-color: rgb(122,126,64); }
div.DivClassName
{
background-color: #7A7E40;
}
.BgClassName
{
background-color: #7A7E40;
}
</style>
border-color css
<style>
span { border-color: #7A7E40; }
span { border-color: rgb(122,126,64); }
td.TdClassName
{
border-color: #7A7E40;
}
.TagClassName
{
border-color: #7A7E40;
}
</style>