Shades of Wasabi #78863B
Tints of Wasabi #78863B
RGB
CMYK
RGB Variations
Color information
#78863B (or 0x78863B) is known color: Wasabi. HEX triplet: 78, 86 and 3B. RGB value is (120,134,59). Sum of RGB (Red+Green+Blue) = 120+134+59=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 134 - color contains mainly: green. Hex color #78863B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78863B is #8779C4. Grayscale: #797979. Windows color (decimal): -8878533 or 3901048. OLE color: 3901048.
HSL color Cylindrical-coordinate representation of color #78863B: hue angle of 71.2º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #78863B is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 134 | 59 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.47 |
| HSL | 71.2º | 0.39% | 0.38% | - |
| HSV(B) | 71.2º | 0.56% | 0.53% | - |
| XYZ | 17.06 | 21.36 | 7.36 | - |
| YUV | 121.26 | 92.86 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 134 | 59 | 0.10 | 0 | 0.56 | 0.47 | 71.2 | 0.39 | 0.38 |
| Hex | 78 | 86 | 3B | A | 0 | 38 | 2F | 47 | 27 | 26 |
| Octal | 170 | 206 | 73 | 12 | 0 | 70 | 57 | 107 | 47 | 46 |
| Binary | 1111000 | 10000110 | 111011 | 1010 | 0 | 111000 | 101111 | 1000111 | 100111 | 100110 |
Color Harmonies of #78863B
Complementary color
Monochromatic Colors of #78863B
Black with #78863B
Text Example
Text Example
White with #78863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78863B; }
p { color: rgb(120,134,59); }
H1.HeaderClassName
{
color: #78863B;
}
.AnyTagClassName
{
color: #78863B;
}
</style>
background-color css
<style>
a { background-color: #78863B; }
a { background-color: rgb(120,134,59); }
div.DivClassName
{
background-color: #78863B;
}
.BgClassName
{
background-color: #78863B;
}
</style>
border-color css
<style>
span { border-color: #78863B; }
span { border-color: rgb(120,134,59); }
td.TdClassName
{
border-color: #78863B;
}
.TagClassName
{
border-color: #78863B;
}
</style>