Shades of Wasabi #80864A
Tints of Wasabi #80864A
RGB
CMYK
RGB Variations
Color information
#80864A (or 0x80864A) is known color: Wasabi. HEX triplet: 80, 86 and 4A. RGB value is (128,134,74). Sum of RGB (Red+Green+Blue) = 128+134+74=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 134 - color contains mainly: green. Hex color #80864A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80864A is #7F79B5. Grayscale: #7D7D7D. Windows color (decimal): -8354230 or 4884096. OLE color: 4884096.
HSL color Cylindrical-coordinate representation of color #80864A: hue angle of 66º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80864A is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 134 | 74 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.47 |
| HSL | 66º | 0.29% | 0.41% | - |
| HSV(B) | 66º | 0.45% | 0.53% | - |
| XYZ | 18.66 | 22.13 | 9.77 | - |
| YUV | 125.37 | 99.01 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 134 | 74 | 0.04 | 0 | 0.45 | 0.47 | 66 | 0.29 | 0.41 |
| Hex | 80 | 86 | 4A | 4 | 0 | 2D | 2F | 42 | 1D | 29 |
| Octal | 200 | 206 | 112 | 4 | 0 | 55 | 57 | 102 | 35 | 51 |
| Binary | 10000000 | 10000110 | 1001010 | 100 | 0 | 101101 | 101111 | 1000010 | 11101 | 101001 |
Color Harmonies of #80864A
Complementary color
Monochromatic Colors of #80864A
Black with #80864A
Text Example
Text Example
White with #80864A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80864A; }
p { color: rgb(128,134,74); }
H1.HeaderClassName
{
color: #80864A;
}
.AnyTagClassName
{
color: #80864A;
}
</style>
background-color css
<style>
a { background-color: #80864A; }
a { background-color: rgb(128,134,74); }
div.DivClassName
{
background-color: #80864A;
}
.BgClassName
{
background-color: #80864A;
}
</style>
border-color css
<style>
span { border-color: #80864A; }
span { border-color: rgb(128,134,74); }
td.TdClassName
{
border-color: #80864A;
}
.TagClassName
{
border-color: #80864A;
}
</style>