Shades of Wasabi #7A853D
Tints of Wasabi #7A853D
RGB
CMYK
RGB Variations
Color information
#7A853D (or 0x7A853D) is known color: Wasabi. HEX triplet: 7A, 85 and 3D. RGB value is (122,133,61). Sum of RGB (Red+Green+Blue) = 122+133+61=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 133 - color contains mainly: green. Hex color #7A853D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A853D is #857AC2. Grayscale: #797979. Windows color (decimal): -8747715 or 4031866. OLE color: 4031866.
HSL color Cylindrical-coordinate representation of color #7A853D: hue angle of 69.17º 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 #7A853D is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 133 | 61 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.48 |
| HSL | 69.17º | 0.37% | 0.38% | - |
| HSV(B) | 69.17º | 0.54% | 0.52% | - |
| XYZ | 17.26 | 21.25 | 7.61 | - |
| YUV | 121.5 | 93.86 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 133 | 61 | 0.08 | 0 | 0.54 | 0.48 | 69.17 | 0.37 | 0.38 |
| Hex | 7A | 85 | 3D | 8 | 0 | 36 | 30 | 45 | 25 | 26 |
| Octal | 172 | 205 | 75 | 10 | 0 | 66 | 60 | 105 | 45 | 46 |
| Binary | 1111010 | 10000101 | 111101 | 1000 | 0 | 110110 | 110000 | 1000101 | 100101 | 100110 |
Color Harmonies of #7A853D
Complementary color
Monochromatic Colors of #7A853D
Black with #7A853D
Text Example
Text Example
White with #7A853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A853D; }
p { color: rgb(122,133,61); }
H1.HeaderClassName
{
color: #7A853D;
}
.AnyTagClassName
{
color: #7A853D;
}
</style>
background-color css
<style>
a { background-color: #7A853D; }
a { background-color: rgb(122,133,61); }
div.DivClassName
{
background-color: #7A853D;
}
.BgClassName
{
background-color: #7A853D;
}
</style>
border-color css
<style>
span { border-color: #7A853D; }
span { border-color: rgb(122,133,61); }
td.TdClassName
{
border-color: #7A853D;
}
.TagClassName
{
border-color: #7A853D;
}
</style>