Shades of Wasabi #7A853E
Tints of Wasabi #7A853E
RGB
CMYK
RGB Variations
Color information
#7A853E (or 0x7A853E) is known color: Wasabi. HEX triplet: 7A, 85 and 3E. RGB value is (122,133,62). Sum of RGB (Red+Green+Blue) = 122+133+62=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 133 - color contains mainly: green. Hex color #7A853E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A853E is #857AC1. Grayscale: #797979. Windows color (decimal): -8747714 or 4097402. OLE color: 4097402.
HSL color Cylindrical-coordinate representation of color #7A853E: hue angle of 69.3º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A853E is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 133 | 62 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.48 |
| HSL | 69.3º | 0.36% | 0.38% | - |
| HSV(B) | 69.3º | 0.53% | 0.52% | - |
| XYZ | 17.28 | 21.26 | 7.75 | - |
| YUV | 121.62 | 94.36 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 133 | 62 | 0.08 | 0 | 0.53 | 0.48 | 69.3 | 0.36 | 0.38 |
| Hex | 7A | 85 | 3E | 8 | 0 | 35 | 30 | 45 | 24 | 26 |
| Octal | 172 | 205 | 76 | 10 | 0 | 65 | 60 | 105 | 44 | 46 |
| Binary | 1111010 | 10000101 | 111110 | 1000 | 0 | 110101 | 110000 | 1000101 | 100100 | 100110 |
Color Harmonies of #7A853E
Complementary color
Monochromatic Colors of #7A853E
Black with #7A853E
Text Example
Text Example
White with #7A853E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A853E; }
p { color: rgb(122,133,62); }
H1.HeaderClassName
{
color: #7A853E;
}
.AnyTagClassName
{
color: #7A853E;
}
</style>
background-color css
<style>
a { background-color: #7A853E; }
a { background-color: rgb(122,133,62); }
div.DivClassName
{
background-color: #7A853E;
}
.BgClassName
{
background-color: #7A853E;
}
</style>
border-color css
<style>
span { border-color: #7A853E; }
span { border-color: rgb(122,133,62); }
td.TdClassName
{
border-color: #7A853E;
}
.TagClassName
{
border-color: #7A853E;
}
</style>