Shades of Wasabi #808749
Tints of Wasabi #808749
RGB
CMYK
RGB Variations
Color information
#808749 (or 0x808749) is known color: Wasabi. HEX triplet: 80, 87 and 49. RGB value is (128,135,73). Sum of RGB (Red+Green+Blue) = 128+135+73=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 135 - color contains mainly: green. Hex color #808749 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808749 is #7F78B6. Grayscale: #7E7E7E. Windows color (decimal): -8353975 or 4818816. OLE color: 4818816.
HSL color Cylindrical-coordinate representation of color #808749: hue angle of 66.77º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #808749 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 135 | 73 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.47 |
| HSL | 66.77º | 0.3% | 0.41% | - |
| HSV(B) | 66.77º | 0.46% | 0.53% | - |
| XYZ | 18.77 | 22.4 | 9.64 | - |
| YUV | 125.84 | 98.18 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 135 | 73 | 0.05 | 0 | 0.46 | 0.47 | 66.77 | 0.3 | 0.41 |
| Hex | 80 | 87 | 49 | 5 | 0 | 2E | 2F | 43 | 1E | 29 |
| Octal | 200 | 207 | 111 | 5 | 0 | 56 | 57 | 103 | 36 | 51 |
| Binary | 10000000 | 10000111 | 1001001 | 101 | 0 | 101110 | 101111 | 1000011 | 11110 | 101001 |
Color Harmonies of #808749
Complementary color
Monochromatic Colors of #808749
Black with #808749
Text Example
Text Example
White with #808749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808749; }
p { color: rgb(128,135,73); }
H1.HeaderClassName
{
color: #808749;
}
.AnyTagClassName
{
color: #808749;
}
</style>
background-color css
<style>
a { background-color: #808749; }
a { background-color: rgb(128,135,73); }
div.DivClassName
{
background-color: #808749;
}
.BgClassName
{
background-color: #808749;
}
</style>
border-color css
<style>
span { border-color: #808749; }
span { border-color: rgb(128,135,73); }
td.TdClassName
{
border-color: #808749;
}
.TagClassName
{
border-color: #808749;
}
</style>