Shades of Wasabi #76843B
Tints of Wasabi #76843B
RGB
CMYK
RGB Variations
Color information
#76843B (or 0x76843B) is known color: Wasabi. HEX triplet: 76, 84 and 3B. RGB value is (118,132,59). Sum of RGB (Red+Green+Blue) = 118+132+59=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 132 - color contains mainly: green. Hex color #76843B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76843B is #897BC4. Grayscale: #777777. Windows color (decimal): -9010117 or 3900534. OLE color: 3900534.
HSL color Cylindrical-coordinate representation of color #76843B: hue angle of 71.51º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76843B is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 132 | 59 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.48 |
| HSL | 71.51º | 0.38% | 0.37% | - |
| HSV(B) | 71.51º | 0.55% | 0.52% | - |
| XYZ | 16.51 | 20.67 | 7.26 | - |
| YUV | 119.49 | 93.86 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 132 | 59 | 0.11 | 0 | 0.55 | 0.48 | 71.51 | 0.38 | 0.37 |
| Hex | 76 | 84 | 3B | B | 0 | 37 | 30 | 48 | 26 | 25 |
| Octal | 166 | 204 | 73 | 13 | 0 | 67 | 60 | 110 | 46 | 45 |
| Binary | 1110110 | 10000100 | 111011 | 1011 | 0 | 110111 | 110000 | 1001000 | 100110 | 100101 |
Color Harmonies of #76843B
Complementary color
Monochromatic Colors of #76843B
Black with #76843B
Text Example
Text Example
White with #76843B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76843B; }
p { color: rgb(118,132,59); }
H1.HeaderClassName
{
color: #76843B;
}
.AnyTagClassName
{
color: #76843B;
}
</style>
background-color css
<style>
a { background-color: #76843B; }
a { background-color: rgb(118,132,59); }
div.DivClassName
{
background-color: #76843B;
}
.BgClassName
{
background-color: #76843B;
}
</style>
border-color css
<style>
span { border-color: #76843B; }
span { border-color: rgb(118,132,59); }
td.TdClassName
{
border-color: #76843B;
}
.TagClassName
{
border-color: #76843B;
}
</style>