Shades of Opium #9E7878
Tints of Opium #9E7878
RGB
CMYK
RGB Variations
Color information
#9E7878 (or 0x9E7878) is known color: Opium. HEX triplet: 9E, 78 and 78. RGB value is (158,120,120). Sum of RGB (Red+Green+Blue) = 158+120+120=398 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.70% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7878 is #618787. Grayscale: #838383. Windows color (decimal): -6391688 or 7895198. OLE color: 7895198.
HSL color Cylindrical-coordinate representation of color #9E7878: hue angle of 0º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9E7878 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 120 | 120 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.38 |
| HSL | 0º | 0.16% | 0.55% | - |
| HSV(B) | 0º | 0.24% | 0.62% | - |
| XYZ | 24.21 | 22.06 | 20.75 | - |
| YUV | 131.36 | 121.59 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 120 | 120 | 0 | 0.24 | 0.24 | 0.38 | 0 | 0.16 | 0.55 |
| Hex | 9E | 78 | 78 | 0 | 18 | 18 | 26 | 0 | 10 | 37 |
| Octal | 236 | 170 | 170 | 0 | 30 | 30 | 46 | 0 | 20 | 67 |
| Binary | 10011110 | 1111000 | 1111000 | 0 | 11000 | 11000 | 100110 | 0 | 10000 | 110111 |
Color Harmonies of #9E7878
Complementary color
Monochromatic Colors of #9E7878
Black with #9E7878
Text Example
Text Example
White with #9E7878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7878; }
p { color: rgb(158,120,120); }
H1.HeaderClassName
{
color: #9E7878;
}
.AnyTagClassName
{
color: #9E7878;
}
</style>
background-color css
<style>
a { background-color: #9E7878; }
a { background-color: rgb(158,120,120); }
div.DivClassName
{
background-color: #9E7878;
}
.BgClassName
{
background-color: #9E7878;
}
</style>
border-color css
<style>
span { border-color: #9E7878; }
span { border-color: rgb(158,120,120); }
td.TdClassName
{
border-color: #9E7878;
}
.TagClassName
{
border-color: #9E7878;
}
</style>