Shades of Wasabi #788A4C
Tints of Wasabi #788A4C
RGB
CMYK
RGB Variations
Color information
#788A4C (or 0x788A4C) is known color: Wasabi. HEX triplet: 78, 8A and 4C. RGB value is (120,138,76). Sum of RGB (Red+Green+Blue) = 120+138+76=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 138 - color contains mainly: green. Hex color #788A4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788A4C is #8775B3. Grayscale: #7D7D7D. Windows color (decimal): -8877492 or 5016184. OLE color: 5016184.
HSL color Cylindrical-coordinate representation of color #788A4C: hue angle of 77.42º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #788A4C is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 138 | 76 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.46 |
| HSL | 77.42º | 0.29% | 0.42% | - |
| HSV(B) | 77.42º | 0.45% | 0.54% | - |
| XYZ | 18.14 | 22.69 | 10.26 | - |
| YUV | 125.55 | 100.04 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 76 | 0.13 | 0 | 0.45 | 0.46 | 77.42 | 0.29 | 0.42 |
| Hex | 78 | 8A | 4C | D | 0 | 2D | 2E | 4D | 1D | 2A |
| Octal | 170 | 212 | 114 | 15 | 0 | 55 | 56 | 115 | 35 | 52 |
| Binary | 1111000 | 10001010 | 1001100 | 1101 | 0 | 101101 | 101110 | 1001101 | 11101 | 101010 |
Color Harmonies of #788A4C
Complementary color
Monochromatic Colors of #788A4C
Black with #788A4C
Text Example
Text Example
White with #788A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788A4C; }
p { color: rgb(120,138,76); }
H1.HeaderClassName
{
color: #788A4C;
}
.AnyTagClassName
{
color: #788A4C;
}
</style>
background-color css
<style>
a { background-color: #788A4C; }
a { background-color: rgb(120,138,76); }
div.DivClassName
{
background-color: #788A4C;
}
.BgClassName
{
background-color: #788A4C;
}
</style>
border-color css
<style>
span { border-color: #788A4C; }
span { border-color: rgb(120,138,76); }
td.TdClassName
{
border-color: #788A4C;
}
.TagClassName
{
border-color: #788A4C;
}
</style>