Shades of Opium #9C7979
Tints of Opium #9C7979
RGB
CMYK
RGB Variations
Color information
#9C7979 (or 0x9C7979) is known color: Opium. HEX triplet: 9C, 79 and 79. RGB value is (156,121,121). Sum of RGB (Red+Green+Blue) = 156+121+121=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7979 is #638686. Grayscale: #838383. Windows color (decimal): -6522503 or 7960988. OLE color: 7960988.
HSL color Cylindrical-coordinate representation of color #9C7979: 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.22%. Process color model (Four color, CMYK) of #9C7979 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 121 | 121 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.39 |
| HSL | 0º | 0.15% | 0.54% | - |
| HSV(B) | 0º | 0.22% | 0.61% | - |
| XYZ | 24 | 22.12 | 21.09 | - |
| YUV | 131.47 | 122.1 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 121 | 121 | 0 | 0.22 | 0.22 | 0.39 | 0 | 0.15 | 0.54 |
| Hex | 9C | 79 | 79 | 0 | 16 | 16 | 27 | 0 | F | 36 |
| Octal | 234 | 171 | 171 | 0 | 26 | 26 | 47 | 0 | 17 | 66 |
| Binary | 10011100 | 1111001 | 1111001 | 0 | 10110 | 10110 | 100111 | 0 | 1111 | 110110 |
Color Harmonies of #9C7979
Complementary color
Monochromatic Colors of #9C7979
Black with #9C7979
Text Example
Text Example
White with #9C7979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7979; }
p { color: rgb(156,121,121); }
H1.HeaderClassName
{
color: #9C7979;
}
.AnyTagClassName
{
color: #9C7979;
}
</style>
background-color css
<style>
a { background-color: #9C7979; }
a { background-color: rgb(156,121,121); }
div.DivClassName
{
background-color: #9C7979;
}
.BgClassName
{
background-color: #9C7979;
}
</style>
border-color css
<style>
span { border-color: #9C7979; }
span { border-color: rgb(156,121,121); }
td.TdClassName
{
border-color: #9C7979;
}
.TagClassName
{
border-color: #9C7979;
}
</style>