Shades of Wasabi #768A4B
Tints of Wasabi #768A4B
RGB
CMYK
RGB Variations
Color information
#768A4B (or 0x768A4B) is known color: Wasabi. HEX triplet: 76, 8A and 4B. RGB value is (118,138,75). Sum of RGB (Red+Green+Blue) = 118+138+75=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 138 - color contains mainly: green. Hex color #768A4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768A4B is #8975B4. Grayscale: #7D7D7D. Windows color (decimal): -9008565 or 4950646. OLE color: 4950646.
HSL color Cylindrical-coordinate representation of color #768A4B: hue angle of 79.05º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #768A4B is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 138 | 75 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.46 |
| HSL | 79.05º | 0.3% | 0.42% | - |
| HSV(B) | 79.05º | 0.46% | 0.54% | - |
| XYZ | 17.83 | 22.54 | 10.07 | - |
| YUV | 124.84 | 99.87 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 138 | 75 | 0.14 | 0 | 0.46 | 0.46 | 79.05 | 0.3 | 0.42 |
| Hex | 76 | 8A | 4B | E | 0 | 2E | 2E | 4F | 1E | 2A |
| Octal | 166 | 212 | 113 | 16 | 0 | 56 | 56 | 117 | 36 | 52 |
| Binary | 1110110 | 10001010 | 1001011 | 1110 | 0 | 101110 | 101110 | 1001111 | 11110 | 101010 |
Color Harmonies of #768A4B
Complementary color
Monochromatic Colors of #768A4B
Black with #768A4B
Text Example
Text Example
White with #768A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768A4B; }
p { color: rgb(118,138,75); }
H1.HeaderClassName
{
color: #768A4B;
}
.AnyTagClassName
{
color: #768A4B;
}
</style>
background-color css
<style>
a { background-color: #768A4B; }
a { background-color: rgb(118,138,75); }
div.DivClassName
{
background-color: #768A4B;
}
.BgClassName
{
background-color: #768A4B;
}
</style>
border-color css
<style>
span { border-color: #768A4B; }
span { border-color: rgb(118,138,75); }
td.TdClassName
{
border-color: #768A4B;
}
.TagClassName
{
border-color: #768A4B;
}
</style>