Shades of Wasabi #7F8647
Tints of Wasabi #7F8647
RGB
CMYK
RGB Variations
Color information
#7F8647 (or 0x7F8647) is known color: Wasabi. HEX triplet: 7F, 86 and 47. RGB value is (127,134,71). Sum of RGB (Red+Green+Blue) = 127+134+71=332 (43% of max value = 765). Red value is 127 (50% from 255 or 38.25% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 134 - color contains mainly: green. Hex color #7F8647 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8647 is #8079B8. Grayscale: #7C7C7C. Windows color (decimal): -8419769 or 4687487. OLE color: 4687487.
HSL color Cylindrical-coordinate representation of color #7F8647: hue angle of 66.67º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F8647 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 134 | 71 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.47 |
| HSL | 66.67º | 0.31% | 0.4% | - |
| HSV(B) | 66.67º | 0.47% | 0.53% | - |
| XYZ | 18.41 | 22.02 | 9.24 | - |
| YUV | 124.73 | 97.68 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 134 | 71 | 0.05 | 0 | 0.47 | 0.47 | 66.67 | 0.31 | 0.4 |
| Hex | 7F | 86 | 47 | 5 | 0 | 2F | 2F | 43 | 1F | 28 |
| Octal | 177 | 206 | 107 | 5 | 0 | 57 | 57 | 103 | 37 | 50 |
| Binary | 1111111 | 10000110 | 1000111 | 101 | 0 | 101111 | 101111 | 1000011 | 11111 | 101000 |
Color Harmonies of #7F8647
Complementary color
Monochromatic Colors of #7F8647
Black with #7F8647
Text Example
Text Example
White with #7F8647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8647; }
p { color: rgb(127,134,71); }
H1.HeaderClassName
{
color: #7F8647;
}
.AnyTagClassName
{
color: #7F8647;
}
</style>
background-color css
<style>
a { background-color: #7F8647; }
a { background-color: rgb(127,134,71); }
div.DivClassName
{
background-color: #7F8647;
}
.BgClassName
{
background-color: #7F8647;
}
</style>
border-color css
<style>
span { border-color: #7F8647; }
span { border-color: rgb(127,134,71); }
td.TdClassName
{
border-color: #7F8647;
}
.TagClassName
{
border-color: #7F8647;
}
</style>