Shades of Opium #9D7878
Tints of Opium #9D7878
RGB
CMYK
RGB Variations
Color information
#9D7878 (or 0x9D7878) is known color: Opium. HEX triplet: 9D, 78 and 78. RGB value is (157,120,120). Sum of RGB (Red+Green+Blue) = 157+120+120=397 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.55% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7878 is #628787. Grayscale: #838383. Windows color (decimal): -6457224 or 7895197. OLE color: 7895197.
HSL color Cylindrical-coordinate representation of color #9D7878: hue angle of 0º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9D7878 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 120 | 120 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.38 |
| HSL | 0º | 0.16% | 0.54% | - |
| HSV(B) | 0º | 0.24% | 0.62% | - |
| XYZ | 24.01 | 21.96 | 20.74 | - |
| YUV | 131.06 | 121.76 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 120 | 120 | 0 | 0.24 | 0.24 | 0.38 | 0 | 0.16 | 0.54 |
| Hex | 9D | 78 | 78 | 0 | 18 | 18 | 26 | 0 | 10 | 36 |
| Octal | 235 | 170 | 170 | 0 | 30 | 30 | 46 | 0 | 20 | 66 |
| Binary | 10011101 | 1111000 | 1111000 | 0 | 11000 | 11000 | 100110 | 0 | 10000 | 110110 |
Color Harmonies of #9D7878
Complementary color
Monochromatic Colors of #9D7878
Black with #9D7878
Text Example
Text Example
White with #9D7878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7878; }
p { color: rgb(157,120,120); }
H1.HeaderClassName
{
color: #9D7878;
}
.AnyTagClassName
{
color: #9D7878;
}
</style>
background-color css
<style>
a { background-color: #9D7878; }
a { background-color: rgb(157,120,120); }
div.DivClassName
{
background-color: #9D7878;
}
.BgClassName
{
background-color: #9D7878;
}
</style>
border-color css
<style>
span { border-color: #9D7878; }
span { border-color: rgb(157,120,120); }
td.TdClassName
{
border-color: #9D7878;
}
.TagClassName
{
border-color: #9D7878;
}
</style>