Shades of Opium #9A7E7C
Tints of Opium #9A7E7C
RGB
CMYK
RGB Variations
Color information
#9A7E7C (or 0x9A7E7C) is known color: Opium. HEX triplet: 9A, 7E and 7C. RGB value is (154,126,124). Sum of RGB (Red+Green+Blue) = 154+126+124=404 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.12% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7E7C is #658183. Grayscale: #868686. Windows color (decimal): -6652292 or 8158874. OLE color: 8158874.
HSL color Cylindrical-coordinate representation of color #9A7E7C: hue angle of 4º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9A7E7C is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 126 | 124 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.40 |
| HSL | 4º | 0.13% | 0.55% | - |
| HSV(B) | 4º | 0.19% | 0.6% | - |
| XYZ | 24.43 | 23.25 | 22.27 | - |
| YUV | 134.14 | 122.28 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 126 | 124 | 0 | 0.18 | 0.19 | 0.40 | 4 | 0.13 | 0.55 |
| Hex | 9A | 7E | 7C | 0 | 12 | 13 | 28 | 4 | D | 37 |
| Octal | 232 | 176 | 174 | 0 | 22 | 23 | 50 | 4 | 15 | 67 |
| Binary | 10011010 | 1111110 | 1111100 | 0 | 10010 | 10011 | 101000 | 100 | 1101 | 110111 |
Color Harmonies of #9A7E7C
Complementary color
Monochromatic Colors of #9A7E7C
Black with #9A7E7C
Text Example
Text Example
White with #9A7E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7E7C; }
p { color: rgb(154,126,124); }
H1.HeaderClassName
{
color: #9A7E7C;
}
.AnyTagClassName
{
color: #9A7E7C;
}
</style>
background-color css
<style>
a { background-color: #9A7E7C; }
a { background-color: rgb(154,126,124); }
div.DivClassName
{
background-color: #9A7E7C;
}
.BgClassName
{
background-color: #9A7E7C;
}
</style>
border-color css
<style>
span { border-color: #9A7E7C; }
span { border-color: rgb(154,126,124); }
td.TdClassName
{
border-color: #9A7E7C;
}
.TagClassName
{
border-color: #9A7E7C;
}
</style>