Shades of Wasabi #768632
Tints of Wasabi #768632
RGB
CMYK
RGB Variations
Color information
#768632 (or 0x768632) is known color: Wasabi. HEX triplet: 76, 86 and 32. RGB value is (118,134,50). Sum of RGB (Red+Green+Blue) = 118+134+50=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 134 - color contains mainly: green. Hex color #768632 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768632 is #8979CD. Grayscale: #777777. Windows color (decimal): -9009614 or 3311222. OLE color: 3311222.
HSL color Cylindrical-coordinate representation of color #768632: hue angle of 71.43º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #768632 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 134 | 50 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.47 |
| HSL | 71.43º | 0.46% | 0.36% | - |
| HSV(B) | 71.43º | 0.63% | 0.53% | - |
| XYZ | 16.57 | 21.13 | 6.22 | - |
| YUV | 119.64 | 88.7 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 134 | 50 | 0.12 | 0 | 0.63 | 0.47 | 71.43 | 0.46 | 0.36 |
| Hex | 76 | 86 | 32 | C | 0 | 3F | 2F | 47 | 2E | 24 |
| Octal | 166 | 206 | 62 | 14 | 0 | 77 | 57 | 107 | 56 | 44 |
| Binary | 1110110 | 10000110 | 110010 | 1100 | 0 | 111111 | 101111 | 1000111 | 101110 | 100100 |
Color Harmonies of #768632
Complementary color
Monochromatic Colors of #768632
Black with #768632
Text Example
Text Example
White with #768632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768632; }
p { color: rgb(118,134,50); }
H1.HeaderClassName
{
color: #768632;
}
.AnyTagClassName
{
color: #768632;
}
</style>
background-color css
<style>
a { background-color: #768632; }
a { background-color: rgb(118,134,50); }
div.DivClassName
{
background-color: #768632;
}
.BgClassName
{
background-color: #768632;
}
</style>
border-color css
<style>
span { border-color: #768632; }
span { border-color: rgb(118,134,50); }
td.TdClassName
{
border-color: #768632;
}
.TagClassName
{
border-color: #768632;
}
</style>