Shades of Opium #927D7D
Tints of Opium #927D7D
RGB
CMYK
RGB Variations
Color information
#927D7D (or 0x927D7D) is known color: Opium. HEX triplet: 92, 7D and 7D. RGB value is (146,125,125). Sum of RGB (Red+Green+Blue) = 146+125+125=396 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.87% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 146 - color contains mainly: red. Hex color #927D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927D7D is #6D8282. Grayscale: #838383. Windows color (decimal): -7176835 or 8224146. OLE color: 8224146.
HSL color Cylindrical-coordinate representation of color #927D7D: hue angle of 0º degrees, saturation: 0.09, 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 #927D7D is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 125 | 125 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.43 |
| HSL | 0º | 0.09% | 0.53% | - |
| HSV(B) | 0º | 0.14% | 0.57% | - |
| XYZ | 22.89 | 22.26 | 22.49 | - |
| YUV | 131.28 | 124.46 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 125 | 0 | 0.14 | 0.14 | 0.43 | 0 | 0.09 | 0.53 |
| Hex | 92 | 7D | 7D | 0 | E | E | 2B | 0 | 9 | 35 |
| Octal | 222 | 175 | 175 | 0 | 16 | 16 | 53 | 0 | 11 | 65 |
| Binary | 10010010 | 1111101 | 1111101 | 0 | 1110 | 1110 | 101011 | 0 | 1001 | 110101 |
Color Harmonies of #927D7D
Complementary color
Monochromatic Colors of #927D7D
Black with #927D7D
Text Example
Text Example
White with #927D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927D7D; }
p { color: rgb(146,125,125); }
H1.HeaderClassName
{
color: #927D7D;
}
.AnyTagClassName
{
color: #927D7D;
}
</style>
background-color css
<style>
a { background-color: #927D7D; }
a { background-color: rgb(146,125,125); }
div.DivClassName
{
background-color: #927D7D;
}
.BgClassName
{
background-color: #927D7D;
}
</style>
border-color css
<style>
span { border-color: #927D7D; }
span { border-color: rgb(146,125,125); }
td.TdClassName
{
border-color: #927D7D;
}
.TagClassName
{
border-color: #927D7D;
}
</style>