Shades of Wasabi #7D8847
Tints of Wasabi #7D8847
RGB
CMYK
RGB Variations
Color information
#7D8847 (or 0x7D8847) is known color: Wasabi. HEX triplet: 7D, 88 and 47. RGB value is (125,136,71). Sum of RGB (Red+Green+Blue) = 125+136+71=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 136 - color contains mainly: green. Hex color #7D8847 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8847 is #8277B8. Grayscale: #7D7D7D. Windows color (decimal): -8550329 or 4687997. OLE color: 4687997.
HSL color Cylindrical-coordinate representation of color #7D8847: hue angle of 70.15º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D8847 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 136 | 71 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.47 |
| HSL | 70.15º | 0.31% | 0.41% | - |
| HSV(B) | 70.15º | 0.48% | 0.53% | - |
| XYZ | 18.4 | 22.42 | 9.32 | - |
| YUV | 125.3 | 97.36 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 136 | 71 | 0.08 | 0 | 0.48 | 0.47 | 70.15 | 0.31 | 0.41 |
| Hex | 7D | 88 | 47 | 8 | 0 | 30 | 2F | 46 | 1F | 29 |
| Octal | 175 | 210 | 107 | 10 | 0 | 60 | 57 | 106 | 37 | 51 |
| Binary | 1111101 | 10001000 | 1000111 | 1000 | 0 | 110000 | 101111 | 1000110 | 11111 | 101001 |
Color Harmonies of #7D8847
Complementary color
Monochromatic Colors of #7D8847
Black with #7D8847
Text Example
Text Example
White with #7D8847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8847; }
p { color: rgb(125,136,71); }
H1.HeaderClassName
{
color: #7D8847;
}
.AnyTagClassName
{
color: #7D8847;
}
</style>
background-color css
<style>
a { background-color: #7D8847; }
a { background-color: rgb(125,136,71); }
div.DivClassName
{
background-color: #7D8847;
}
.BgClassName
{
background-color: #7D8847;
}
</style>
border-color css
<style>
span { border-color: #7D8847; }
span { border-color: rgb(125,136,71); }
td.TdClassName
{
border-color: #7D8847;
}
.TagClassName
{
border-color: #7D8847;
}
</style>