Shades of Wasabi #7D8644
Tints of Wasabi #7D8644
RGB
CMYK
RGB Variations
Color information
#7D8644 (or 0x7D8644) is known color: Wasabi. HEX triplet: 7D, 86 and 44. RGB value is (125,134,68). Sum of RGB (Red+Green+Blue) = 125+134+68=327 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.23% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 134 - color contains mainly: green. Hex color #7D8644 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8644 is #8279BB. Grayscale: #7C7C7C. Windows color (decimal): -8550844 or 4490877. OLE color: 4490877.
HSL color Cylindrical-coordinate representation of color #7D8644: hue angle of 68.18º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D8644 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 134 | 68 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.47 |
| HSL | 68.18º | 0.33% | 0.4% | - |
| HSV(B) | 68.18º | 0.49% | 0.53% | - |
| XYZ | 18.03 | 21.83 | 8.73 | - |
| YUV | 123.79 | 96.52 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 134 | 68 | 0.07 | 0 | 0.49 | 0.47 | 68.18 | 0.33 | 0.4 |
| Hex | 7D | 86 | 44 | 7 | 0 | 31 | 2F | 44 | 21 | 28 |
| Octal | 175 | 206 | 104 | 7 | 0 | 61 | 57 | 104 | 41 | 50 |
| Binary | 1111101 | 10000110 | 1000100 | 111 | 0 | 110001 | 101111 | 1000100 | 100001 | 101000 |
Color Harmonies of #7D8644
Complementary color
Monochromatic Colors of #7D8644
Black with #7D8644
Text Example
Text Example
White with #7D8644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8644; }
p { color: rgb(125,134,68); }
H1.HeaderClassName
{
color: #7D8644;
}
.AnyTagClassName
{
color: #7D8644;
}
</style>
background-color css
<style>
a { background-color: #7D8644; }
a { background-color: rgb(125,134,68); }
div.DivClassName
{
background-color: #7D8644;
}
.BgClassName
{
background-color: #7D8644;
}
</style>
border-color css
<style>
span { border-color: #7D8644; }
span { border-color: rgb(125,134,68); }
td.TdClassName
{
border-color: #7D8644;
}
.TagClassName
{
border-color: #7D8644;
}
</style>