Shades of Wasabi #76803F
Tints of Wasabi #76803F
RGB
CMYK
RGB Variations
Color information
#76803F (or 0x76803F) is known color: Wasabi. HEX triplet: 76, 80 and 3F. RGB value is (118,128,63). Sum of RGB (Red+Green+Blue) = 118+128+63=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 128 - color contains mainly: green. Hex color #76803F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76803F is #897FC0. Grayscale: #757575. Windows color (decimal): -9011137 or 4161654. OLE color: 4161654.
HSL color Cylindrical-coordinate representation of color #76803F: hue angle of 69.23º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76803F is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 128 | 63 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.50 |
| HSL | 69.23º | 0.34% | 0.37% | - |
| HSV(B) | 69.23º | 0.51% | 0.5% | - |
| XYZ | 16.09 | 19.65 | 7.65 | - |
| YUV | 117.6 | 97.19 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 128 | 63 | 0.08 | 0 | 0.51 | 0.50 | 69.23 | 0.34 | 0.37 |
| Hex | 76 | 80 | 3F | 8 | 0 | 33 | 32 | 45 | 22 | 25 |
| Octal | 166 | 200 | 77 | 10 | 0 | 63 | 62 | 105 | 42 | 45 |
| Binary | 1110110 | 10000000 | 111111 | 1000 | 0 | 110011 | 110010 | 1000101 | 100010 | 100101 |
Color Harmonies of #76803F
Complementary color
Monochromatic Colors of #76803F
Black with #76803F
Text Example
Text Example
White with #76803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76803F; }
p { color: rgb(118,128,63); }
H1.HeaderClassName
{
color: #76803F;
}
.AnyTagClassName
{
color: #76803F;
}
</style>
background-color css
<style>
a { background-color: #76803F; }
a { background-color: rgb(118,128,63); }
div.DivClassName
{
background-color: #76803F;
}
.BgClassName
{
background-color: #76803F;
}
</style>
border-color css
<style>
span { border-color: #76803F; }
span { border-color: rgb(118,128,63); }
td.TdClassName
{
border-color: #76803F;
}
.TagClassName
{
border-color: #76803F;
}
</style>