Shades of Opium #9C807C
Tints of Opium #9C807C
RGB
CMYK
RGB Variations
Color information
#9C807C (or 0x9C807C) is known color: Opium. HEX triplet: 9C, 80 and 7C. RGB value is (156,128,124). Sum of RGB (Red+Green+Blue) = 156+128+124=408 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.24% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 156 - color contains mainly: red. Hex color #9C807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C807C is #637F83. Grayscale: #878787. Windows color (decimal): -6520708 or 8159388. OLE color: 8159388.
HSL color Cylindrical-coordinate representation of color #9C807C: hue angle of 7.5º 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 #9C807C is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 128 | 124 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.39 |
| HSL | 7.5º | 0.14% | 0.55% | - |
| HSV(B) | 7.5º | 0.21% | 0.61% | - |
| XYZ | 25.07 | 23.96 | 22.37 | - |
| YUV | 135.92 | 121.28 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 128 | 124 | 0 | 0.18 | 0.21 | 0.39 | 7.5 | 0.14 | 0.55 |
| Hex | 9C | 80 | 7C | 0 | 12 | 15 | 27 | 8 | E | 37 |
| Octal | 234 | 200 | 174 | 0 | 22 | 25 | 47 | 10 | 16 | 67 |
| Binary | 10011100 | 10000000 | 1111100 | 0 | 10010 | 10101 | 100111 | 1000 | 1110 | 110111 |
Color Harmonies of #9C807C
Complementary color
Monochromatic Colors of #9C807C
Black with #9C807C
Text Example
Text Example
White with #9C807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C807C; }
p { color: rgb(156,128,124); }
H1.HeaderClassName
{
color: #9C807C;
}
.AnyTagClassName
{
color: #9C807C;
}
</style>
background-color css
<style>
a { background-color: #9C807C; }
a { background-color: rgb(156,128,124); }
div.DivClassName
{
background-color: #9C807C;
}
.BgClassName
{
background-color: #9C807C;
}
</style>
border-color css
<style>
span { border-color: #9C807C; }
span { border-color: rgb(156,128,124); }
td.TdClassName
{
border-color: #9C807C;
}
.TagClassName
{
border-color: #9C807C;
}
</style>