Shades of Wasabi #78813D
Tints of Wasabi #78813D
RGB
CMYK
RGB Variations
Color information
#78813D (or 0x78813D) is known color: Wasabi. HEX triplet: 78, 81 and 3D. RGB value is (120,129,61). Sum of RGB (Red+Green+Blue) = 120+129+61=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #78813D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78813D is #877EC2. Grayscale: #767676. Windows color (decimal): -8879811 or 4030840. OLE color: 4030840.
HSL color Cylindrical-coordinate representation of color #78813D: hue angle of 67.94º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78813D is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 129 | 61 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.49 |
| HSL | 67.94º | 0.36% | 0.37% | - |
| HSV(B) | 67.94º | 0.53% | 0.51% | - |
| XYZ | 16.44 | 20.03 | 7.41 | - |
| YUV | 118.56 | 95.52 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 129 | 61 | 0.07 | 0 | 0.53 | 0.49 | 67.94 | 0.36 | 0.37 |
| Hex | 78 | 81 | 3D | 7 | 0 | 35 | 31 | 44 | 24 | 25 |
| Octal | 170 | 201 | 75 | 7 | 0 | 65 | 61 | 104 | 44 | 45 |
| Binary | 1111000 | 10000001 | 111101 | 111 | 0 | 110101 | 110001 | 1000100 | 100100 | 100101 |
Color Harmonies of #78813D
Complementary color
Monochromatic Colors of #78813D
Black with #78813D
Text Example
Text Example
White with #78813D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78813D; }
p { color: rgb(120,129,61); }
H1.HeaderClassName
{
color: #78813D;
}
.AnyTagClassName
{
color: #78813D;
}
</style>
background-color css
<style>
a { background-color: #78813D; }
a { background-color: rgb(120,129,61); }
div.DivClassName
{
background-color: #78813D;
}
.BgClassName
{
background-color: #78813D;
}
</style>
border-color css
<style>
span { border-color: #78813D; }
span { border-color: rgb(120,129,61); }
td.TdClassName
{
border-color: #78813D;
}
.TagClassName
{
border-color: #78813D;
}
</style>