Shades of Wasabi #778547
Tints of Wasabi #778547
RGB
CMYK
RGB Variations
Color information
#778547 (or 0x778547) is known color: Wasabi. HEX triplet: 77, 85 and 47. RGB value is (119,133,71). Sum of RGB (Red+Green+Blue) = 119+133+71=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 133 - color contains mainly: green. Hex color #778547 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778547 is #887AB8. Grayscale: #797979. Windows color (decimal): -8944313 or 4687223. OLE color: 4687223.
HSL color Cylindrical-coordinate representation of color #778547: hue angle of 73.55º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #778547 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 133 | 71 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.48 |
| HSL | 73.55º | 0.3% | 0.4% | - |
| HSV(B) | 73.55º | 0.47% | 0.52% | - |
| XYZ | 17.13 | 21.15 | 9.14 | - |
| YUV | 121.75 | 99.36 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 71 | 0.11 | 0 | 0.47 | 0.48 | 73.55 | 0.3 | 0.4 |
| Hex | 77 | 85 | 47 | B | 0 | 2F | 30 | 4A | 1E | 28 |
| Octal | 167 | 205 | 107 | 13 | 0 | 57 | 60 | 112 | 36 | 50 |
| Binary | 1110111 | 10000101 | 1000111 | 1011 | 0 | 101111 | 110000 | 1001010 | 11110 | 101000 |
Color Harmonies of #778547
Complementary color
Monochromatic Colors of #778547
Black with #778547
Text Example
Text Example
White with #778547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778547; }
p { color: rgb(119,133,71); }
H1.HeaderClassName
{
color: #778547;
}
.AnyTagClassName
{
color: #778547;
}
</style>
background-color css
<style>
a { background-color: #778547; }
a { background-color: rgb(119,133,71); }
div.DivClassName
{
background-color: #778547;
}
.BgClassName
{
background-color: #778547;
}
</style>
border-color css
<style>
span { border-color: #778547; }
span { border-color: rgb(119,133,71); }
td.TdClassName
{
border-color: #778547;
}
.TagClassName
{
border-color: #778547;
}
</style>