Shades of Wasabi #777F41
Tints of Wasabi #777F41
RGB
CMYK
RGB Variations
Color information
#777F41 (or 0x777F41) is known color: Wasabi. HEX triplet: 77, 7F and 41. RGB value is (119,127,65). Sum of RGB (Red+Green+Blue) = 119+127+65=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 127 - color contains mainly: green. Hex color #777F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777F41 is #8880BE. Grayscale: #757575. Windows color (decimal): -8945855 or 4292471. OLE color: 4292471.
HSL color Cylindrical-coordinate representation of color #777F41: hue angle of 67.74º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #777F41 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 127 | 65 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.50 |
| HSL | 67.74º | 0.32% | 0.38% | - |
| HSV(B) | 67.74º | 0.49% | 0.5% | - |
| XYZ | 16.15 | 19.48 | 7.91 | - |
| YUV | 117.54 | 98.35 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 127 | 65 | 0.06 | 0 | 0.49 | 0.50 | 67.74 | 0.32 | 0.38 |
| Hex | 77 | 7F | 41 | 6 | 0 | 31 | 32 | 44 | 20 | 26 |
| Octal | 167 | 177 | 101 | 6 | 0 | 61 | 62 | 104 | 40 | 46 |
| Binary | 1110111 | 1111111 | 1000001 | 110 | 0 | 110001 | 110010 | 1000100 | 100000 | 100110 |
Color Harmonies of #777F41
Complementary color
Monochromatic Colors of #777F41
Black with #777F41
Text Example
Text Example
White with #777F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777F41; }
p { color: rgb(119,127,65); }
H1.HeaderClassName
{
color: #777F41;
}
.AnyTagClassName
{
color: #777F41;
}
</style>
background-color css
<style>
a { background-color: #777F41; }
a { background-color: rgb(119,127,65); }
div.DivClassName
{
background-color: #777F41;
}
.BgClassName
{
background-color: #777F41;
}
</style>
border-color css
<style>
span { border-color: #777F41; }
span { border-color: rgb(119,127,65); }
td.TdClassName
{
border-color: #777F41;
}
.TagClassName
{
border-color: #777F41;
}
</style>