Shades of Opium #937F7C
Tints of Opium #937F7C
RGB
CMYK
RGB Variations
Color information
#937F7C (or 0x937F7C) is known color: Opium. HEX triplet: 93, 7F and 7C. RGB value is (147,127,124). Sum of RGB (Red+Green+Blue) = 147+127+124=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 147 - color contains mainly: red. Hex color #937F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937F7C is #6C8083. Grayscale: #848484. Windows color (decimal): -7110788 or 8159123. OLE color: 8159123.
HSL color Cylindrical-coordinate representation of color #937F7C: hue angle of 7.83º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #937F7C is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 127 | 124 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.42 |
| HSL | 7.83º | 0.1% | 0.53% | - |
| HSV(B) | 7.83º | 0.16% | 0.58% | - |
| XYZ | 23.26 | 22.84 | 22.25 | - |
| YUV | 132.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 127 | 124 | 0 | 0.14 | 0.16 | 0.42 | 7.83 | 0.1 | 0.53 |
| Hex | 93 | 7F | 7C | 0 | E | 10 | 2A | 8 | A | 35 |
| Octal | 223 | 177 | 174 | 0 | 16 | 20 | 52 | 10 | 12 | 65 |
| Binary | 10010011 | 1111111 | 1111100 | 0 | 1110 | 10000 | 101010 | 1000 | 1010 | 110101 |
Color Harmonies of #937F7C
Complementary color
Monochromatic Colors of #937F7C
Black with #937F7C
Text Example
Text Example
White with #937F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937F7C; }
p { color: rgb(147,127,124); }
H1.HeaderClassName
{
color: #937F7C;
}
.AnyTagClassName
{
color: #937F7C;
}
</style>
background-color css
<style>
a { background-color: #937F7C; }
a { background-color: rgb(147,127,124); }
div.DivClassName
{
background-color: #937F7C;
}
.BgClassName
{
background-color: #937F7C;
}
</style>
border-color css
<style>
span { border-color: #937F7C; }
span { border-color: rgb(147,127,124); }
td.TdClassName
{
border-color: #937F7C;
}
.TagClassName
{
border-color: #937F7C;
}
</style>