Shades of Wasabi #75863A
Tints of Wasabi #75863A
RGB
CMYK
RGB Variations
Color information
#75863A (or 0x75863A) is known color: Wasabi. HEX triplet: 75, 86 and 3A. RGB value is (117,134,58). Sum of RGB (Red+Green+Blue) = 117+134+58=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 134 - color contains mainly: green. Hex color #75863A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75863A is #8A79C5. Grayscale: #787878. Windows color (decimal): -9075142 or 3835509. OLE color: 3835509.
HSL color Cylindrical-coordinate representation of color #75863A: hue angle of 73.42º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #75863A is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 134 | 58 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.47 |
| HSL | 73.42º | 0.4% | 0.38% | - |
| HSV(B) | 73.42º | 0.57% | 0.53% | - |
| XYZ | 16.62 | 21.14 | 7.21 | - |
| YUV | 120.25 | 92.87 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 134 | 58 | 0.13 | 0 | 0.57 | 0.47 | 73.42 | 0.4 | 0.38 |
| Hex | 75 | 86 | 3A | D | 0 | 39 | 2F | 49 | 28 | 26 |
| Octal | 165 | 206 | 72 | 15 | 0 | 71 | 57 | 111 | 50 | 46 |
| Binary | 1110101 | 10000110 | 111010 | 1101 | 0 | 111001 | 101111 | 1001001 | 101000 | 100110 |
Color Harmonies of #75863A
Complementary color
Monochromatic Colors of #75863A
Black with #75863A
Text Example
Text Example
White with #75863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75863A; }
p { color: rgb(117,134,58); }
H1.HeaderClassName
{
color: #75863A;
}
.AnyTagClassName
{
color: #75863A;
}
</style>
background-color css
<style>
a { background-color: #75863A; }
a { background-color: rgb(117,134,58); }
div.DivClassName
{
background-color: #75863A;
}
.BgClassName
{
background-color: #75863A;
}
</style>
border-color css
<style>
span { border-color: #75863A; }
span { border-color: rgb(117,134,58); }
td.TdClassName
{
border-color: #75863A;
}
.TagClassName
{
border-color: #75863A;
}
</style>