Shades of Opium #9C7E7C
Tints of Opium #9C7E7C
RGB
CMYK
RGB Variations
Color information
#9C7E7C (or 0x9C7E7C) is known color: Opium. HEX triplet: 9C, 7E and 7C. RGB value is (156,126,124). Sum of RGB (Red+Green+Blue) = 156+126+124=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7E7C is #638183. Grayscale: #868686. Windows color (decimal): -6521220 or 8158876. OLE color: 8158876.
HSL color Cylindrical-coordinate representation of color #9C7E7C: hue angle of 3.75º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9C7E7C is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 126 | 124 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.39 |
| HSL | 3.75º | 0.14% | 0.55% | - |
| HSV(B) | 3.75º | 0.21% | 0.61% | - |
| XYZ | 24.81 | 23.44 | 22.29 | - |
| YUV | 134.74 | 121.94 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 126 | 124 | 0 | 0.19 | 0.21 | 0.39 | 3.75 | 0.14 | 0.55 |
| Hex | 9C | 7E | 7C | 0 | 13 | 15 | 27 | 4 | E | 37 |
| Octal | 234 | 176 | 174 | 0 | 23 | 25 | 47 | 4 | 16 | 67 |
| Binary | 10011100 | 1111110 | 1111100 | 0 | 10011 | 10101 | 100111 | 100 | 1110 | 110111 |
Color Harmonies of #9C7E7C
Complementary color
Monochromatic Colors of #9C7E7C
Black with #9C7E7C
Text Example
Text Example
White with #9C7E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7E7C; }
p { color: rgb(156,126,124); }
H1.HeaderClassName
{
color: #9C7E7C;
}
.AnyTagClassName
{
color: #9C7E7C;
}
</style>
background-color css
<style>
a { background-color: #9C7E7C; }
a { background-color: rgb(156,126,124); }
div.DivClassName
{
background-color: #9C7E7C;
}
.BgClassName
{
background-color: #9C7E7C;
}
</style>
border-color css
<style>
span { border-color: #9C7E7C; }
span { border-color: rgb(156,126,124); }
td.TdClassName
{
border-color: #9C7E7C;
}
.TagClassName
{
border-color: #9C7E7C;
}
</style>