Shades of Wasabi #7A8841
Tints of Wasabi #7A8841
RGB
CMYK
RGB Variations
Color information
#7A8841 (or 0x7A8841) is known color: Wasabi. HEX triplet: 7A, 88 and 41. RGB value is (122,136,65). Sum of RGB (Red+Green+Blue) = 122+136+65=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 136 - color contains mainly: green. Hex color #7A8841 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8841 is #8577BE. Grayscale: #7B7B7B. Windows color (decimal): -8746943 or 4294778. OLE color: 4294778.
HSL color Cylindrical-coordinate representation of color #7A8841: hue angle of 71.83º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A8841 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 136 | 65 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.47 |
| HSL | 71.83º | 0.35% | 0.39% | - |
| HSV(B) | 71.83º | 0.52% | 0.53% | - |
| XYZ | 17.78 | 22.13 | 8.33 | - |
| YUV | 123.72 | 94.86 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 136 | 65 | 0.10 | 0 | 0.52 | 0.47 | 71.83 | 0.35 | 0.39 |
| Hex | 7A | 88 | 41 | A | 0 | 34 | 2F | 48 | 23 | 27 |
| Octal | 172 | 210 | 101 | 12 | 0 | 64 | 57 | 110 | 43 | 47 |
| Binary | 1111010 | 10001000 | 1000001 | 1010 | 0 | 110100 | 101111 | 1001000 | 100011 | 100111 |
Color Harmonies of #7A8841
Complementary color
Monochromatic Colors of #7A8841
Black with #7A8841
Text Example
Text Example
White with #7A8841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8841; }
p { color: rgb(122,136,65); }
H1.HeaderClassName
{
color: #7A8841;
}
.AnyTagClassName
{
color: #7A8841;
}
</style>
background-color css
<style>
a { background-color: #7A8841; }
a { background-color: rgb(122,136,65); }
div.DivClassName
{
background-color: #7A8841;
}
.BgClassName
{
background-color: #7A8841;
}
</style>
border-color css
<style>
span { border-color: #7A8841; }
span { border-color: rgb(122,136,65); }
td.TdClassName
{
border-color: #7A8841;
}
.TagClassName
{
border-color: #7A8841;
}
</style>