Shades of Opium #917E7D
Tints of Opium #917E7D
RGB
CMYK
RGB Variations
Color information
#917E7D (or 0x917E7D) is known color: Opium. HEX triplet: 91, 7E and 7D. RGB value is (145,126,125). Sum of RGB (Red+Green+Blue) = 145+126+125=396 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.62% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 145 - color contains mainly: red. Hex color #917E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917E7D is #6E8182. Grayscale: #838383. Windows color (decimal): -7242115 or 8224401. OLE color: 8224401.
HSL color Cylindrical-coordinate representation of color #917E7D: hue angle of 3º 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 #917E7D is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 126 | 125 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.43 |
| HSL | 3º | 0.08% | 0.53% | - |
| HSV(B) | 3º | 0.14% | 0.57% | - |
| XYZ | 22.84 | 22.42 | 22.53 | - |
| YUV | 131.57 | 124.29 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 126 | 125 | 0 | 0.13 | 0.14 | 0.43 | 3 | 0.08 | 0.53 |
| Hex | 91 | 7E | 7D | 0 | D | E | 2B | 3 | 8 | 35 |
| Octal | 221 | 176 | 175 | 0 | 15 | 16 | 53 | 3 | 10 | 65 |
| Binary | 10010001 | 1111110 | 1111101 | 0 | 1101 | 1110 | 101011 | 11 | 1000 | 110101 |
Color Harmonies of #917E7D
Complementary color
Monochromatic Colors of #917E7D
Black with #917E7D
Text Example
Text Example
White with #917E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917E7D; }
p { color: rgb(145,126,125); }
H1.HeaderClassName
{
color: #917E7D;
}
.AnyTagClassName
{
color: #917E7D;
}
</style>
background-color css
<style>
a { background-color: #917E7D; }
a { background-color: rgb(145,126,125); }
div.DivClassName
{
background-color: #917E7D;
}
.BgClassName
{
background-color: #917E7D;
}
</style>
border-color css
<style>
span { border-color: #917E7D; }
span { border-color: rgb(145,126,125); }
td.TdClassName
{
border-color: #917E7D;
}
.TagClassName
{
border-color: #917E7D;
}
</style>