Shades of Opium #9E7B79
Tints of Opium #9E7B79
RGB
CMYK
RGB Variations
Color information
#9E7B79 (or 0x9E7B79) is known color: Opium. HEX triplet: 9E, 7B and 79. RGB value is (158,123,121). Sum of RGB (Red+Green+Blue) = 158+123+121=402 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.30% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7B79 is #618486. Grayscale: #858585. Windows color (decimal): -6390919 or 7961502. OLE color: 7961502.
HSL color Cylindrical-coordinate representation of color #9E7B79: hue angle of 3.24º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9E7B79 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 123 | 121 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.38 |
| HSL | 3.24º | 0.16% | 0.55% | - |
| HSV(B) | 3.24º | 0.23% | 0.62% | - |
| XYZ | 24.63 | 22.82 | 21.19 | - |
| YUV | 133.24 | 121.1 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 123 | 121 | 0 | 0.22 | 0.23 | 0.38 | 3.24 | 0.16 | 0.55 |
| Hex | 9E | 7B | 79 | 0 | 16 | 17 | 26 | 3 | 10 | 37 |
| Octal | 236 | 173 | 171 | 0 | 26 | 27 | 46 | 3 | 20 | 67 |
| Binary | 10011110 | 1111011 | 1111001 | 0 | 10110 | 10111 | 100110 | 11 | 10000 | 110111 |
Color Harmonies of #9E7B79
Complementary color
Monochromatic Colors of #9E7B79
Black with #9E7B79
Text Example
Text Example
White with #9E7B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7B79; }
p { color: rgb(158,123,121); }
H1.HeaderClassName
{
color: #9E7B79;
}
.AnyTagClassName
{
color: #9E7B79;
}
</style>
background-color css
<style>
a { background-color: #9E7B79; }
a { background-color: rgb(158,123,121); }
div.DivClassName
{
background-color: #9E7B79;
}
.BgClassName
{
background-color: #9E7B79;
}
</style>
border-color css
<style>
span { border-color: #9E7B79; }
span { border-color: rgb(158,123,121); }
td.TdClassName
{
border-color: #9E7B79;
}
.TagClassName
{
border-color: #9E7B79;
}
</style>