Shades of Wasabi #7D8739
Tints of Wasabi #7D8739
RGB
CMYK
RGB Variations
Color information
#7D8739 (or 0x7D8739) is known color: Wasabi. HEX triplet: 7D, 87 and 39. RGB value is (125,135,57). Sum of RGB (Red+Green+Blue) = 125+135+57=317 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.43% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 135 - color contains mainly: green. Hex color #7D8739 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8739 is #8278C6. Grayscale: #7B7B7B. Windows color (decimal): -8550599 or 3770237. OLE color: 3770237.
HSL color Cylindrical-coordinate representation of color #7D8739: hue angle of 67.69º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D8739 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 135 | 57 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.47 |
| HSL | 67.69º | 0.41% | 0.38% | - |
| HSV(B) | 67.69º | 0.58% | 0.53% | - |
| XYZ | 17.86 | 21.98 | 7.17 | - |
| YUV | 123.12 | 90.69 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 135 | 57 | 0.07 | 0 | 0.58 | 0.47 | 67.69 | 0.41 | 0.38 |
| Hex | 7D | 87 | 39 | 7 | 0 | 3A | 2F | 44 | 29 | 26 |
| Octal | 175 | 207 | 71 | 7 | 0 | 72 | 57 | 104 | 51 | 46 |
| Binary | 1111101 | 10000111 | 111001 | 111 | 0 | 111010 | 101111 | 1000100 | 101001 | 100110 |
Color Harmonies of #7D8739
Complementary color
Monochromatic Colors of #7D8739
Black with #7D8739
Text Example
Text Example
White with #7D8739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8739; }
p { color: rgb(125,135,57); }
H1.HeaderClassName
{
color: #7D8739;
}
.AnyTagClassName
{
color: #7D8739;
}
</style>
background-color css
<style>
a { background-color: #7D8739; }
a { background-color: rgb(125,135,57); }
div.DivClassName
{
background-color: #7D8739;
}
.BgClassName
{
background-color: #7D8739;
}
</style>
border-color css
<style>
span { border-color: #7D8739; }
span { border-color: rgb(125,135,57); }
td.TdClassName
{
border-color: #7D8739;
}
.TagClassName
{
border-color: #7D8739;
}
</style>