Shades of Opium #937F7E
Tints of Opium #937F7E
RGB
CMYK
RGB Variations
Color information
#937F7E (or 0x937F7E) is known color: Opium. HEX triplet: 93, 7F and 7E. RGB value is (147,127,126). Sum of RGB (Red+Green+Blue) = 147+127+126=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 147 - color contains mainly: red. Hex color #937F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937F7E is #6C8081. Grayscale: #848484. Windows color (decimal): -7110786 or 8290195. OLE color: 8290195.
HSL color Cylindrical-coordinate representation of color #937F7E: hue angle of 2.86º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #937F7E is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 127 | 126 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.42 |
| HSL | 2.86º | 0.09% | 0.54% | - |
| HSV(B) | 2.86º | 0.14% | 0.58% | - |
| XYZ | 23.39 | 22.89 | 22.92 | - |
| YUV | 132.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 127 | 126 | 0 | 0.14 | 0.14 | 0.42 | 2.86 | 0.09 | 0.54 |
| Hex | 93 | 7F | 7E | 0 | E | E | 2A | 3 | 9 | 36 |
| Octal | 223 | 177 | 176 | 0 | 16 | 16 | 52 | 3 | 11 | 66 |
| Binary | 10010011 | 1111111 | 1111110 | 0 | 1110 | 1110 | 101010 | 11 | 1001 | 110110 |
Color Harmonies of #937F7E
Complementary color
Monochromatic Colors of #937F7E
Black with #937F7E
Text Example
Text Example
White with #937F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937F7E; }
p { color: rgb(147,127,126); }
H1.HeaderClassName
{
color: #937F7E;
}
.AnyTagClassName
{
color: #937F7E;
}
</style>
background-color css
<style>
a { background-color: #937F7E; }
a { background-color: rgb(147,127,126); }
div.DivClassName
{
background-color: #937F7E;
}
.BgClassName
{
background-color: #937F7E;
}
</style>
border-color css
<style>
span { border-color: #937F7E; }
span { border-color: rgb(147,127,126); }
td.TdClassName
{
border-color: #937F7E;
}
.TagClassName
{
border-color: #937F7E;
}
</style>