Shades of Opium #9C7A7A
Tints of Opium #9C7A7A
RGB
CMYK
RGB Variations
Color information
#9C7A7A (or 0x9C7A7A) is known color: Opium. HEX triplet: 9C, 7A and 7A. RGB value is (156,122,122). Sum of RGB (Red+Green+Blue) = 156+122+122=400 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7A7A is #638585. Grayscale: #848484. Windows color (decimal): -6522246 or 8026780. OLE color: 8026780.
HSL color Cylindrical-coordinate representation of color #9C7A7A: hue angle of 0º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9C7A7A is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 122 | 122 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.39 |
| HSL | 0º | 0.15% | 0.55% | - |
| HSV(B) | 0º | 0.22% | 0.61% | - |
| XYZ | 24.18 | 22.39 | 21.46 | - |
| YUV | 132.17 | 122.26 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 122 | 122 | 0 | 0.22 | 0.22 | 0.39 | 0 | 0.15 | 0.55 |
| Hex | 9C | 7A | 7A | 0 | 16 | 16 | 27 | 0 | F | 37 |
| Octal | 234 | 172 | 172 | 0 | 26 | 26 | 47 | 0 | 17 | 67 |
| Binary | 10011100 | 1111010 | 1111010 | 0 | 10110 | 10110 | 100111 | 0 | 1111 | 110111 |
Color Harmonies of #9C7A7A
Complementary color
Monochromatic Colors of #9C7A7A
Black with #9C7A7A
Text Example
Text Example
White with #9C7A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7A7A; }
p { color: rgb(156,122,122); }
H1.HeaderClassName
{
color: #9C7A7A;
}
.AnyTagClassName
{
color: #9C7A7A;
}
</style>
background-color css
<style>
a { background-color: #9C7A7A; }
a { background-color: rgb(156,122,122); }
div.DivClassName
{
background-color: #9C7A7A;
}
.BgClassName
{
background-color: #9C7A7A;
}
</style>
border-color css
<style>
span { border-color: #9C7A7A; }
span { border-color: rgb(156,122,122); }
td.TdClassName
{
border-color: #9C7A7A;
}
.TagClassName
{
border-color: #9C7A7A;
}
</style>