Shades of Wasabi #778743
Tints of Wasabi #778743
RGB
CMYK
RGB Variations
Color information
#778743 (or 0x778743) is known color: Wasabi. HEX triplet: 77, 87 and 43. RGB value is (119,135,67). Sum of RGB (Red+Green+Blue) = 119+135+67=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 135 - color contains mainly: green. Hex color #778743 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778743 is #8878BC. Grayscale: #7A7A7A. Windows color (decimal): -8943805 or 4425591. OLE color: 4425591.
HSL color Cylindrical-coordinate representation of color #778743: hue angle of 74.12º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #778743 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 135 | 67 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.47 |
| HSL | 74.12º | 0.34% | 0.4% | - |
| HSV(B) | 74.12º | 0.5% | 0.53% | - |
| XYZ | 17.28 | 21.66 | 8.58 | - |
| YUV | 122.46 | 96.7 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 135 | 67 | 0.12 | 0 | 0.50 | 0.47 | 74.12 | 0.34 | 0.4 |
| Hex | 77 | 87 | 43 | C | 0 | 32 | 2F | 4A | 22 | 28 |
| Octal | 167 | 207 | 103 | 14 | 0 | 62 | 57 | 112 | 42 | 50 |
| Binary | 1110111 | 10000111 | 1000011 | 1100 | 0 | 110010 | 101111 | 1001010 | 100010 | 101000 |
Color Harmonies of #778743
Complementary color
Monochromatic Colors of #778743
Black with #778743
Text Example
Text Example
White with #778743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778743; }
p { color: rgb(119,135,67); }
H1.HeaderClassName
{
color: #778743;
}
.AnyTagClassName
{
color: #778743;
}
</style>
background-color css
<style>
a { background-color: #778743; }
a { background-color: rgb(119,135,67); }
div.DivClassName
{
background-color: #778743;
}
.BgClassName
{
background-color: #778743;
}
</style>
border-color css
<style>
span { border-color: #778743; }
span { border-color: rgb(119,135,67); }
td.TdClassName
{
border-color: #778743;
}
.TagClassName
{
border-color: #778743;
}
</style>