Shades of Opium #917F7F
Tints of Opium #917F7F
RGB
CMYK
RGB Variations
Color information
#917F7F (or 0x917F7F) is known color: Opium. HEX triplet: 91, 7F and 7F. RGB value is (145,127,127). Sum of RGB (Red+Green+Blue) = 145+127+127=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 145 - color contains mainly: red. Hex color #917F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917F7F is #6E8080. Grayscale: #848484. Windows color (decimal): -7241857 or 8355729. OLE color: 8355729.
HSL color Cylindrical-coordinate representation of color #917F7F: 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.12%. Process color model (Four color, CMYK) of #917F7F is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 127 | 127 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.43 |
| HSL | 0º | 0.08% | 0.53% | - |
| HSV(B) | 0º | 0.12% | 0.57% | - |
| XYZ | 23.1 | 22.73 | 23.25 | - |
| YUV | 132.38 | 124.96 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 127 | 127 | 0 | 0.12 | 0.12 | 0.43 | 0 | 0.08 | 0.53 |
| Hex | 91 | 7F | 7F | 0 | C | C | 2B | 0 | 8 | 35 |
| Octal | 221 | 177 | 177 | 0 | 14 | 14 | 53 | 0 | 10 | 65 |
| Binary | 10010001 | 1111111 | 1111111 | 0 | 1100 | 1100 | 101011 | 0 | 1000 | 110101 |
Color Harmonies of #917F7F
Complementary color
Monochromatic Colors of #917F7F
Black with #917F7F
Text Example
Text Example
White with #917F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917F7F; }
p { color: rgb(145,127,127); }
H1.HeaderClassName
{
color: #917F7F;
}
.AnyTagClassName
{
color: #917F7F;
}
</style>
background-color css
<style>
a { background-color: #917F7F; }
a { background-color: rgb(145,127,127); }
div.DivClassName
{
background-color: #917F7F;
}
.BgClassName
{
background-color: #917F7F;
}
</style>
border-color css
<style>
span { border-color: #917F7F; }
span { border-color: rgb(145,127,127); }
td.TdClassName
{
border-color: #917F7F;
}
.TagClassName
{
border-color: #917F7F;
}
</style>