Shades of Wasabi #808748
Tints of Wasabi #808748
RGB
CMYK
RGB Variations
Color information
#808748 (or 0x808748) is known color: Wasabi. HEX triplet: 80, 87 and 48. RGB value is (128,135,72). Sum of RGB (Red+Green+Blue) = 128+135+72=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 135 - color contains mainly: green. Hex color #808748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808748 is #7F78B7. Grayscale: #7D7D7D. Windows color (decimal): -8353976 or 4753280. OLE color: 4753280.
HSL color Cylindrical-coordinate representation of color #808748: hue angle of 66.67º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #808748 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 135 | 72 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.47 |
| HSL | 66.67º | 0.3% | 0.41% | - |
| HSV(B) | 66.67º | 0.47% | 0.53% | - |
| XYZ | 18.74 | 22.39 | 9.46 | - |
| YUV | 125.73 | 97.68 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 135 | 72 | 0.05 | 0 | 0.47 | 0.47 | 66.67 | 0.3 | 0.41 |
| Hex | 80 | 87 | 48 | 5 | 0 | 2F | 2F | 43 | 1E | 29 |
| Octal | 200 | 207 | 110 | 5 | 0 | 57 | 57 | 103 | 36 | 51 |
| Binary | 10000000 | 10000111 | 1001000 | 101 | 0 | 101111 | 101111 | 1000011 | 11110 | 101001 |
Color Harmonies of #808748
Complementary color
Monochromatic Colors of #808748
Black with #808748
Text Example
Text Example
White with #808748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808748; }
p { color: rgb(128,135,72); }
H1.HeaderClassName
{
color: #808748;
}
.AnyTagClassName
{
color: #808748;
}
</style>
background-color css
<style>
a { background-color: #808748; }
a { background-color: rgb(128,135,72); }
div.DivClassName
{
background-color: #808748;
}
.BgClassName
{
background-color: #808748;
}
</style>
border-color css
<style>
span { border-color: #808748; }
span { border-color: rgb(128,135,72); }
td.TdClassName
{
border-color: #808748;
}
.TagClassName
{
border-color: #808748;
}
</style>