Shades of Wasabi #787D3D
Tints of Wasabi #787D3D
RGB
CMYK
RGB Variations
Color information
#787D3D (or 0x787D3D) is known color: Wasabi. HEX triplet: 78, 7D and 3D. RGB value is (120,125,61). Sum of RGB (Red+Green+Blue) = 120+125+61=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 125 (49.22% from 255 or 40.85% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 125 - color contains mainly: green. Hex color #787D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787D3D is #8782C2. Grayscale: #747474. Windows color (decimal): -8880835 or 4029816. OLE color: 4029816.
HSL color Cylindrical-coordinate representation of color #787D3D: hue angle of 64.69º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #787D3D is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 125 | 61 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.51 |
| HSL | 64.69º | 0.34% | 0.36% | - |
| HSV(B) | 64.69º | 0.51% | 0.49% | - |
| XYZ | 15.92 | 19 | 7.24 | - |
| YUV | 116.21 | 96.84 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 125 | 61 | 0.04 | 0 | 0.51 | 0.51 | 64.69 | 0.34 | 0.36 |
| Hex | 78 | 7D | 3D | 4 | 0 | 33 | 33 | 41 | 22 | 24 |
| Octal | 170 | 175 | 75 | 4 | 0 | 63 | 63 | 101 | 42 | 44 |
| Binary | 1111000 | 1111101 | 111101 | 100 | 0 | 110011 | 110011 | 1000001 | 100010 | 100100 |
Color Harmonies of #787D3D
Complementary color
Monochromatic Colors of #787D3D
Black with #787D3D
Text Example
Text Example
White with #787D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787D3D; }
p { color: rgb(120,125,61); }
H1.HeaderClassName
{
color: #787D3D;
}
.AnyTagClassName
{
color: #787D3D;
}
</style>
background-color css
<style>
a { background-color: #787D3D; }
a { background-color: rgb(120,125,61); }
div.DivClassName
{
background-color: #787D3D;
}
.BgClassName
{
background-color: #787D3D;
}
</style>
border-color css
<style>
span { border-color: #787D3D; }
span { border-color: rgb(120,125,61); }
td.TdClassName
{
border-color: #787D3D;
}
.TagClassName
{
border-color: #787D3D;
}
</style>