Shades of Wasabi #768543
Tints of Wasabi #768543
RGB
CMYK
RGB Variations
Color information
#768543 (or 0x768543) is known color: Wasabi. HEX triplet: 76, 85 and 43. RGB value is (118,133,67). Sum of RGB (Red+Green+Blue) = 118+133+67=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #768543 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768543 is #897ABC. Grayscale: #797979. Windows color (decimal): -9009853 or 4425078. OLE color: 4425078.
HSL color Cylindrical-coordinate representation of color #768543: hue angle of 73.64º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #768543 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 133 | 67 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.48 |
| HSL | 73.64º | 0.33% | 0.39% | - |
| HSV(B) | 73.64º | 0.5% | 0.52% | - |
| XYZ | 16.87 | 21.03 | 8.48 | - |
| YUV | 120.99 | 97.53 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 133 | 67 | 0.11 | 0 | 0.50 | 0.48 | 73.64 | 0.33 | 0.39 |
| Hex | 76 | 85 | 43 | B | 0 | 32 | 30 | 4A | 21 | 27 |
| Octal | 166 | 205 | 103 | 13 | 0 | 62 | 60 | 112 | 41 | 47 |
| Binary | 1110110 | 10000101 | 1000011 | 1011 | 0 | 110010 | 110000 | 1001010 | 100001 | 100111 |
Color Harmonies of #768543
Complementary color
Monochromatic Colors of #768543
Black with #768543
Text Example
Text Example
White with #768543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768543; }
p { color: rgb(118,133,67); }
H1.HeaderClassName
{
color: #768543;
}
.AnyTagClassName
{
color: #768543;
}
</style>
background-color css
<style>
a { background-color: #768543; }
a { background-color: rgb(118,133,67); }
div.DivClassName
{
background-color: #768543;
}
.BgClassName
{
background-color: #768543;
}
</style>
border-color css
<style>
span { border-color: #768543; }
span { border-color: rgb(118,133,67); }
td.TdClassName
{
border-color: #768543;
}
.TagClassName
{
border-color: #768543;
}
</style>