Shades of Wasabi #76803C
Tints of Wasabi #76803C
RGB
CMYK
RGB Variations
Color information
#76803C (or 0x76803C) is known color: Wasabi. HEX triplet: 76, 80 and 3C. RGB value is (118,128,60). Sum of RGB (Red+Green+Blue) = 118+128+60=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 128 - color contains mainly: green. Hex color #76803C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76803C is #897FC3. Grayscale: #757575. Windows color (decimal): -9011140 or 3965046. OLE color: 3965046.
HSL color Cylindrical-coordinate representation of color #76803C: hue angle of 68.82º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76803C is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 128 | 60 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.50 |
| HSL | 68.82º | 0.36% | 0.37% | - |
| HSV(B) | 68.82º | 0.53% | 0.5% | - |
| XYZ | 16.01 | 19.62 | 7.22 | - |
| YUV | 117.26 | 95.69 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 128 | 60 | 0.08 | 0 | 0.53 | 0.50 | 68.82 | 0.36 | 0.37 |
| Hex | 76 | 80 | 3C | 8 | 0 | 35 | 32 | 45 | 24 | 25 |
| Octal | 166 | 200 | 74 | 10 | 0 | 65 | 62 | 105 | 44 | 45 |
| Binary | 1110110 | 10000000 | 111100 | 1000 | 0 | 110101 | 110010 | 1000101 | 100100 | 100101 |
Color Harmonies of #76803C
Complementary color
Monochromatic Colors of #76803C
Black with #76803C
Text Example
Text Example
White with #76803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76803C; }
p { color: rgb(118,128,60); }
H1.HeaderClassName
{
color: #76803C;
}
.AnyTagClassName
{
color: #76803C;
}
</style>
background-color css
<style>
a { background-color: #76803C; }
a { background-color: rgb(118,128,60); }
div.DivClassName
{
background-color: #76803C;
}
.BgClassName
{
background-color: #76803C;
}
</style>
border-color css
<style>
span { border-color: #76803C; }
span { border-color: rgb(118,128,60); }
td.TdClassName
{
border-color: #76803C;
}
.TagClassName
{
border-color: #76803C;
}
</style>