Shades of Wasabi #7A8843
Tints of Wasabi #7A8843
RGB
CMYK
RGB Variations
Color information
#7A8843 (or 0x7A8843) is known color: Wasabi. HEX triplet: 7A, 88 and 43. RGB value is (122,136,67). Sum of RGB (Red+Green+Blue) = 122+136+67=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 136 - color contains mainly: green. Hex color #7A8843 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8843 is #8577BC. Grayscale: #7C7C7C. Windows color (decimal): -8746941 or 4425850. OLE color: 4425850.
HSL color Cylindrical-coordinate representation of color #7A8843: hue angle of 72.17º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A8843 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 136 | 67 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.47 |
| HSL | 72.17º | 0.34% | 0.4% | - |
| HSV(B) | 72.17º | 0.51% | 0.53% | - |
| XYZ | 17.84 | 22.15 | 8.65 | - |
| YUV | 123.95 | 95.86 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 136 | 67 | 0.10 | 0 | 0.51 | 0.47 | 72.17 | 0.34 | 0.4 |
| Hex | 7A | 88 | 43 | A | 0 | 33 | 2F | 48 | 22 | 28 |
| Octal | 172 | 210 | 103 | 12 | 0 | 63 | 57 | 110 | 42 | 50 |
| Binary | 1111010 | 10001000 | 1000011 | 1010 | 0 | 110011 | 101111 | 1001000 | 100010 | 101000 |
Color Harmonies of #7A8843
Complementary color
Monochromatic Colors of #7A8843
Black with #7A8843
Text Example
Text Example
White with #7A8843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8843; }
p { color: rgb(122,136,67); }
H1.HeaderClassName
{
color: #7A8843;
}
.AnyTagClassName
{
color: #7A8843;
}
</style>
background-color css
<style>
a { background-color: #7A8843; }
a { background-color: rgb(122,136,67); }
div.DivClassName
{
background-color: #7A8843;
}
.BgClassName
{
background-color: #7A8843;
}
</style>
border-color css
<style>
span { border-color: #7A8843; }
span { border-color: rgb(122,136,67); }
td.TdClassName
{
border-color: #7A8843;
}
.TagClassName
{
border-color: #7A8843;
}
</style>