Shades of Wasabi #778732
Tints of Wasabi #778732
RGB
CMYK
RGB Variations
Color information
#778732 (or 0x778732) is known color: Wasabi. HEX triplet: 77, 87 and 32. RGB value is (119,135,50). Sum of RGB (Red+Green+Blue) = 119+135+50=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 135 - color contains mainly: green. Hex color #778732 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778732 is #8878CD. Grayscale: #787878. Windows color (decimal): -8943822 or 3311479. OLE color: 3311479.
HSL color Cylindrical-coordinate representation of color #778732: hue angle of 71.29º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #778732 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 135 | 50 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.47 |
| HSL | 71.29º | 0.46% | 0.36% | - |
| HSV(B) | 71.29º | 0.63% | 0.53% | - |
| XYZ | 16.85 | 21.48 | 6.28 | - |
| YUV | 120.53 | 88.2 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 135 | 50 | 0.12 | 0 | 0.63 | 0.47 | 71.29 | 0.46 | 0.36 |
| Hex | 77 | 87 | 32 | C | 0 | 3F | 2F | 47 | 2E | 24 |
| Octal | 167 | 207 | 62 | 14 | 0 | 77 | 57 | 107 | 56 | 44 |
| Binary | 1110111 | 10000111 | 110010 | 1100 | 0 | 111111 | 101111 | 1000111 | 101110 | 100100 |
Color Harmonies of #778732
Complementary color
Monochromatic Colors of #778732
Black with #778732
Text Example
Text Example
White with #778732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778732; }
p { color: rgb(119,135,50); }
H1.HeaderClassName
{
color: #778732;
}
.AnyTagClassName
{
color: #778732;
}
</style>
background-color css
<style>
a { background-color: #778732; }
a { background-color: rgb(119,135,50); }
div.DivClassName
{
background-color: #778732;
}
.BgClassName
{
background-color: #778732;
}
</style>
border-color css
<style>
span { border-color: #778732; }
span { border-color: rgb(119,135,50); }
td.TdClassName
{
border-color: #778732;
}
.TagClassName
{
border-color: #778732;
}
</style>