Shades of Wasabi #778F48
Tints of Wasabi #778F48
RGB
CMYK
RGB Variations
Color information
#778F48 (or 0x778F48) is known color: Wasabi. HEX triplet: 77, 8F and 48. RGB value is (119,143,72). Sum of RGB (Red+Green+Blue) = 119+143+72=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 143 - color contains mainly: green. Hex color #778F48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778F48 is #8870B7. Grayscale: #7F7F7F. Windows color (decimal): -8941752 or 4755319. OLE color: 4755319.
HSL color Cylindrical-coordinate representation of color #778F48: hue angle of 80.28º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #778F48 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 143 | 72 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.44 |
| HSL | 80.28º | 0.33% | 0.42% | - |
| HSV(B) | 80.28º | 0.5% | 0.56% | - |
| XYZ | 18.6 | 24.03 | 9.79 | - |
| YUV | 127.73 | 96.55 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 143 | 72 | 0.17 | 0 | 0.50 | 0.44 | 80.28 | 0.33 | 0.42 |
| Hex | 77 | 8F | 48 | 11 | 0 | 32 | 2C | 50 | 21 | 2A |
| Octal | 167 | 217 | 110 | 21 | 0 | 62 | 54 | 120 | 41 | 52 |
| Binary | 1110111 | 10001111 | 1001000 | 10001 | 0 | 110010 | 101100 | 1010000 | 100001 | 101010 |
Color Harmonies of #778F48
Complementary color
Monochromatic Colors of #778F48
Black with #778F48
Text Example
Text Example
White with #778F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778F48; }
p { color: rgb(119,143,72); }
H1.HeaderClassName
{
color: #778F48;
}
.AnyTagClassName
{
color: #778F48;
}
</style>
background-color css
<style>
a { background-color: #778F48; }
a { background-color: rgb(119,143,72); }
div.DivClassName
{
background-color: #778F48;
}
.BgClassName
{
background-color: #778F48;
}
</style>
border-color css
<style>
span { border-color: #778F48; }
span { border-color: rgb(119,143,72); }
td.TdClassName
{
border-color: #778F48;
}
.TagClassName
{
border-color: #778F48;
}
</style>