Shades of Wasabi #788E2C
Tints of Wasabi #788E2C
RGB
CMYK
RGB Variations
Color information
#788E2C (or 0x788E2C) is known color: Wasabi. HEX triplet: 78, 8E and 2C. RGB value is (120,142,44). Sum of RGB (Red+Green+Blue) = 120+142+44=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 142 (55.86% from 255 or 46.41% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 142 - color contains mainly: green. Hex color #788E2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788E2C is #8771D3. Grayscale: #7C7C7C. Windows color (decimal): -8876500 or 2920056. OLE color: 2920056.
HSL color Cylindrical-coordinate representation of color #788E2C: hue angle of 73.47º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #788E2C is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 142 | 44 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.44 |
| HSL | 73.47º | 0.53% | 0.36% | - |
| HSV(B) | 73.47º | 0.69% | 0.56% | - |
| XYZ | 17.87 | 23.52 | 5.98 | - |
| YUV | 124.25 | 82.71 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 142 | 44 | 0.15 | 0 | 0.69 | 0.44 | 73.47 | 0.53 | 0.36 |
| Hex | 78 | 8E | 2C | F | 0 | 45 | 2C | 49 | 35 | 24 |
| Octal | 170 | 216 | 54 | 17 | 0 | 105 | 54 | 111 | 65 | 44 |
| Binary | 1111000 | 10001110 | 101100 | 1111 | 0 | 1000101 | 101100 | 1001001 | 110101 | 100100 |
Color Harmonies of #788E2C
Complementary color
Monochromatic Colors of #788E2C
Black with #788E2C
Text Example
Text Example
White with #788E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788E2C; }
p { color: rgb(120,142,44); }
H1.HeaderClassName
{
color: #788E2C;
}
.AnyTagClassName
{
color: #788E2C;
}
</style>
background-color css
<style>
a { background-color: #788E2C; }
a { background-color: rgb(120,142,44); }
div.DivClassName
{
background-color: #788E2C;
}
.BgClassName
{
background-color: #788E2C;
}
</style>
border-color css
<style>
span { border-color: #788E2C; }
span { border-color: rgb(120,142,44); }
td.TdClassName
{
border-color: #788E2C;
}
.TagClassName
{
border-color: #788E2C;
}
</style>