Shades of Wasabi #7F8237
Tints of Wasabi #7F8237
RGB
CMYK
RGB Variations
Color information
#7F8237 (or 0x7F8237) is known color: Wasabi. HEX triplet: 7F, 82 and 37. RGB value is (127,130,55). Sum of RGB (Red+Green+Blue) = 127+130+55=312 (41% of max value = 765). Red value is 127 (50% from 255 or 40.71% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #7F8237 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8237 is #807DC8. Grayscale: #787878. Windows color (decimal): -8420809 or 3637887. OLE color: 3637887.
HSL color Cylindrical-coordinate representation of color #7F8237: hue angle of 62.4º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F8237 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 130 | 55 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.49 |
| HSL | 62.4º | 0.41% | 0.36% | - |
| HSV(B) | 62.4º | 0.58% | 0.51% | - |
| XYZ | 17.42 | 20.75 | 6.7 | - |
| YUV | 120.55 | 91.01 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 130 | 55 | 0.02 | 0 | 0.58 | 0.49 | 62.4 | 0.41 | 0.36 |
| Hex | 7F | 82 | 37 | 2 | 0 | 3A | 31 | 3E | 29 | 24 |
| Octal | 177 | 202 | 67 | 2 | 0 | 72 | 61 | 76 | 51 | 44 |
| Binary | 1111111 | 10000010 | 110111 | 10 | 0 | 111010 | 110001 | 111110 | 101001 | 100100 |
Color Harmonies of #7F8237
Complementary color
Monochromatic Colors of #7F8237
Black with #7F8237
Text Example
Text Example
White with #7F8237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8237; }
p { color: rgb(127,130,55); }
H1.HeaderClassName
{
color: #7F8237;
}
.AnyTagClassName
{
color: #7F8237;
}
</style>
background-color css
<style>
a { background-color: #7F8237; }
a { background-color: rgb(127,130,55); }
div.DivClassName
{
background-color: #7F8237;
}
.BgClassName
{
background-color: #7F8237;
}
</style>
border-color css
<style>
span { border-color: #7F8237; }
span { border-color: rgb(127,130,55); }
td.TdClassName
{
border-color: #7F8237;
}
.TagClassName
{
border-color: #7F8237;
}
</style>