Shades of Wasabi #7D8841
Tints of Wasabi #7D8841
RGB
CMYK
RGB Variations
Color information
#7D8841 (or 0x7D8841) is known color: Wasabi. HEX triplet: 7D, 88 and 41. RGB value is (125,136,65). Sum of RGB (Red+Green+Blue) = 125+136+65=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 136 - color contains mainly: green. Hex color #7D8841 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8841 is #8277BE. Grayscale: #7C7C7C. Windows color (decimal): -8550335 or 4294781. OLE color: 4294781.
HSL color Cylindrical-coordinate representation of color #7D8841: hue angle of 69.3º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D8841 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 136 | 65 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.47 |
| HSL | 69.3º | 0.35% | 0.39% | - |
| HSV(B) | 69.3º | 0.52% | 0.53% | - |
| XYZ | 18.22 | 22.35 | 8.35 | - |
| YUV | 124.62 | 94.36 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 136 | 65 | 0.08 | 0 | 0.52 | 0.47 | 69.3 | 0.35 | 0.39 |
| Hex | 7D | 88 | 41 | 8 | 0 | 34 | 2F | 45 | 23 | 27 |
| Octal | 175 | 210 | 101 | 10 | 0 | 64 | 57 | 105 | 43 | 47 |
| Binary | 1111101 | 10001000 | 1000001 | 1000 | 0 | 110100 | 101111 | 1000101 | 100011 | 100111 |
Color Harmonies of #7D8841
Complementary color
Monochromatic Colors of #7D8841
Black with #7D8841
Text Example
Text Example
White with #7D8841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8841; }
p { color: rgb(125,136,65); }
H1.HeaderClassName
{
color: #7D8841;
}
.AnyTagClassName
{
color: #7D8841;
}
</style>
background-color css
<style>
a { background-color: #7D8841; }
a { background-color: rgb(125,136,65); }
div.DivClassName
{
background-color: #7D8841;
}
.BgClassName
{
background-color: #7D8841;
}
</style>
border-color css
<style>
span { border-color: #7D8841; }
span { border-color: rgb(125,136,65); }
td.TdClassName
{
border-color: #7D8841;
}
.TagClassName
{
border-color: #7D8841;
}
</style>