Shades of Opium #95807E
Tints of Opium #95807E
RGB
CMYK
RGB Variations
Color information
#95807E (or 0x95807E) is known color: Opium. HEX triplet: 95, 80 and 7E. RGB value is (149,128,126). Sum of RGB (Red+Green+Blue) = 149+128+126=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 149 - color contains mainly: red. Hex color #95807E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95807E is #6A7F81. Grayscale: #868686. Windows color (decimal): -6979458 or 8290453. OLE color: 8290453.
HSL color Cylindrical-coordinate representation of color #95807E: hue angle of 5.22º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #95807E is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 128 | 126 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.42 |
| HSL | 5.22º | 0.1% | 0.54% | - |
| HSV(B) | 5.22º | 0.15% | 0.58% | - |
| XYZ | 23.88 | 23.33 | 22.98 | - |
| YUV | 134.05 | 123.46 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 128 | 126 | 0 | 0.14 | 0.15 | 0.42 | 5.22 | 0.1 | 0.54 |
| Hex | 95 | 80 | 7E | 0 | E | F | 2A | 5 | A | 36 |
| Octal | 225 | 200 | 176 | 0 | 16 | 17 | 52 | 5 | 12 | 66 |
| Binary | 10010101 | 10000000 | 1111110 | 0 | 1110 | 1111 | 101010 | 101 | 1010 | 110110 |
Color Harmonies of #95807E
Complementary color
Monochromatic Colors of #95807E
Black with #95807E
Text Example
Text Example
White with #95807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95807E; }
p { color: rgb(149,128,126); }
H1.HeaderClassName
{
color: #95807E;
}
.AnyTagClassName
{
color: #95807E;
}
</style>
background-color css
<style>
a { background-color: #95807E; }
a { background-color: rgb(149,128,126); }
div.DivClassName
{
background-color: #95807E;
}
.BgClassName
{
background-color: #95807E;
}
</style>
border-color css
<style>
span { border-color: #95807E; }
span { border-color: rgb(149,128,126); }
td.TdClassName
{
border-color: #95807E;
}
.TagClassName
{
border-color: #95807E;
}
</style>