Shades of Opium #9C7878
Tints of Opium #9C7878
RGB
CMYK
RGB Variations
Color information
#9C7878 (or 0x9C7878) is known color: Opium. HEX triplet: 9C, 78 and 78. RGB value is (156,120,120). Sum of RGB (Red+Green+Blue) = 156+120+120=396 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.39% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7878 is #638787. Grayscale: #828282. Windows color (decimal): -6522760 or 7895196. OLE color: 7895196.
HSL color Cylindrical-coordinate representation of color #9C7878: hue angle of 0º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9C7878 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 120 | 120 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.39 |
| HSL | 0º | 0.15% | 0.54% | - |
| HSV(B) | 0º | 0.23% | 0.61% | - |
| XYZ | 23.82 | 21.86 | 20.73 | - |
| YUV | 130.76 | 121.93 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 120 | 120 | 0 | 0.23 | 0.23 | 0.39 | 0 | 0.15 | 0.54 |
| Hex | 9C | 78 | 78 | 0 | 17 | 17 | 27 | 0 | F | 36 |
| Octal | 234 | 170 | 170 | 0 | 27 | 27 | 47 | 0 | 17 | 66 |
| Binary | 10011100 | 1111000 | 1111000 | 0 | 10111 | 10111 | 100111 | 0 | 1111 | 110110 |
Color Harmonies of #9C7878
Complementary color
Monochromatic Colors of #9C7878
Black with #9C7878
Text Example
Text Example
White with #9C7878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7878; }
p { color: rgb(156,120,120); }
H1.HeaderClassName
{
color: #9C7878;
}
.AnyTagClassName
{
color: #9C7878;
}
</style>
background-color css
<style>
a { background-color: #9C7878; }
a { background-color: rgb(156,120,120); }
div.DivClassName
{
background-color: #9C7878;
}
.BgClassName
{
background-color: #9C7878;
}
</style>
border-color css
<style>
span { border-color: #9C7878; }
span { border-color: rgb(156,120,120); }
td.TdClassName
{
border-color: #9C7878;
}
.TagClassName
{
border-color: #9C7878;
}
</style>