Shades of Opium #92807E
Tints of Opium #92807E
RGB
CMYK
RGB Variations
Color information
#92807E (or 0x92807E) is known color: Opium. HEX triplet: 92, 80 and 7E. RGB value is (146,128,126). Sum of RGB (Red+Green+Blue) = 146+128+126=400 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.5% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 146 - color contains mainly: red. Hex color #92807E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92807E is #6D7F81. Grayscale: #858585. Windows color (decimal): -7176066 or 8290450. OLE color: 8290450.
HSL color Cylindrical-coordinate representation of color #92807E: hue angle of 6º 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 #92807E is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 128 | 126 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.43 |
| HSL | 6º | 0.08% | 0.53% | - |
| HSV(B) | 6º | 0.14% | 0.57% | - |
| XYZ | 23.34 | 23.06 | 22.96 | - |
| YUV | 133.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 128 | 126 | 0 | 0.12 | 0.14 | 0.43 | 6 | 0.08 | 0.53 |
| Hex | 92 | 80 | 7E | 0 | C | E | 2B | 6 | 8 | 35 |
| Octal | 222 | 200 | 176 | 0 | 14 | 16 | 53 | 6 | 10 | 65 |
| Binary | 10010010 | 10000000 | 1111110 | 0 | 1100 | 1110 | 101011 | 110 | 1000 | 110101 |
Color Harmonies of #92807E
Complementary color
Monochromatic Colors of #92807E
Black with #92807E
Text Example
Text Example
White with #92807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92807E; }
p { color: rgb(146,128,126); }
H1.HeaderClassName
{
color: #92807E;
}
.AnyTagClassName
{
color: #92807E;
}
</style>
background-color css
<style>
a { background-color: #92807E; }
a { background-color: rgb(146,128,126); }
div.DivClassName
{
background-color: #92807E;
}
.BgClassName
{
background-color: #92807E;
}
</style>
border-color css
<style>
span { border-color: #92807E; }
span { border-color: rgb(146,128,126); }
td.TdClassName
{
border-color: #92807E;
}
.TagClassName
{
border-color: #92807E;
}
</style>