Shades of Wasabi #75823E
Tints of Wasabi #75823E
RGB
CMYK
RGB Variations
Color information
#75823E (or 0x75823E) is known color: Wasabi. HEX triplet: 75, 82 and 3E. RGB value is (117,130,62). Sum of RGB (Red+Green+Blue) = 117+130+62=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 130 - color contains mainly: green. Hex color #75823E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75823E is #8A7DC1. Grayscale: #767676. Windows color (decimal): -9076162 or 4096629. OLE color: 4096629.
HSL color Cylindrical-coordinate representation of color #75823E: hue angle of 71.47º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75823E is Cyan = 0.1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 130 | 62 | - |
| CMYK | 0.1 | 0 | 0.52 | 0.49 |
| HSL | 71.47º | 0.35% | 0.38% | - |
| HSV(B) | 71.47º | 0.52% | 0.51% | - |
| XYZ | 16.19 | 20.09 | 7.58 | - |
| YUV | 118.36 | 96.19 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 62 | 0.1 | 0 | 0.52 | 0.49 | 71.47 | 0.35 | 0.38 |
| Hex | 75 | 82 | 3E | A | 0 | 34 | 31 | 47 | 23 | 26 |
| Octal | 165 | 202 | 76 | 12 | 0 | 64 | 61 | 107 | 43 | 46 |
| Binary | 1110101 | 10000010 | 111110 | 1010 | 0 | 110100 | 110001 | 1000111 | 100011 | 100110 |
Color Harmonies of #75823E
Complementary color
Monochromatic Colors of #75823E
Black with #75823E
Text Example
Text Example
White with #75823E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75823E; }
p { color: rgb(117,130,62); }
H1.HeaderClassName
{
color: #75823E;
}
.AnyTagClassName
{
color: #75823E;
}
</style>
background-color css
<style>
a { background-color: #75823E; }
a { background-color: rgb(117,130,62); }
div.DivClassName
{
background-color: #75823E;
}
.BgClassName
{
background-color: #75823E;
}
</style>
border-color css
<style>
span { border-color: #75823E; }
span { border-color: rgb(117,130,62); }
td.TdClassName
{
border-color: #75823E;
}
.TagClassName
{
border-color: #75823E;
}
</style>