Shades of Opium #9F7676
Tints of Opium #9F7676
RGB
CMYK
RGB Variations
Color information
#9F7676 (or 0x9F7676) is known color: Opium. HEX triplet: 9F, 76 and 76. RGB value is (159,118,118). Sum of RGB (Red+Green+Blue) = 159+118+118=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7676 is #608989. Grayscale: #828282. Windows color (decimal): -6326666 or 7763615. OLE color: 7763615.
HSL color Cylindrical-coordinate representation of color #9F7676: hue angle of 0º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F7676 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 118 | 118 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.38 |
| HSL | 0º | 0.18% | 0.54% | - |
| HSV(B) | 0º | 0.26% | 0.62% | - |
| XYZ | 24.05 | 21.64 | 20.05 | - |
| YUV | 130.26 | 121.08 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 118 | 118 | 0 | 0.26 | 0.26 | 0.38 | 0 | 0.18 | 0.54 |
| Hex | 9F | 76 | 76 | 0 | 1A | 1A | 26 | 0 | 12 | 36 |
| Octal | 237 | 166 | 166 | 0 | 32 | 32 | 46 | 0 | 22 | 66 |
| Binary | 10011111 | 1110110 | 1110110 | 0 | 11010 | 11010 | 100110 | 0 | 10010 | 110110 |
Color Harmonies of #9F7676
Complementary color
Monochromatic Colors of #9F7676
Black with #9F7676
Text Example
Text Example
White with #9F7676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7676; }
p { color: rgb(159,118,118); }
H1.HeaderClassName
{
color: #9F7676;
}
.AnyTagClassName
{
color: #9F7676;
}
</style>
background-color css
<style>
a { background-color: #9F7676; }
a { background-color: rgb(159,118,118); }
div.DivClassName
{
background-color: #9F7676;
}
.BgClassName
{
background-color: #9F7676;
}
</style>
border-color css
<style>
span { border-color: #9F7676; }
span { border-color: rgb(159,118,118); }
td.TdClassName
{
border-color: #9F7676;
}
.TagClassName
{
border-color: #9F7676;
}
</style>