Shades of Wasabi #778C35
Tints of Wasabi #778C35
RGB
CMYK
RGB Variations
Color information
#778C35 (or 0x778C35) is known color: Wasabi. HEX triplet: 77, 8C and 35. RGB value is (119,140,53). Sum of RGB (Red+Green+Blue) = 119+140+53=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 140 (55.08% from 255 or 44.87% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 140 - color contains mainly: green. Hex color #778C35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778C35 is #8873CA. Grayscale: #7C7C7C. Windows color (decimal): -8942539 or 3509367. OLE color: 3509367.
HSL color Cylindrical-coordinate representation of color #778C35: hue angle of 74.48º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #778C35 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 140 | 53 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.45 |
| HSL | 74.48º | 0.45% | 0.38% | - |
| HSV(B) | 74.48º | 0.62% | 0.55% | - |
| XYZ | 17.63 | 22.94 | 6.87 | - |
| YUV | 123.8 | 88.04 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 140 | 53 | 0.15 | 0 | 0.62 | 0.45 | 74.48 | 0.45 | 0.38 |
| Hex | 77 | 8C | 35 | F | 0 | 3E | 2D | 4A | 2D | 26 |
| Octal | 167 | 214 | 65 | 17 | 0 | 76 | 55 | 112 | 55 | 46 |
| Binary | 1110111 | 10001100 | 110101 | 1111 | 0 | 111110 | 101101 | 1001010 | 101101 | 100110 |
Color Harmonies of #778C35
Complementary color
Monochromatic Colors of #778C35
Black with #778C35
Text Example
Text Example
White with #778C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778C35; }
p { color: rgb(119,140,53); }
H1.HeaderClassName
{
color: #778C35;
}
.AnyTagClassName
{
color: #778C35;
}
</style>
background-color css
<style>
a { background-color: #778C35; }
a { background-color: rgb(119,140,53); }
div.DivClassName
{
background-color: #778C35;
}
.BgClassName
{
background-color: #778C35;
}
</style>
border-color css
<style>
span { border-color: #778C35; }
span { border-color: rgb(119,140,53); }
td.TdClassName
{
border-color: #778C35;
}
.TagClassName
{
border-color: #778C35;
}
</style>