Shades of Wasabi #78863D
Tints of Wasabi #78863D
RGB
CMYK
RGB Variations
Color information
#78863D (or 0x78863D) is known color: Wasabi. HEX triplet: 78, 86 and 3D. RGB value is (120,134,61). Sum of RGB (Red+Green+Blue) = 120+134+61=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 134 - color contains mainly: green. Hex color #78863D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78863D is #8779C2. Grayscale: #797979. Windows color (decimal): -8878531 or 4032120. OLE color: 4032120.
HSL color Cylindrical-coordinate representation of color #78863D: hue angle of 71.51º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #78863D is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 134 | 61 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.47 |
| HSL | 71.51º | 0.37% | 0.38% | - |
| HSV(B) | 71.51º | 0.54% | 0.53% | - |
| XYZ | 17.11 | 21.38 | 7.64 | - |
| YUV | 121.49 | 93.86 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 134 | 61 | 0.10 | 0 | 0.54 | 0.47 | 71.51 | 0.37 | 0.38 |
| Hex | 78 | 86 | 3D | A | 0 | 36 | 2F | 48 | 25 | 26 |
| Octal | 170 | 206 | 75 | 12 | 0 | 66 | 57 | 110 | 45 | 46 |
| Binary | 1111000 | 10000110 | 111101 | 1010 | 0 | 110110 | 101111 | 1001000 | 100101 | 100110 |
Color Harmonies of #78863D
Complementary color
Monochromatic Colors of #78863D
Black with #78863D
Text Example
Text Example
White with #78863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78863D; }
p { color: rgb(120,134,61); }
H1.HeaderClassName
{
color: #78863D;
}
.AnyTagClassName
{
color: #78863D;
}
</style>
background-color css
<style>
a { background-color: #78863D; }
a { background-color: rgb(120,134,61); }
div.DivClassName
{
background-color: #78863D;
}
.BgClassName
{
background-color: #78863D;
}
</style>
border-color css
<style>
span { border-color: #78863D; }
span { border-color: rgb(120,134,61); }
td.TdClassName
{
border-color: #78863D;
}
.TagClassName
{
border-color: #78863D;
}
</style>