Shades of Opium #927E7B
Tints of Opium #927E7B
RGB
CMYK
RGB Variations
Color information
#927E7B (or 0x927E7B) is known color: Opium. HEX triplet: 92, 7E and 7B. RGB value is (146,126,123). Sum of RGB (Red+Green+Blue) = 146+126+123=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 146 - color contains mainly: red. Hex color #927E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927E7B is #6D8184. Grayscale: #838383. Windows color (decimal): -7176581 or 8093330. OLE color: 8093330.
HSL color Cylindrical-coordinate representation of color #927E7B: hue angle of 7.83º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #927E7B is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 126 | 123 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.43 |
| HSL | 7.83º | 0.1% | 0.53% | - |
| HSV(B) | 7.83º | 0.16% | 0.57% | - |
| XYZ | 22.89 | 22.46 | 21.87 | - |
| YUV | 131.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 123 | 0 | 0.14 | 0.16 | 0.43 | 7.83 | 0.1 | 0.53 |
| Hex | 92 | 7E | 7B | 0 | E | 10 | 2B | 8 | A | 35 |
| Octal | 222 | 176 | 173 | 0 | 16 | 20 | 53 | 10 | 12 | 65 |
| Binary | 10010010 | 1111110 | 1111011 | 0 | 1110 | 10000 | 101011 | 1000 | 1010 | 110101 |
Color Harmonies of #927E7B
Complementary color
Monochromatic Colors of #927E7B
Black with #927E7B
Text Example
Text Example
White with #927E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927E7B; }
p { color: rgb(146,126,123); }
H1.HeaderClassName
{
color: #927E7B;
}
.AnyTagClassName
{
color: #927E7B;
}
</style>
background-color css
<style>
a { background-color: #927E7B; }
a { background-color: rgb(146,126,123); }
div.DivClassName
{
background-color: #927E7B;
}
.BgClassName
{
background-color: #927E7B;
}
</style>
border-color css
<style>
span { border-color: #927E7B; }
span { border-color: rgb(146,126,123); }
td.TdClassName
{
border-color: #927E7B;
}
.TagClassName
{
border-color: #927E7B;
}
</style>