Shades of Wasabi #808447
Tints of Wasabi #808447
RGB
CMYK
RGB Variations
Color information
#808447 (or 0x808447) is known color: Wasabi. HEX triplet: 80, 84 and 47. RGB value is (128,132,71). Sum of RGB (Red+Green+Blue) = 128+132+71=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 132 - color contains mainly: green. Hex color #808447 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808447 is #7F7BB8. Grayscale: #7C7C7C. Windows color (decimal): -8354745 or 4686976. OLE color: 4686976.
HSL color Cylindrical-coordinate representation of color #808447: hue angle of 63.93º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #808447 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 132 | 71 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.48 |
| HSL | 63.93º | 0.3% | 0.4% | - |
| HSV(B) | 63.93º | 0.46% | 0.52% | - |
| XYZ | 18.29 | 21.55 | 9.16 | - |
| YUV | 123.85 | 98.17 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 71 | 0.03 | 0 | 0.46 | 0.48 | 63.93 | 0.3 | 0.4 |
| Hex | 80 | 84 | 47 | 3 | 0 | 2E | 30 | 40 | 1E | 28 |
| Octal | 200 | 204 | 107 | 3 | 0 | 56 | 60 | 100 | 36 | 50 |
| Binary | 10000000 | 10000100 | 1000111 | 11 | 0 | 101110 | 110000 | 1000000 | 11110 | 101000 |
Color Harmonies of #808447
Complementary color
Monochromatic Colors of #808447
Black with #808447
Text Example
Text Example
White with #808447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808447; }
p { color: rgb(128,132,71); }
H1.HeaderClassName
{
color: #808447;
}
.AnyTagClassName
{
color: #808447;
}
</style>
background-color css
<style>
a { background-color: #808447; }
a { background-color: rgb(128,132,71); }
div.DivClassName
{
background-color: #808447;
}
.BgClassName
{
background-color: #808447;
}
</style>
border-color css
<style>
span { border-color: #808447; }
span { border-color: rgb(128,132,71); }
td.TdClassName
{
border-color: #808447;
}
.TagClassName
{
border-color: #808447;
}
</style>