Shades of Wasabi #7A8832
Tints of Wasabi #7A8832
RGB
CMYK
RGB Variations
Color information
#7A8832 (or 0x7A8832) is known color: Wasabi. HEX triplet: 7A, 88 and 32. RGB value is (122,136,50). Sum of RGB (Red+Green+Blue) = 122+136+50=308 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.61% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 136 - color contains mainly: green. Hex color #7A8832 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8832 is #8577CD. Grayscale: #7A7A7A. Windows color (decimal): -8746958 or 3311738. OLE color: 3311738.
HSL color Cylindrical-coordinate representation of color #7A8832: hue angle of 69.77º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A8832 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 136 | 50 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.47 |
| HSL | 69.77º | 0.46% | 0.36% | - |
| HSV(B) | 69.77º | 0.63% | 0.53% | - |
| XYZ | 17.41 | 21.98 | 6.34 | - |
| YUV | 122.01 | 87.36 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 136 | 50 | 0.10 | 0 | 0.63 | 0.47 | 69.77 | 0.46 | 0.36 |
| Hex | 7A | 88 | 32 | A | 0 | 3F | 2F | 46 | 2E | 24 |
| Octal | 172 | 210 | 62 | 12 | 0 | 77 | 57 | 106 | 56 | 44 |
| Binary | 1111010 | 10001000 | 110010 | 1010 | 0 | 111111 | 101111 | 1000110 | 101110 | 100100 |
Color Harmonies of #7A8832
Complementary color
Monochromatic Colors of #7A8832
Black with #7A8832
Text Example
Text Example
White with #7A8832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8832; }
p { color: rgb(122,136,50); }
H1.HeaderClassName
{
color: #7A8832;
}
.AnyTagClassName
{
color: #7A8832;
}
</style>
background-color css
<style>
a { background-color: #7A8832; }
a { background-color: rgb(122,136,50); }
div.DivClassName
{
background-color: #7A8832;
}
.BgClassName
{
background-color: #7A8832;
}
</style>
border-color css
<style>
span { border-color: #7A8832; }
span { border-color: rgb(122,136,50); }
td.TdClassName
{
border-color: #7A8832;
}
.TagClassName
{
border-color: #7A8832;
}
</style>