Shades of Opium #9D7C78
Tints of Opium #9D7C78
RGB
CMYK
RGB Variations
Color information
#9D7C78 (or 0x9D7C78) is known color: Opium. HEX triplet: 9D, 7C and 78. RGB value is (157,124,120). Sum of RGB (Red+Green+Blue) = 157+124+120=401 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.15% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7C78 is #628387. Grayscale: #858585. Windows color (decimal): -6456200 or 7896221. OLE color: 7896221.
HSL color Cylindrical-coordinate representation of color #9D7C78: hue angle of 6.49º 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 #9D7C78 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 124 | 120 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.38 |
| HSL | 6.49º | 0.16% | 0.54% | - |
| HSV(B) | 6.49º | 0.24% | 0.62% | - |
| XYZ | 24.5 | 22.94 | 20.91 | - |
| YUV | 133.41 | 120.43 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 124 | 120 | 0 | 0.21 | 0.24 | 0.38 | 6.49 | 0.16 | 0.54 |
| Hex | 9D | 7C | 78 | 0 | 15 | 18 | 26 | 6 | 10 | 36 |
| Octal | 235 | 174 | 170 | 0 | 25 | 30 | 46 | 6 | 20 | 66 |
| Binary | 10011101 | 1111100 | 1111000 | 0 | 10101 | 11000 | 100110 | 110 | 10000 | 110110 |
Color Harmonies of #9D7C78
Complementary color
Monochromatic Colors of #9D7C78
Black with #9D7C78
Text Example
Text Example
White with #9D7C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7C78; }
p { color: rgb(157,124,120); }
H1.HeaderClassName
{
color: #9D7C78;
}
.AnyTagClassName
{
color: #9D7C78;
}
</style>
background-color css
<style>
a { background-color: #9D7C78; }
a { background-color: rgb(157,124,120); }
div.DivClassName
{
background-color: #9D7C78;
}
.BgClassName
{
background-color: #9D7C78;
}
</style>
border-color css
<style>
span { border-color: #9D7C78; }
span { border-color: rgb(157,124,120); }
td.TdClassName
{
border-color: #9D7C78;
}
.TagClassName
{
border-color: #9D7C78;
}
</style>