Shades of Wasabi #778534
Tints of Wasabi #778534
RGB
CMYK
RGB Variations
Color information
#778534 (or 0x778534) is known color: Wasabi. HEX triplet: 77, 85 and 34. RGB value is (119,133,52). Sum of RGB (Red+Green+Blue) = 119+133+52=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #778534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778534 is #887ACB. Grayscale: #777777. Windows color (decimal): -8944332 or 3442039. OLE color: 3442039.
HSL color Cylindrical-coordinate representation of color #778534: hue angle of 70.37º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #778534 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 133 | 52 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.48 |
| HSL | 70.37º | 0.44% | 0.36% | - |
| HSV(B) | 70.37º | 0.61% | 0.52% | - |
| XYZ | 16.62 | 20.94 | 6.42 | - |
| YUV | 119.58 | 89.86 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 52 | 0.11 | 0 | 0.61 | 0.48 | 70.37 | 0.44 | 0.36 |
| Hex | 77 | 85 | 34 | B | 0 | 3D | 30 | 46 | 2C | 24 |
| Octal | 167 | 205 | 64 | 13 | 0 | 75 | 60 | 106 | 54 | 44 |
| Binary | 1110111 | 10000101 | 110100 | 1011 | 0 | 111101 | 110000 | 1000110 | 101100 | 100100 |
Color Harmonies of #778534
Complementary color
Monochromatic Colors of #778534
Black with #778534
Text Example
Text Example
White with #778534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778534; }
p { color: rgb(119,133,52); }
H1.HeaderClassName
{
color: #778534;
}
.AnyTagClassName
{
color: #778534;
}
</style>
background-color css
<style>
a { background-color: #778534; }
a { background-color: rgb(119,133,52); }
div.DivClassName
{
background-color: #778534;
}
.BgClassName
{
background-color: #778534;
}
</style>
border-color css
<style>
span { border-color: #778534; }
span { border-color: rgb(119,133,52); }
td.TdClassName
{
border-color: #778534;
}
.TagClassName
{
border-color: #778534;
}
</style>