Shades of Opium #9D7A78
Tints of Opium #9D7A78
RGB
CMYK
RGB Variations
Color information
#9D7A78 (or 0x9D7A78) is known color: Opium. HEX triplet: 9D, 7A and 78. RGB value is (157,122,120). Sum of RGB (Red+Green+Blue) = 157+122+120=399 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.35% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7A78 is #628587. Grayscale: #848484. Windows color (decimal): -6456712 or 7895709. OLE color: 7895709.
HSL color Cylindrical-coordinate representation of color #9D7A78: hue angle of 3.24º 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 #9D7A78 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 122 | 120 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.38 |
| HSL | 3.24º | 0.16% | 0.54% | - |
| HSV(B) | 3.24º | 0.24% | 0.62% | - |
| XYZ | 24.25 | 22.44 | 20.82 | - |
| YUV | 132.24 | 121.1 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 122 | 120 | 0 | 0.22 | 0.24 | 0.38 | 3.24 | 0.16 | 0.54 |
| Hex | 9D | 7A | 78 | 0 | 16 | 18 | 26 | 3 | 10 | 36 |
| Octal | 235 | 172 | 170 | 0 | 26 | 30 | 46 | 3 | 20 | 66 |
| Binary | 10011101 | 1111010 | 1111000 | 0 | 10110 | 11000 | 100110 | 11 | 10000 | 110110 |
Color Harmonies of #9D7A78
Complementary color
Monochromatic Colors of #9D7A78
Black with #9D7A78
Text Example
Text Example
White with #9D7A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7A78; }
p { color: rgb(157,122,120); }
H1.HeaderClassName
{
color: #9D7A78;
}
.AnyTagClassName
{
color: #9D7A78;
}
</style>
background-color css
<style>
a { background-color: #9D7A78; }
a { background-color: rgb(157,122,120); }
div.DivClassName
{
background-color: #9D7A78;
}
.BgClassName
{
background-color: #9D7A78;
}
</style>
border-color css
<style>
span { border-color: #9D7A78; }
span { border-color: rgb(157,122,120); }
td.TdClassName
{
border-color: #9D7A78;
}
.TagClassName
{
border-color: #9D7A78;
}
</style>