Shades of Wasabi #7A8340
Tints of Wasabi #7A8340
RGB
CMYK
RGB Variations
Color information
#7A8340 (or 0x7A8340) is known color: Wasabi. HEX triplet: 7A, 83 and 40. RGB value is (122,131,64). Sum of RGB (Red+Green+Blue) = 122+131+64=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 131 - color contains mainly: green. Hex color #7A8340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8340 is #857CBF. Grayscale: #787878. Windows color (decimal): -8748224 or 4227962. OLE color: 4227962.
HSL color Cylindrical-coordinate representation of color #7A8340: hue angle of 68.06º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A8340 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 131 | 64 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.49 |
| HSL | 68.06º | 0.34% | 0.38% | - |
| HSV(B) | 68.06º | 0.51% | 0.51% | - |
| XYZ | 17.07 | 20.74 | 7.95 | - |
| YUV | 120.67 | 96.02 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 131 | 64 | 0.07 | 0 | 0.51 | 0.49 | 68.06 | 0.34 | 0.38 |
| Hex | 7A | 83 | 40 | 7 | 0 | 33 | 31 | 44 | 22 | 26 |
| Octal | 172 | 203 | 100 | 7 | 0 | 63 | 61 | 104 | 42 | 46 |
| Binary | 1111010 | 10000011 | 1000000 | 111 | 0 | 110011 | 110001 | 1000100 | 100010 | 100110 |
Color Harmonies of #7A8340
Complementary color
Monochromatic Colors of #7A8340
Black with #7A8340
Text Example
Text Example
White with #7A8340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8340; }
p { color: rgb(122,131,64); }
H1.HeaderClassName
{
color: #7A8340;
}
.AnyTagClassName
{
color: #7A8340;
}
</style>
background-color css
<style>
a { background-color: #7A8340; }
a { background-color: rgb(122,131,64); }
div.DivClassName
{
background-color: #7A8340;
}
.BgClassName
{
background-color: #7A8340;
}
</style>
border-color css
<style>
span { border-color: #7A8340; }
span { border-color: rgb(122,131,64); }
td.TdClassName
{
border-color: #7A8340;
}
.TagClassName
{
border-color: #7A8340;
}
</style>