Shades of Wasabi #788B39
Tints of Wasabi #788B39
RGB
CMYK
RGB Variations
Color information
#788B39 (or 0x788B39) is known color: Wasabi. HEX triplet: 78, 8B and 39. RGB value is (120,139,57). Sum of RGB (Red+Green+Blue) = 120+139+57=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 139 (54.69% from 255 or 43.99% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 139 - color contains mainly: green. Hex color #788B39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788B39 is #8774C6. Grayscale: #7C7C7C. Windows color (decimal): -8877255 or 3771256. OLE color: 3771256.
HSL color Cylindrical-coordinate representation of color #788B39: hue angle of 73.9º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #788B39 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 139 | 57 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.45 |
| HSL | 73.9º | 0.42% | 0.38% | - |
| HSV(B) | 73.9º | 0.59% | 0.55% | - |
| XYZ | 17.72 | 22.75 | 7.33 | - |
| YUV | 123.97 | 90.21 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 57 | 0.14 | 0 | 0.59 | 0.45 | 73.9 | 0.42 | 0.38 |
| Hex | 78 | 8B | 39 | E | 0 | 3B | 2D | 4A | 2A | 26 |
| Octal | 170 | 213 | 71 | 16 | 0 | 73 | 55 | 112 | 52 | 46 |
| Binary | 1111000 | 10001011 | 111001 | 1110 | 0 | 111011 | 101101 | 1001010 | 101010 | 100110 |
Color Harmonies of #788B39
Complementary color
Monochromatic Colors of #788B39
Black with #788B39
Text Example
Text Example
White with #788B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788B39; }
p { color: rgb(120,139,57); }
H1.HeaderClassName
{
color: #788B39;
}
.AnyTagClassName
{
color: #788B39;
}
</style>
background-color css
<style>
a { background-color: #788B39; }
a { background-color: rgb(120,139,57); }
div.DivClassName
{
background-color: #788B39;
}
.BgClassName
{
background-color: #788B39;
}
</style>
border-color css
<style>
span { border-color: #788B39; }
span { border-color: rgb(120,139,57); }
td.TdClassName
{
border-color: #788B39;
}
.TagClassName
{
border-color: #788B39;
}
</style>