Shades of Wasabi #7A853C
Tints of Wasabi #7A853C
RGB
CMYK
RGB Variations
Color information
#7A853C (or 0x7A853C) is known color: Wasabi. HEX triplet: 7A, 85 and 3C. RGB value is (122,133,60). Sum of RGB (Red+Green+Blue) = 122+133+60=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #7A853C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A853C is #857AC3. Grayscale: #797979. Windows color (decimal): -8747716 or 3966330. OLE color: 3966330.
HSL color Cylindrical-coordinate representation of color #7A853C: hue angle of 69.04º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A853C is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 133 | 60 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.48 |
| HSL | 69.04º | 0.38% | 0.38% | - |
| HSV(B) | 69.04º | 0.55% | 0.52% | - |
| XYZ | 17.23 | 21.24 | 7.47 | - |
| YUV | 121.39 | 93.36 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 133 | 60 | 0.08 | 0 | 0.55 | 0.48 | 69.04 | 0.38 | 0.38 |
| Hex | 7A | 85 | 3C | 8 | 0 | 37 | 30 | 45 | 26 | 26 |
| Octal | 172 | 205 | 74 | 10 | 0 | 67 | 60 | 105 | 46 | 46 |
| Binary | 1111010 | 10000101 | 111100 | 1000 | 0 | 110111 | 110000 | 1000101 | 100110 | 100110 |
Color Harmonies of #7A853C
Complementary color
Monochromatic Colors of #7A853C
Black with #7A853C
Text Example
Text Example
White with #7A853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A853C; }
p { color: rgb(122,133,60); }
H1.HeaderClassName
{
color: #7A853C;
}
.AnyTagClassName
{
color: #7A853C;
}
</style>
background-color css
<style>
a { background-color: #7A853C; }
a { background-color: rgb(122,133,60); }
div.DivClassName
{
background-color: #7A853C;
}
.BgClassName
{
background-color: #7A853C;
}
</style>
border-color css
<style>
span { border-color: #7A853C; }
span { border-color: rgb(122,133,60); }
td.TdClassName
{
border-color: #7A853C;
}
.TagClassName
{
border-color: #7A853C;
}
</style>