Shades of Wasabi #7A8646
Tints of Wasabi #7A8646
RGB
CMYK
RGB Variations
Color information
#7A8646 (or 0x7A8646) is known color: Wasabi. HEX triplet: 7A, 86 and 46. RGB value is (122,134,70). Sum of RGB (Red+Green+Blue) = 122+134+70=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 134 - color contains mainly: green. Hex color #7A8646 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8646 is #8579B9. Grayscale: #7B7B7B. Windows color (decimal): -8747450 or 4621946. OLE color: 4621946.
HSL color Cylindrical-coordinate representation of color #7A8646: hue angle of 71.25º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A8646 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 134 | 70 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.47 |
| HSL | 71.25º | 0.31% | 0.4% | - |
| HSV(B) | 71.25º | 0.48% | 0.53% | - |
| XYZ | 17.66 | 21.63 | 9.04 | - |
| YUV | 123.12 | 98.02 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 134 | 70 | 0.09 | 0 | 0.48 | 0.47 | 71.25 | 0.31 | 0.4 |
| Hex | 7A | 86 | 46 | 9 | 0 | 30 | 2F | 47 | 1F | 28 |
| Octal | 172 | 206 | 106 | 11 | 0 | 60 | 57 | 107 | 37 | 50 |
| Binary | 1111010 | 10000110 | 1000110 | 1001 | 0 | 110000 | 101111 | 1000111 | 11111 | 101000 |
Color Harmonies of #7A8646
Complementary color
Monochromatic Colors of #7A8646
Black with #7A8646
Text Example
Text Example
White with #7A8646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8646; }
p { color: rgb(122,134,70); }
H1.HeaderClassName
{
color: #7A8646;
}
.AnyTagClassName
{
color: #7A8646;
}
</style>
background-color css
<style>
a { background-color: #7A8646; }
a { background-color: rgb(122,134,70); }
div.DivClassName
{
background-color: #7A8646;
}
.BgClassName
{
background-color: #7A8646;
}
</style>
border-color css
<style>
span { border-color: #7A8646; }
span { border-color: rgb(122,134,70); }
td.TdClassName
{
border-color: #7A8646;
}
.TagClassName
{
border-color: #7A8646;
}
</style>