Shades of Wasabi #758747
Tints of Wasabi #758747
RGB
CMYK
RGB Variations
Color information
#758747 (or 0x758747) is known color: Wasabi. HEX triplet: 75, 87 and 47. RGB value is (117,135,71). Sum of RGB (Red+Green+Blue) = 117+135+71=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 135 - color contains mainly: green. Hex color #758747 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758747 is #8A78B8. Grayscale: #7A7A7A. Windows color (decimal): -9074873 or 4687733. OLE color: 4687733.
HSL color Cylindrical-coordinate representation of color #758747: hue angle of 76.88º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #758747 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 135 | 71 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.47 |
| HSL | 76.88º | 0.31% | 0.4% | - |
| HSV(B) | 76.88º | 0.47% | 0.53% | - |
| XYZ | 17.14 | 21.56 | 9.22 | - |
| YUV | 122.32 | 99.04 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 135 | 71 | 0.13 | 0 | 0.47 | 0.47 | 76.88 | 0.31 | 0.4 |
| Hex | 75 | 87 | 47 | D | 0 | 2F | 2F | 4D | 1F | 28 |
| Octal | 165 | 207 | 107 | 15 | 0 | 57 | 57 | 115 | 37 | 50 |
| Binary | 1110101 | 10000111 | 1000111 | 1101 | 0 | 101111 | 101111 | 1001101 | 11111 | 101000 |
Color Harmonies of #758747
Complementary color
Monochromatic Colors of #758747
Black with #758747
Text Example
Text Example
White with #758747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758747; }
p { color: rgb(117,135,71); }
H1.HeaderClassName
{
color: #758747;
}
.AnyTagClassName
{
color: #758747;
}
</style>
background-color css
<style>
a { background-color: #758747; }
a { background-color: rgb(117,135,71); }
div.DivClassName
{
background-color: #758747;
}
.BgClassName
{
background-color: #758747;
}
</style>
border-color css
<style>
span { border-color: #758747; }
span { border-color: rgb(117,135,71); }
td.TdClassName
{
border-color: #758747;
}
.TagClassName
{
border-color: #758747;
}
</style>