Shades of Wasabi #768849
Tints of Wasabi #768849
RGB
CMYK
RGB Variations
Color information
#768849 (or 0x768849) is known color: Wasabi. HEX triplet: 76, 88 and 49. RGB value is (118,136,73). Sum of RGB (Red+Green+Blue) = 118+136+73=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 136 - color contains mainly: green. Hex color #768849 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768849 is #8977B6. Grayscale: #7B7B7B. Windows color (decimal): -9009079 or 4819062. OLE color: 4819062.
HSL color Cylindrical-coordinate representation of color #768849: hue angle of 77.14º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #768849 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 136 | 73 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.47 |
| HSL | 77.14º | 0.3% | 0.41% | - |
| HSV(B) | 77.14º | 0.46% | 0.53% | - |
| XYZ | 17.48 | 21.94 | 9.62 | - |
| YUV | 123.44 | 99.54 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 136 | 73 | 0.13 | 0 | 0.46 | 0.47 | 77.14 | 0.3 | 0.41 |
| Hex | 76 | 88 | 49 | D | 0 | 2E | 2F | 4D | 1E | 29 |
| Octal | 166 | 210 | 111 | 15 | 0 | 56 | 57 | 115 | 36 | 51 |
| Binary | 1110110 | 10001000 | 1001001 | 1101 | 0 | 101110 | 101111 | 1001101 | 11110 | 101001 |
Color Harmonies of #768849
Complementary color
Monochromatic Colors of #768849
Black with #768849
Text Example
Text Example
White with #768849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768849; }
p { color: rgb(118,136,73); }
H1.HeaderClassName
{
color: #768849;
}
.AnyTagClassName
{
color: #768849;
}
</style>
background-color css
<style>
a { background-color: #768849; }
a { background-color: rgb(118,136,73); }
div.DivClassName
{
background-color: #768849;
}
.BgClassName
{
background-color: #768849;
}
</style>
border-color css
<style>
span { border-color: #768849; }
span { border-color: rgb(118,136,73); }
td.TdClassName
{
border-color: #768849;
}
.TagClassName
{
border-color: #768849;
}
</style>