Shades of Opium #9F7E7E
Tints of Opium #9F7E7E
RGB
CMYK
RGB Variations
Color information
#9F7E7E (or 0x9F7E7E) is known color: Opium. HEX triplet: 9F, 7E and 7E. RGB value is (159,126,126). Sum of RGB (Red+Green+Blue) = 159+126+126=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7E7E is #608181. Grayscale: #878787. Windows color (decimal): -6324610 or 8289951. OLE color: 8289951.
HSL color Cylindrical-coordinate representation of color #9F7E7E: hue angle of 0º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9F7E7E is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
RGB | 159 | 126 | 126 | - |
CMYK | 0 | 0.21 | 0.21 | 0.38 |
HSL | 0º | 0.15% | 0.56% | - |
HSV(B) | 0º | 0.21% | 0.62% | - |
XYZ | 25.52 | 23.8 | 22.99 | - |
YUV | 135.87 | 122.43 | 144.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 126 | 126 | 0 | 0.21 | 0.21 | 0.38 | 0 | 0.15 | 0.56 |
Hex | 9F | 7E | 7E | 0 | 15 | 15 | 26 | 0 | F | 38 |
Octal | 237 | 176 | 176 | 0 | 25 | 25 | 46 | 0 | 17 | 70 |
Binary | 10011111 | 1111110 | 1111110 | 0 | 10101 | 10101 | 100110 | 0 | 1111 | 111000 |
Color Harmonies of #9F7E7E
Complementary color
Monochromatic Colors of #9F7E7E
Black with #9F7E7E
Text Example
Text Example
White with #9F7E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7E7E; }
p { color: rgb(159,126,126); }
H1.HeaderClassName
{
color: #9F7E7E;
}
.AnyTagClassName
{
color: #9F7E7E;
}
</style>
background-color css
<style>
a { background-color: #9F7E7E; }
a { background-color: rgb(159,126,126); }
div.DivClassName
{
background-color: #9F7E7E;
}
.BgClassName
{
background-color: #9F7E7E;
}
</style>
border-color css
<style>
span { border-color: #9F7E7E; }
span { border-color: rgb(159,126,126); }
td.TdClassName
{
border-color: #9F7E7E;
}
.TagClassName
{
border-color: #9F7E7E;
}
</style>