Shades of Opium #9D7574
Tints of Opium #9D7574
RGB
CMYK
RGB Variations
Color information
#9D7574 (or 0x9D7574) is known color: Opium. HEX triplet: 9D, 75 and 74. RGB value is (157,117,116). Sum of RGB (Red+Green+Blue) = 157+117+116=390 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.26% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7574 is #628A8B. Grayscale: #808080. Windows color (decimal): -6457996 or 7632285. OLE color: 7632285.
HSL color Cylindrical-coordinate representation of color #9D7574: hue angle of 1.46º 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 #9D7574 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 117 | 116 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.38 |
| HSL | 1.46º | 0.17% | 0.54% | - |
| HSV(B) | 1.46º | 0.26% | 0.62% | - |
| XYZ | 23.42 | 21.15 | 19.37 | - |
| YUV | 128.85 | 120.75 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 117 | 116 | 0 | 0.25 | 0.26 | 0.38 | 1.46 | 0.17 | 0.54 |
| Hex | 9D | 75 | 74 | 0 | 19 | 1A | 26 | 1 | 11 | 36 |
| Octal | 235 | 165 | 164 | 0 | 31 | 32 | 46 | 1 | 21 | 66 |
| Binary | 10011101 | 1110101 | 1110100 | 0 | 11001 | 11010 | 100110 | 1 | 10001 | 110110 |
Color Harmonies of #9D7574
Complementary color
Monochromatic Colors of #9D7574
Black with #9D7574
Text Example
Text Example
White with #9D7574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7574; }
p { color: rgb(157,117,116); }
H1.HeaderClassName
{
color: #9D7574;
}
.AnyTagClassName
{
color: #9D7574;
}
</style>
background-color css
<style>
a { background-color: #9D7574; }
a { background-color: rgb(157,117,116); }
div.DivClassName
{
background-color: #9D7574;
}
.BgClassName
{
background-color: #9D7574;
}
</style>
border-color css
<style>
span { border-color: #9D7574; }
span { border-color: rgb(157,117,116); }
td.TdClassName
{
border-color: #9D7574;
}
.TagClassName
{
border-color: #9D7574;
}
</style>