Shades of Wasabi #757F3D
Tints of Wasabi #757F3D
RGB
CMYK
RGB Variations
Color information
#757F3D (or 0x757F3D) is known color: Wasabi. HEX triplet: 75, 7F and 3D. RGB value is (117,127,61). Sum of RGB (Red+Green+Blue) = 117+127+61=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 127 - color contains mainly: green. Hex color #757F3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757F3D is #8A80C2. Grayscale: #747474. Windows color (decimal): -9076931 or 4030325. OLE color: 4030325.
HSL color Cylindrical-coordinate representation of color #757F3D: hue angle of 69.09º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #757F3D is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 117 | 127 | 61 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.50 |
| HSL | 69.09º | 0.35% | 0.37% | - |
| HSV(B) | 69.09º | 0.52% | 0.5% | - |
| XYZ | 15.77 | 19.3 | 7.31 | - |
| YUV | 116.49 | 96.69 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 127 | 61 | 0.08 | 0 | 0.52 | 0.50 | 69.09 | 0.35 | 0.37 |
| Hex | 75 | 7F | 3D | 8 | 0 | 34 | 32 | 45 | 23 | 25 |
| Octal | 165 | 177 | 75 | 10 | 0 | 64 | 62 | 105 | 43 | 45 |
| Binary | 1110101 | 1111111 | 111101 | 1000 | 0 | 110100 | 110010 | 1000101 | 100011 | 100101 |
Color Harmonies of #757F3D
Complementary color
Monochromatic Colors of #757F3D
Black with #757F3D
Text Example
Text Example
White with #757F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757F3D; }
p { color: rgb(117,127,61); }
H1.HeaderClassName
{
color: #757F3D;
}
.AnyTagClassName
{
color: #757F3D;
}
</style>
background-color css
<style>
a { background-color: #757F3D; }
a { background-color: rgb(117,127,61); }
div.DivClassName
{
background-color: #757F3D;
}
.BgClassName
{
background-color: #757F3D;
}
</style>
border-color css
<style>
span { border-color: #757F3D; }
span { border-color: rgb(117,127,61); }
td.TdClassName
{
border-color: #757F3D;
}
.TagClassName
{
border-color: #757F3D;
}
</style>