Shades of Wasabi #778335
Tints of Wasabi #778335
RGB
CMYK
RGB Variations
Color information
#778335 (or 0x778335) is known color: Wasabi. HEX triplet: 77, 83 and 35. RGB value is (119,131,53). Sum of RGB (Red+Green+Blue) = 119+131+53=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 131 - color contains mainly: green. Hex color #778335 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778335 is #887CCA. Grayscale: #767676. Windows color (decimal): -8944843 or 3507063. OLE color: 3507063.
HSL color Cylindrical-coordinate representation of color #778335: hue angle of 69.23º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #778335 is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 131 | 53 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.49 |
| HSL | 69.23º | 0.42% | 0.36% | - |
| HSV(B) | 69.23º | 0.6% | 0.51% | - |
| XYZ | 16.37 | 20.41 | 6.45 | - |
| YUV | 118.52 | 91.02 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 131 | 53 | 0.09 | 0 | 0.60 | 0.49 | 69.23 | 0.42 | 0.36 |
| Hex | 77 | 83 | 35 | 9 | 0 | 3C | 31 | 45 | 2A | 24 |
| Octal | 167 | 203 | 65 | 11 | 0 | 74 | 61 | 105 | 52 | 44 |
| Binary | 1110111 | 10000011 | 110101 | 1001 | 0 | 111100 | 110001 | 1000101 | 101010 | 100100 |
Color Harmonies of #778335
Complementary color
Monochromatic Colors of #778335
Black with #778335
Text Example
Text Example
White with #778335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778335; }
p { color: rgb(119,131,53); }
H1.HeaderClassName
{
color: #778335;
}
.AnyTagClassName
{
color: #778335;
}
</style>
background-color css
<style>
a { background-color: #778335; }
a { background-color: rgb(119,131,53); }
div.DivClassName
{
background-color: #778335;
}
.BgClassName
{
background-color: #778335;
}
</style>
border-color css
<style>
span { border-color: #778335; }
span { border-color: rgb(119,131,53); }
td.TdClassName
{
border-color: #778335;
}
.TagClassName
{
border-color: #778335;
}
</style>