Shades of Opium #917E7E
Tints of Opium #917E7E
RGB
CMYK
RGB Variations
Color information
#917E7E (or 0x917E7E) is known color: Opium. HEX triplet: 91, 7E and 7E. RGB value is (145,126,126). Sum of RGB (Red+Green+Blue) = 145+126+126=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 145 - color contains mainly: red. Hex color #917E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917E7E is #6E8181. Grayscale: #838383. Windows color (decimal): -7242114 or 8289937. OLE color: 8289937.
HSL color Cylindrical-coordinate representation of color #917E7E: 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.13%. Process color model (Four color, CMYK) of #917E7E is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 126 | 126 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.43 |
| HSL | 0º | 0.08% | 0.53% | - |
| HSV(B) | 0º | 0.13% | 0.57% | - |
| XYZ | 22.9 | 22.45 | 22.86 | - |
| YUV | 131.68 | 124.79 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 126 | 126 | 0 | 0.13 | 0.13 | 0.43 | 0 | 0.08 | 0.53 |
| Hex | 91 | 7E | 7E | 0 | D | D | 2B | 0 | 8 | 35 |
| Octal | 221 | 176 | 176 | 0 | 15 | 15 | 53 | 0 | 10 | 65 |
| Binary | 10010001 | 1111110 | 1111110 | 0 | 1101 | 1101 | 101011 | 0 | 1000 | 110101 |
Color Harmonies of #917E7E
Complementary color
Monochromatic Colors of #917E7E
Black with #917E7E
Text Example
Text Example
White with #917E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917E7E; }
p { color: rgb(145,126,126); }
H1.HeaderClassName
{
color: #917E7E;
}
.AnyTagClassName
{
color: #917E7E;
}
</style>
background-color css
<style>
a { background-color: #917E7E; }
a { background-color: rgb(145,126,126); }
div.DivClassName
{
background-color: #917E7E;
}
.BgClassName
{
background-color: #917E7E;
}
</style>
border-color css
<style>
span { border-color: #917E7E; }
span { border-color: rgb(145,126,126); }
td.TdClassName
{
border-color: #917E7E;
}
.TagClassName
{
border-color: #917E7E;
}
</style>