Shades of Wasabi #7D8344
Tints of Wasabi #7D8344
RGB
CMYK
RGB Variations
Color information
#7D8344 (or 0x7D8344) is known color: Wasabi. HEX triplet: 7D, 83 and 44. RGB value is (125,131,68). Sum of RGB (Red+Green+Blue) = 125+131+68=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 131 - color contains mainly: green. Hex color #7D8344 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8344 is #827CBB. Grayscale: #7A7A7A. Windows color (decimal): -8551612 or 4490109. OLE color: 4490109.
HSL color Cylindrical-coordinate representation of color #7D8344: hue angle of 65.71º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D8344 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 125 | 131 | 68 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.49 |
| HSL | 65.71º | 0.32% | 0.39% | - |
| HSV(B) | 65.71º | 0.48% | 0.51% | - |
| XYZ | 17.62 | 21.01 | 8.6 | - |
| YUV | 122.02 | 97.51 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 131 | 68 | 0.05 | 0 | 0.48 | 0.49 | 65.71 | 0.32 | 0.39 |
| Hex | 7D | 83 | 44 | 5 | 0 | 30 | 31 | 42 | 20 | 27 |
| Octal | 175 | 203 | 104 | 5 | 0 | 60 | 61 | 102 | 40 | 47 |
| Binary | 1111101 | 10000011 | 1000100 | 101 | 0 | 110000 | 110001 | 1000010 | 100000 | 100111 |
Color Harmonies of #7D8344
Complementary color
Monochromatic Colors of #7D8344
Black with #7D8344
Text Example
Text Example
White with #7D8344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8344; }
p { color: rgb(125,131,68); }
H1.HeaderClassName
{
color: #7D8344;
}
.AnyTagClassName
{
color: #7D8344;
}
</style>
background-color css
<style>
a { background-color: #7D8344; }
a { background-color: rgb(125,131,68); }
div.DivClassName
{
background-color: #7D8344;
}
.BgClassName
{
background-color: #7D8344;
}
</style>
border-color css
<style>
span { border-color: #7D8344; }
span { border-color: rgb(125,131,68); }
td.TdClassName
{
border-color: #7D8344;
}
.TagClassName
{
border-color: #7D8344;
}
</style>