Shades of Wasabi #808D4D
Tints of Wasabi #808D4D
RGB
CMYK
RGB Variations
Color information
#808D4D (or 0x808D4D) is known color: Wasabi. HEX triplet: 80, 8D and 4D. RGB value is (128,141,77). Sum of RGB (Red+Green+Blue) = 128+141+77=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 141 - color contains mainly: green. Hex color #808D4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808D4D is #7F72B2. Grayscale: #828282. Windows color (decimal): -8352435 or 5082496. OLE color: 5082496.
HSL color Cylindrical-coordinate representation of color #808D4D: hue angle of 72.19º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #808D4D is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 141 | 77 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.45 |
| HSL | 72.19º | 0.29% | 0.43% | - |
| HSV(B) | 72.19º | 0.45% | 0.55% | - |
| XYZ | 19.77 | 24.17 | 10.65 | - |
| YUV | 129.82 | 98.19 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 141 | 77 | 0.09 | 0 | 0.45 | 0.45 | 72.19 | 0.29 | 0.43 |
| Hex | 80 | 8D | 4D | 9 | 0 | 2D | 2D | 48 | 1D | 2B |
| Octal | 200 | 215 | 115 | 11 | 0 | 55 | 55 | 110 | 35 | 53 |
| Binary | 10000000 | 10001101 | 1001101 | 1001 | 0 | 101101 | 101101 | 1001000 | 11101 | 101011 |
Color Harmonies of #808D4D
Complementary color
Monochromatic Colors of #808D4D
Black with #808D4D
Text Example
Text Example
White with #808D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808D4D; }
p { color: rgb(128,141,77); }
H1.HeaderClassName
{
color: #808D4D;
}
.AnyTagClassName
{
color: #808D4D;
}
</style>
background-color css
<style>
a { background-color: #808D4D; }
a { background-color: rgb(128,141,77); }
div.DivClassName
{
background-color: #808D4D;
}
.BgClassName
{
background-color: #808D4D;
}
</style>
border-color css
<style>
span { border-color: #808D4D; }
span { border-color: rgb(128,141,77); }
td.TdClassName
{
border-color: #808D4D;
}
.TagClassName
{
border-color: #808D4D;
}
</style>