Shades of Wasabi #7F8348
Tints of Wasabi #7F8348
RGB
CMYK
RGB Variations
Color information
#7F8348 (or 0x7F8348) is known color: Wasabi. HEX triplet: 7F, 83 and 48. RGB value is (127,131,72). Sum of RGB (Red+Green+Blue) = 127+131+72=330 (43% of max value = 765). Red value is 127 (50% from 255 or 38.48% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 131 - color contains mainly: green. Hex color #7F8348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8348 is #807CB7. Grayscale: #7B7B7B. Windows color (decimal): -8420536 or 4752255. OLE color: 4752255.
HSL color Cylindrical-coordinate representation of color #7F8348: hue angle of 64.07º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F8348 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 131 | 72 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.49 |
| HSL | 64.07º | 0.29% | 0.4% | - |
| HSV(B) | 64.07º | 0.45% | 0.51% | - |
| XYZ | 18.04 | 21.21 | 9.27 | - |
| YUV | 123.08 | 99.17 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 131 | 72 | 0.03 | 0 | 0.45 | 0.49 | 64.07 | 0.29 | 0.4 |
| Hex | 7F | 83 | 48 | 3 | 0 | 2D | 31 | 40 | 1D | 28 |
| Octal | 177 | 203 | 110 | 3 | 0 | 55 | 61 | 100 | 35 | 50 |
| Binary | 1111111 | 10000011 | 1001000 | 11 | 0 | 101101 | 110001 | 1000000 | 11101 | 101000 |
Color Harmonies of #7F8348
Complementary color
Monochromatic Colors of #7F8348
Black with #7F8348
Text Example
Text Example
White with #7F8348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8348; }
p { color: rgb(127,131,72); }
H1.HeaderClassName
{
color: #7F8348;
}
.AnyTagClassName
{
color: #7F8348;
}
</style>
background-color css
<style>
a { background-color: #7F8348; }
a { background-color: rgb(127,131,72); }
div.DivClassName
{
background-color: #7F8348;
}
.BgClassName
{
background-color: #7F8348;
}
</style>
border-color css
<style>
span { border-color: #7F8348; }
span { border-color: rgb(127,131,72); }
td.TdClassName
{
border-color: #7F8348;
}
.TagClassName
{
border-color: #7F8348;
}
</style>