Shades of Wasabi #788B4C
Tints of Wasabi #788B4C
RGB
CMYK
RGB Variations
Color information
#788B4C (or 0x788B4C) is known color: Wasabi. HEX triplet: 78, 8B and 4C. RGB value is (120,139,76). Sum of RGB (Red+Green+Blue) = 120+139+76=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 139 - color contains mainly: green. Hex color #788B4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788B4C is #8774B3. Grayscale: #7E7E7E. Windows color (decimal): -8877236 or 5016440. OLE color: 5016440.
HSL color Cylindrical-coordinate representation of color #788B4C: hue angle of 78.1º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #788B4C is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 139 | 76 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.45 |
| HSL | 78.1º | 0.29% | 0.42% | - |
| HSV(B) | 78.1º | 0.45% | 0.55% | - |
| XYZ | 18.28 | 22.98 | 10.31 | - |
| YUV | 126.14 | 99.71 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 76 | 0.14 | 0 | 0.45 | 0.45 | 78.1 | 0.29 | 0.42 |
| Hex | 78 | 8B | 4C | E | 0 | 2D | 2D | 4E | 1D | 2A |
| Octal | 170 | 213 | 114 | 16 | 0 | 55 | 55 | 116 | 35 | 52 |
| Binary | 1111000 | 10001011 | 1001100 | 1110 | 0 | 101101 | 101101 | 1001110 | 11101 | 101010 |
Color Harmonies of #788B4C
Complementary color
Monochromatic Colors of #788B4C
Black with #788B4C
Text Example
Text Example
White with #788B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788B4C; }
p { color: rgb(120,139,76); }
H1.HeaderClassName
{
color: #788B4C;
}
.AnyTagClassName
{
color: #788B4C;
}
</style>
background-color css
<style>
a { background-color: #788B4C; }
a { background-color: rgb(120,139,76); }
div.DivClassName
{
background-color: #788B4C;
}
.BgClassName
{
background-color: #788B4C;
}
</style>
border-color css
<style>
span { border-color: #788B4C; }
span { border-color: rgb(120,139,76); }
td.TdClassName
{
border-color: #788B4C;
}
.TagClassName
{
border-color: #788B4C;
}
</style>