Shades of Wasabi #787E3D
Tints of Wasabi #787E3D
RGB
CMYK
RGB Variations
Color information
#787E3D (or 0x787E3D) is known color: Wasabi. HEX triplet: 78, 7E and 3D. RGB value is (120,126,61). Sum of RGB (Red+Green+Blue) = 120+126+61=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 126 (49.61% from 255 or 41.04% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 126 - color contains mainly: green. Hex color #787E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787E3D is #8781C2. Grayscale: #757575. Windows color (decimal): -8880579 or 4030072. OLE color: 4030072.
HSL color Cylindrical-coordinate representation of color #787E3D: hue angle of 65.54º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #787E3D is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 126 | 61 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.51 |
| HSL | 65.54º | 0.35% | 0.37% | - |
| HSV(B) | 65.54º | 0.52% | 0.49% | - |
| XYZ | 16.05 | 19.25 | 7.28 | - |
| YUV | 116.8 | 96.51 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 126 | 61 | 0.05 | 0 | 0.52 | 0.51 | 65.54 | 0.35 | 0.37 |
| Hex | 78 | 7E | 3D | 5 | 0 | 34 | 33 | 42 | 23 | 25 |
| Octal | 170 | 176 | 75 | 5 | 0 | 64 | 63 | 102 | 43 | 45 |
| Binary | 1111000 | 1111110 | 111101 | 101 | 0 | 110100 | 110011 | 1000010 | 100011 | 100101 |
Color Harmonies of #787E3D
Complementary color
Monochromatic Colors of #787E3D
Black with #787E3D
Text Example
Text Example
White with #787E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787E3D; }
p { color: rgb(120,126,61); }
H1.HeaderClassName
{
color: #787E3D;
}
.AnyTagClassName
{
color: #787E3D;
}
</style>
background-color css
<style>
a { background-color: #787E3D; }
a { background-color: rgb(120,126,61); }
div.DivClassName
{
background-color: #787E3D;
}
.BgClassName
{
background-color: #787E3D;
}
</style>
border-color css
<style>
span { border-color: #787E3D; }
span { border-color: rgb(120,126,61); }
td.TdClassName
{
border-color: #787E3D;
}
.TagClassName
{
border-color: #787E3D;
}
</style>