Shades of Wasabi #87934E
Tints of Wasabi #87934E
RGB
CMYK
RGB Variations
Color information
#87934E (or 0x87934E) is known color: Wasabi. HEX triplet: 87, 93 and 4E. RGB value is (135,147,78). Sum of RGB (Red+Green+Blue) = 135+147+78=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 147 - color contains mainly: green. Hex color #87934E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87934E is #786CB1. Grayscale: #878787. Windows color (decimal): -7892146 or 5149575. OLE color: 5149575.
HSL color Cylindrical-coordinate representation of color #87934E: hue angle of 70.43º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87934E is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 147 | 78 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.42 |
| HSL | 70.43º | 0.31% | 0.44% | - |
| HSV(B) | 70.43º | 0.47% | 0.58% | - |
| XYZ | 21.8 | 26.57 | 11.19 | - |
| YUV | 135.55 | 95.52 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 147 | 78 | 0.08 | 0 | 0.47 | 0.42 | 70.43 | 0.31 | 0.44 |
| Hex | 87 | 93 | 4E | 8 | 0 | 2F | 2A | 46 | 1F | 2C |
| Octal | 207 | 223 | 116 | 10 | 0 | 57 | 52 | 106 | 37 | 54 |
| Binary | 10000111 | 10010011 | 1001110 | 1000 | 0 | 101111 | 101010 | 1000110 | 11111 | 101100 |
Color Harmonies of #87934E
Complementary color
Monochromatic Colors of #87934E
Black with #87934E
Text Example
Text Example
White with #87934E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87934E; }
p { color: rgb(135,147,78); }
H1.HeaderClassName
{
color: #87934E;
}
.AnyTagClassName
{
color: #87934E;
}
</style>
background-color css
<style>
a { background-color: #87934E; }
a { background-color: rgb(135,147,78); }
div.DivClassName
{
background-color: #87934E;
}
.BgClassName
{
background-color: #87934E;
}
</style>
border-color css
<style>
span { border-color: #87934E; }
span { border-color: rgb(135,147,78); }
td.TdClassName
{
border-color: #87934E;
}
.TagClassName
{
border-color: #87934E;
}
</style>