Shades of Wasabi #7C7F3F
Tints of Wasabi #7C7F3F
RGB
CMYK
RGB Variations
Color information
#7C7F3F (or 0x7C7F3F) is known color: Wasabi. HEX triplet: 7C, 7F and 3F. RGB value is (124,127,63). Sum of RGB (Red+Green+Blue) = 124+127+63=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 127 (50% from 255 or 40.45% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 127 - color contains mainly: green. Hex color #7C7F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7F3F is #8380C0. Grayscale: #777777. Windows color (decimal): -8618177 or 4161404. OLE color: 4161404.
HSL color Cylindrical-coordinate representation of color #7C7F3F: hue angle of 62.81º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C7F3F is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 124 | 127 | 63 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.50 |
| HSL | 62.81º | 0.34% | 0.37% | - |
| HSV(B) | 62.81º | 0.5% | 0.5% | - |
| XYZ | 16.8 | 19.82 | 7.64 | - |
| YUV | 118.81 | 96.51 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 127 | 63 | 0.02 | 0 | 0.50 | 0.50 | 62.81 | 0.34 | 0.37 |
| Hex | 7C | 7F | 3F | 2 | 0 | 32 | 32 | 3F | 22 | 25 |
| Octal | 174 | 177 | 77 | 2 | 0 | 62 | 62 | 77 | 42 | 45 |
| Binary | 1111100 | 1111111 | 111111 | 10 | 0 | 110010 | 110010 | 111111 | 100010 | 100101 |
Color Harmonies of #7C7F3F
Complementary color
Monochromatic Colors of #7C7F3F
Black with #7C7F3F
Text Example
Text Example
White with #7C7F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7F3F; }
p { color: rgb(124,127,63); }
H1.HeaderClassName
{
color: #7C7F3F;
}
.AnyTagClassName
{
color: #7C7F3F;
}
</style>
background-color css
<style>
a { background-color: #7C7F3F; }
a { background-color: rgb(124,127,63); }
div.DivClassName
{
background-color: #7C7F3F;
}
.BgClassName
{
background-color: #7C7F3F;
}
</style>
border-color css
<style>
span { border-color: #7C7F3F; }
span { border-color: rgb(124,127,63); }
td.TdClassName
{
border-color: #7C7F3F;
}
.TagClassName
{
border-color: #7C7F3F;
}
</style>