Shades of Wasabi #768733
Tints of Wasabi #768733
RGB
CMYK
RGB Variations
Color information
#768733 (or 0x768733) is known color: Wasabi. HEX triplet: 76, 87 and 33. RGB value is (118,135,51). Sum of RGB (Red+Green+Blue) = 118+135+51=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 135 - color contains mainly: green. Hex color #768733 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768733 is #8978CC. Grayscale: #787878. Windows color (decimal): -9009357 or 3377014. OLE color: 3377014.
HSL color Cylindrical-coordinate representation of color #768733: hue angle of 72.14º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #768733 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 135 | 51 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.47 |
| HSL | 72.14º | 0.45% | 0.36% | - |
| HSV(B) | 72.14º | 0.62% | 0.53% | - |
| XYZ | 16.73 | 21.42 | 6.38 | - |
| YUV | 120.34 | 88.87 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 135 | 51 | 0.13 | 0 | 0.62 | 0.47 | 72.14 | 0.45 | 0.36 |
| Hex | 76 | 87 | 33 | D | 0 | 3E | 2F | 48 | 2D | 24 |
| Octal | 166 | 207 | 63 | 15 | 0 | 76 | 57 | 110 | 55 | 44 |
| Binary | 1110110 | 10000111 | 110011 | 1101 | 0 | 111110 | 101111 | 1001000 | 101101 | 100100 |
Color Harmonies of #768733
Complementary color
Monochromatic Colors of #768733
Black with #768733
Text Example
Text Example
White with #768733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768733; }
p { color: rgb(118,135,51); }
H1.HeaderClassName
{
color: #768733;
}
.AnyTagClassName
{
color: #768733;
}
</style>
background-color css
<style>
a { background-color: #768733; }
a { background-color: rgb(118,135,51); }
div.DivClassName
{
background-color: #768733;
}
.BgClassName
{
background-color: #768733;
}
</style>
border-color css
<style>
span { border-color: #768733; }
span { border-color: rgb(118,135,51); }
td.TdClassName
{
border-color: #768733;
}
.TagClassName
{
border-color: #768733;
}
</style>