Shades of Wasabi #778546
Tints of Wasabi #778546
RGB
CMYK
RGB Variations
Color information
#778546 (or 0x778546) is known color: Wasabi. HEX triplet: 77, 85 and 46. RGB value is (119,133,70). Sum of RGB (Red+Green+Blue) = 119+133+70=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 133 - color contains mainly: green. Hex color #778546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778546 is #887AB9. Grayscale: #797979. Windows color (decimal): -8944314 or 4621687. OLE color: 4621687.
HSL color Cylindrical-coordinate representation of color #778546: hue angle of 73.33º degrees, saturation: 0.31, 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 #778546 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 133 | 70 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.48 |
| HSL | 73.33º | 0.31% | 0.4% | - |
| HSV(B) | 73.33º | 0.47% | 0.52% | - |
| XYZ | 17.1 | 21.14 | 8.97 | - |
| YUV | 121.63 | 98.86 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 70 | 0.11 | 0 | 0.47 | 0.48 | 73.33 | 0.31 | 0.4 |
| Hex | 77 | 85 | 46 | B | 0 | 2F | 30 | 49 | 1F | 28 |
| Octal | 167 | 205 | 106 | 13 | 0 | 57 | 60 | 111 | 37 | 50 |
| Binary | 1110111 | 10000101 | 1000110 | 1011 | 0 | 101111 | 110000 | 1001001 | 11111 | 101000 |
Color Harmonies of #778546
Complementary color
Monochromatic Colors of #778546
Black with #778546
Text Example
Text Example
White with #778546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778546; }
p { color: rgb(119,133,70); }
H1.HeaderClassName
{
color: #778546;
}
.AnyTagClassName
{
color: #778546;
}
</style>
background-color css
<style>
a { background-color: #778546; }
a { background-color: rgb(119,133,70); }
div.DivClassName
{
background-color: #778546;
}
.BgClassName
{
background-color: #778546;
}
</style>
border-color css
<style>
span { border-color: #778546; }
span { border-color: rgb(119,133,70); }
td.TdClassName
{
border-color: #778546;
}
.TagClassName
{
border-color: #778546;
}
</style>