Shades of Wasabi #7D8734
Tints of Wasabi #7D8734
RGB
CMYK
RGB Variations
Color information
#7D8734 (or 0x7D8734) is known color: Wasabi. HEX triplet: 7D, 87 and 34. RGB value is (125,135,52). Sum of RGB (Red+Green+Blue) = 125+135+52=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 135 - color contains mainly: green. Hex color #7D8734 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8734 is #8278CB. Grayscale: #7A7A7A. Windows color (decimal): -8550604 or 3442557. OLE color: 3442557.
HSL color Cylindrical-coordinate representation of color #7D8734: hue angle of 67.23º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D8734 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 135 | 52 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.47 |
| HSL | 67.23º | 0.44% | 0.37% | - |
| HSV(B) | 67.23º | 0.61% | 0.53% | - |
| XYZ | 17.74 | 21.94 | 6.55 | - |
| YUV | 122.55 | 88.19 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 135 | 52 | 0.07 | 0 | 0.61 | 0.47 | 67.23 | 0.44 | 0.37 |
| Hex | 7D | 87 | 34 | 7 | 0 | 3D | 2F | 43 | 2C | 25 |
| Octal | 175 | 207 | 64 | 7 | 0 | 75 | 57 | 103 | 54 | 45 |
| Binary | 1111101 | 10000111 | 110100 | 111 | 0 | 111101 | 101111 | 1000011 | 101100 | 100101 |
Color Harmonies of #7D8734
Complementary color
Monochromatic Colors of #7D8734
Black with #7D8734
Text Example
Text Example
White with #7D8734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8734; }
p { color: rgb(125,135,52); }
H1.HeaderClassName
{
color: #7D8734;
}
.AnyTagClassName
{
color: #7D8734;
}
</style>
background-color css
<style>
a { background-color: #7D8734; }
a { background-color: rgb(125,135,52); }
div.DivClassName
{
background-color: #7D8734;
}
.BgClassName
{
background-color: #7D8734;
}
</style>
border-color css
<style>
span { border-color: #7D8734; }
span { border-color: rgb(125,135,52); }
td.TdClassName
{
border-color: #7D8734;
}
.TagClassName
{
border-color: #7D8734;
}
</style>