Shades of Wasabi #768F48
Tints of Wasabi #768F48
RGB
CMYK
RGB Variations
Color information
#768F48 (or 0x768F48) is known color: Wasabi. HEX triplet: 76, 8F and 48. RGB value is (118,143,72). Sum of RGB (Red+Green+Blue) = 118+143+72=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 143 - color contains mainly: green. Hex color #768F48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768F48 is #8970B7. Grayscale: #7F7F7F. Windows color (decimal): -9007288 or 4755318. OLE color: 4755318.
HSL color Cylindrical-coordinate representation of color #768F48: hue angle of 81.13º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #768F48 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 143 | 72 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.44 |
| HSL | 81.13º | 0.33% | 0.42% | - |
| HSV(B) | 81.13º | 0.5% | 0.56% | - |
| XYZ | 18.46 | 23.96 | 9.78 | - |
| YUV | 127.43 | 96.72 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 72 | 0.17 | 0 | 0.50 | 0.44 | 81.13 | 0.33 | 0.42 |
| Hex | 76 | 8F | 48 | 11 | 0 | 32 | 2C | 51 | 21 | 2A |
| Octal | 166 | 217 | 110 | 21 | 0 | 62 | 54 | 121 | 41 | 52 |
| Binary | 1110110 | 10001111 | 1001000 | 10001 | 0 | 110010 | 101100 | 1010001 | 100001 | 101010 |
Color Harmonies of #768F48
Complementary color
Monochromatic Colors of #768F48
Black with #768F48
Text Example
Text Example
White with #768F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768F48; }
p { color: rgb(118,143,72); }
H1.HeaderClassName
{
color: #768F48;
}
.AnyTagClassName
{
color: #768F48;
}
</style>
background-color css
<style>
a { background-color: #768F48; }
a { background-color: rgb(118,143,72); }
div.DivClassName
{
background-color: #768F48;
}
.BgClassName
{
background-color: #768F48;
}
</style>
border-color css
<style>
span { border-color: #768F48; }
span { border-color: rgb(118,143,72); }
td.TdClassName
{
border-color: #768F48;
}
.TagClassName
{
border-color: #768F48;
}
</style>