Shades of Wasabi #778933
Tints of Wasabi #778933
RGB
CMYK
RGB Variations
Color information
#778933 (or 0x778933) is known color: Wasabi. HEX triplet: 77, 89 and 33. RGB value is (119,137,51). Sum of RGB (Red+Green+Blue) = 119+137+51=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #778933 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778933 is #8876CC. Grayscale: #7A7A7A. Windows color (decimal): -8943309 or 3377527. OLE color: 3377527.
HSL color Cylindrical-coordinate representation of color #778933: hue angle of 72.56º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #778933 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 137 | 51 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.46 |
| HSL | 72.56º | 0.46% | 0.37% | - |
| HSV(B) | 72.56º | 0.63% | 0.54% | - |
| XYZ | 17.15 | 22.05 | 6.48 | - |
| YUV | 121.81 | 88.04 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 137 | 51 | 0.13 | 0 | 0.63 | 0.46 | 72.56 | 0.46 | 0.37 |
| Hex | 77 | 89 | 33 | D | 0 | 3F | 2E | 49 | 2E | 25 |
| Octal | 167 | 211 | 63 | 15 | 0 | 77 | 56 | 111 | 56 | 45 |
| Binary | 1110111 | 10001001 | 110011 | 1101 | 0 | 111111 | 101110 | 1001001 | 101110 | 100101 |
Color Harmonies of #778933
Complementary color
Monochromatic Colors of #778933
Black with #778933
Text Example
Text Example
White with #778933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778933; }
p { color: rgb(119,137,51); }
H1.HeaderClassName
{
color: #778933;
}
.AnyTagClassName
{
color: #778933;
}
</style>
background-color css
<style>
a { background-color: #778933; }
a { background-color: rgb(119,137,51); }
div.DivClassName
{
background-color: #778933;
}
.BgClassName
{
background-color: #778933;
}
</style>
border-color css
<style>
span { border-color: #778933; }
span { border-color: rgb(119,137,51); }
td.TdClassName
{
border-color: #778933;
}
.TagClassName
{
border-color: #778933;
}
</style>