Shades of Opium #9E7575
Tints of Opium #9E7575
RGB
CMYK
RGB Variations
Color information
#9E7575 (or 0x9E7575) is known color: Opium. HEX triplet: 9E, 75 and 75. RGB value is (158,117,117). Sum of RGB (Red+Green+Blue) = 158+117+117=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7575 is #618A8A. Grayscale: #818181. Windows color (decimal): -6392459 or 7697822. OLE color: 7697822.
HSL color Cylindrical-coordinate representation of color #9E7575: hue angle of 0º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9E7575 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 117 | 117 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.38 |
| HSL | 0º | 0.17% | 0.54% | - |
| HSV(B) | 0º | 0.26% | 0.62% | - |
| XYZ | 23.67 | 21.28 | 19.69 | - |
| YUV | 129.26 | 121.08 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 117 | 117 | 0 | 0.26 | 0.26 | 0.38 | 0 | 0.17 | 0.54 |
| Hex | 9E | 75 | 75 | 0 | 1A | 1A | 26 | 0 | 11 | 36 |
| Octal | 236 | 165 | 165 | 0 | 32 | 32 | 46 | 0 | 21 | 66 |
| Binary | 10011110 | 1110101 | 1110101 | 0 | 11010 | 11010 | 100110 | 0 | 10001 | 110110 |
Color Harmonies of #9E7575
Complementary color
Monochromatic Colors of #9E7575
Black with #9E7575
Text Example
Text Example
White with #9E7575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7575; }
p { color: rgb(158,117,117); }
H1.HeaderClassName
{
color: #9E7575;
}
.AnyTagClassName
{
color: #9E7575;
}
</style>
background-color css
<style>
a { background-color: #9E7575; }
a { background-color: rgb(158,117,117); }
div.DivClassName
{
background-color: #9E7575;
}
.BgClassName
{
background-color: #9E7575;
}
</style>
border-color css
<style>
span { border-color: #9E7575; }
span { border-color: rgb(158,117,117); }
td.TdClassName
{
border-color: #9E7575;
}
.TagClassName
{
border-color: #9E7575;
}
</style>