Shades of Wasabi #87914D
Tints of Wasabi #87914D
RGB
CMYK
RGB Variations
Color information
#87914D (or 0x87914D) is known color: Wasabi. HEX triplet: 87, 91 and 4D. RGB value is (135,145,77). Sum of RGB (Red+Green+Blue) = 135+145+77=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 145 - color contains mainly: green. Hex color #87914D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87914D is #786EB2. Grayscale: #868686. Windows color (decimal): -7892659 or 5083527. OLE color: 5083527.
HSL color Cylindrical-coordinate representation of color #87914D: hue angle of 68.82º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87914D is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 145 | 77 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.43 |
| HSL | 68.82º | 0.31% | 0.44% | - |
| HSV(B) | 68.82º | 0.47% | 0.57% | - |
| XYZ | 21.46 | 25.94 | 10.9 | - |
| YUV | 134.26 | 95.69 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 145 | 77 | 0.07 | 0 | 0.47 | 0.43 | 68.82 | 0.31 | 0.44 |
| Hex | 87 | 91 | 4D | 7 | 0 | 2F | 2B | 45 | 1F | 2C |
| Octal | 207 | 221 | 115 | 7 | 0 | 57 | 53 | 105 | 37 | 54 |
| Binary | 10000111 | 10010001 | 1001101 | 111 | 0 | 101111 | 101011 | 1000101 | 11111 | 101100 |
Color Harmonies of #87914D
Complementary color
Monochromatic Colors of #87914D
Black with #87914D
Text Example
Text Example
White with #87914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87914D; }
p { color: rgb(135,145,77); }
H1.HeaderClassName
{
color: #87914D;
}
.AnyTagClassName
{
color: #87914D;
}
</style>
background-color css
<style>
a { background-color: #87914D; }
a { background-color: rgb(135,145,77); }
div.DivClassName
{
background-color: #87914D;
}
.BgClassName
{
background-color: #87914D;
}
</style>
border-color css
<style>
span { border-color: #87914D; }
span { border-color: rgb(135,145,77); }
td.TdClassName
{
border-color: #87914D;
}
.TagClassName
{
border-color: #87914D;
}
</style>