Shades of Opium #937F7D
Tints of Opium #937F7D
RGB
CMYK
RGB Variations
Color information
#937F7D (or 0x937F7D) is known color: Opium. HEX triplet: 93, 7F and 7D. RGB value is (147,127,125). Sum of RGB (Red+Green+Blue) = 147+127+125=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 147 - color contains mainly: red. Hex color #937F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937F7D is #6C8082. Grayscale: #848484. Windows color (decimal): -7110787 or 8224659. OLE color: 8224659.
HSL color Cylindrical-coordinate representation of color #937F7D: hue angle of 5.45º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #937F7D is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 127 | 125 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.42 |
| HSL | 5.45º | 0.09% | 0.53% | - |
| HSV(B) | 5.45º | 0.15% | 0.58% | - |
| XYZ | 23.32 | 22.86 | 22.59 | - |
| YUV | 132.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 127 | 125 | 0 | 0.14 | 0.15 | 0.42 | 5.45 | 0.09 | 0.53 |
| Hex | 93 | 7F | 7D | 0 | E | F | 2A | 5 | 9 | 35 |
| Octal | 223 | 177 | 175 | 0 | 16 | 17 | 52 | 5 | 11 | 65 |
| Binary | 10010011 | 1111111 | 1111101 | 0 | 1110 | 1111 | 101010 | 101 | 1001 | 110101 |
Color Harmonies of #937F7D
Complementary color
Monochromatic Colors of #937F7D
Black with #937F7D
Text Example
Text Example
White with #937F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937F7D; }
p { color: rgb(147,127,125); }
H1.HeaderClassName
{
color: #937F7D;
}
.AnyTagClassName
{
color: #937F7D;
}
</style>
background-color css
<style>
a { background-color: #937F7D; }
a { background-color: rgb(147,127,125); }
div.DivClassName
{
background-color: #937F7D;
}
.BgClassName
{
background-color: #937F7D;
}
</style>
border-color css
<style>
span { border-color: #937F7D; }
span { border-color: rgb(147,127,125); }
td.TdClassName
{
border-color: #937F7D;
}
.TagClassName
{
border-color: #937F7D;
}
</style>