Shades of Opium #927E7E
Tints of Opium #927E7E
RGB
CMYK
RGB Variations
Color information
#927E7E (or 0x927E7E) is known color: Opium. HEX triplet: 92, 7E and 7E. RGB value is (146,126,126). Sum of RGB (Red+Green+Blue) = 146+126+126=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 146 - color contains mainly: red. Hex color #927E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927E7E is #6D8181. Grayscale: #848484. Windows color (decimal): -7176578 or 8289938. OLE color: 8289938.
HSL color Cylindrical-coordinate representation of color #927E7E: hue angle of 0º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #927E7E is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 126 | 126 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.43 |
| HSL | 0º | 0.08% | 0.53% | - |
| HSV(B) | 0º | 0.14% | 0.57% | - |
| XYZ | 23.08 | 22.54 | 22.87 | - |
| YUV | 131.98 | 124.63 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 126 | 0 | 0.14 | 0.14 | 0.43 | 0 | 0.08 | 0.53 |
| Hex | 92 | 7E | 7E | 0 | E | E | 2B | 0 | 8 | 35 |
| Octal | 222 | 176 | 176 | 0 | 16 | 16 | 53 | 0 | 10 | 65 |
| Binary | 10010010 | 1111110 | 1111110 | 0 | 1110 | 1110 | 101011 | 0 | 1000 | 110101 |
Color Harmonies of #927E7E
Complementary color
Monochromatic Colors of #927E7E
Black with #927E7E
Text Example
Text Example
White with #927E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927E7E; }
p { color: rgb(146,126,126); }
H1.HeaderClassName
{
color: #927E7E;
}
.AnyTagClassName
{
color: #927E7E;
}
</style>
background-color css
<style>
a { background-color: #927E7E; }
a { background-color: rgb(146,126,126); }
div.DivClassName
{
background-color: #927E7E;
}
.BgClassName
{
background-color: #927E7E;
}
</style>
border-color css
<style>
span { border-color: #927E7E; }
span { border-color: rgb(146,126,126); }
td.TdClassName
{
border-color: #927E7E;
}
.TagClassName
{
border-color: #927E7E;
}
</style>