Shades of Wasabi #7D8649
Tints of Wasabi #7D8649
RGB
CMYK
RGB Variations
Color information
#7D8649 (or 0x7D8649) is known color: Wasabi. HEX triplet: 7D, 86 and 49. RGB value is (125,134,73). Sum of RGB (Red+Green+Blue) = 125+134+73=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 134 - color contains mainly: green. Hex color #7D8649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8649 is #8279B6. Grayscale: #7C7C7C. Windows color (decimal): -8550839 or 4818557. OLE color: 4818557.
HSL color Cylindrical-coordinate representation of color #7D8649: hue angle of 68.85º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D8649 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 134 | 73 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.47 |
| HSL | 68.85º | 0.29% | 0.41% | - |
| HSV(B) | 68.85º | 0.46% | 0.53% | - |
| XYZ | 18.19 | 21.89 | 9.57 | - |
| YUV | 124.36 | 99.02 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 134 | 73 | 0.07 | 0 | 0.46 | 0.47 | 68.85 | 0.29 | 0.41 |
| Hex | 7D | 86 | 49 | 7 | 0 | 2E | 2F | 45 | 1D | 29 |
| Octal | 175 | 206 | 111 | 7 | 0 | 56 | 57 | 105 | 35 | 51 |
| Binary | 1111101 | 10000110 | 1001001 | 111 | 0 | 101110 | 101111 | 1000101 | 11101 | 101001 |
Color Harmonies of #7D8649
Complementary color
Monochromatic Colors of #7D8649
Black with #7D8649
Text Example
Text Example
White with #7D8649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8649; }
p { color: rgb(125,134,73); }
H1.HeaderClassName
{
color: #7D8649;
}
.AnyTagClassName
{
color: #7D8649;
}
</style>
background-color css
<style>
a { background-color: #7D8649; }
a { background-color: rgb(125,134,73); }
div.DivClassName
{
background-color: #7D8649;
}
.BgClassName
{
background-color: #7D8649;
}
</style>
border-color css
<style>
span { border-color: #7D8649; }
span { border-color: rgb(125,134,73); }
td.TdClassName
{
border-color: #7D8649;
}
.TagClassName
{
border-color: #7D8649;
}
</style>