Shades of Wasabi #7A843D
Tints of Wasabi #7A843D
RGB
CMYK
RGB Variations
Color information
#7A843D (or 0x7A843D) is known color: Wasabi. HEX triplet: 7A, 84 and 3D. RGB value is (122,132,61). Sum of RGB (Red+Green+Blue) = 122+132+61=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #7A843D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A843D is #857BC2. Grayscale: #797979. Windows color (decimal): -8747971 or 4031610. OLE color: 4031610.
HSL color Cylindrical-coordinate representation of color #7A843D: hue angle of 68.45º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A843D is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 132 | 61 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.48 |
| HSL | 68.45º | 0.37% | 0.38% | - |
| HSV(B) | 68.45º | 0.54% | 0.52% | - |
| XYZ | 17.12 | 20.98 | 7.56 | - |
| YUV | 120.92 | 94.19 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 132 | 61 | 0.08 | 0 | 0.54 | 0.48 | 68.45 | 0.37 | 0.38 |
| Hex | 7A | 84 | 3D | 8 | 0 | 36 | 30 | 44 | 25 | 26 |
| Octal | 172 | 204 | 75 | 10 | 0 | 66 | 60 | 104 | 45 | 46 |
| Binary | 1111010 | 10000100 | 111101 | 1000 | 0 | 110110 | 110000 | 1000100 | 100101 | 100110 |
Color Harmonies of #7A843D
Complementary color
Monochromatic Colors of #7A843D
Black with #7A843D
Text Example
Text Example
White with #7A843D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A843D; }
p { color: rgb(122,132,61); }
H1.HeaderClassName
{
color: #7A843D;
}
.AnyTagClassName
{
color: #7A843D;
}
</style>
background-color css
<style>
a { background-color: #7A843D; }
a { background-color: rgb(122,132,61); }
div.DivClassName
{
background-color: #7A843D;
}
.BgClassName
{
background-color: #7A843D;
}
</style>
border-color css
<style>
span { border-color: #7A843D; }
span { border-color: rgb(122,132,61); }
td.TdClassName
{
border-color: #7A843D;
}
.TagClassName
{
border-color: #7A843D;
}
</style>