Shades of Wasabi #7F8F32
Tints of Wasabi #7F8F32
RGB
CMYK
RGB Variations
Color information
#7F8F32 (or 0x7F8F32) is known color: Wasabi. HEX triplet: 7F, 8F and 32. RGB value is (127,143,50). Sum of RGB (Red+Green+Blue) = 127+143+50=320 (42% of max value = 765). Red value is 127 (50% from 255 or 39.69% from 320); Green value is 143 (56.25% from 255 or 44.69% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 143 - color contains mainly: green. Hex color #7F8F32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8F32 is #8070CD. Grayscale: #7F7F7F. Windows color (decimal): -8417486 or 3313535. OLE color: 3313535.
HSL color Cylindrical-coordinate representation of color #7F8F32: hue angle of 70.32º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F8F32 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 143 | 50 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.44 |
| HSL | 70.32º | 0.48% | 0.38% | - |
| HSV(B) | 70.32º | 0.65% | 0.56% | - |
| XYZ | 19.15 | 24.39 | 6.72 | - |
| YUV | 127.61 | 84.2 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 143 | 50 | 0.11 | 0 | 0.65 | 0.44 | 70.32 | 0.48 | 0.38 |
| Hex | 7F | 8F | 32 | B | 0 | 41 | 2C | 46 | 30 | 26 |
| Octal | 177 | 217 | 62 | 13 | 0 | 101 | 54 | 106 | 60 | 46 |
| Binary | 1111111 | 10001111 | 110010 | 1011 | 0 | 1000001 | 101100 | 1000110 | 110000 | 100110 |
Color Harmonies of #7F8F32
Complementary color
Monochromatic Colors of #7F8F32
Black with #7F8F32
Text Example
Text Example
White with #7F8F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8F32; }
p { color: rgb(127,143,50); }
H1.HeaderClassName
{
color: #7F8F32;
}
.AnyTagClassName
{
color: #7F8F32;
}
</style>
background-color css
<style>
a { background-color: #7F8F32; }
a { background-color: rgb(127,143,50); }
div.DivClassName
{
background-color: #7F8F32;
}
.BgClassName
{
background-color: #7F8F32;
}
</style>
border-color css
<style>
span { border-color: #7F8F32; }
span { border-color: rgb(127,143,50); }
td.TdClassName
{
border-color: #7F8F32;
}
.TagClassName
{
border-color: #7F8F32;
}
</style>