Shades of Opium #9D7F7D
Tints of Opium #9D7F7D
RGB
CMYK
RGB Variations
Color information
#9D7F7D (or 0x9D7F7D) is known color: Opium. HEX triplet: 9D, 7F and 7D. RGB value is (157,127,125). Sum of RGB (Red+Green+Blue) = 157+127+125=409 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.39% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7F7D is #628082. Grayscale: #878787. Windows color (decimal): -6455427 or 8224669. OLE color: 8224669.
HSL color Cylindrical-coordinate representation of color #9D7F7D: hue angle of 3.75º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9D7F7D is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 127 | 125 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.38 |
| HSL | 3.75º | 0.14% | 0.55% | - |
| HSV(B) | 3.75º | 0.2% | 0.62% | - |
| XYZ | 25.2 | 23.83 | 22.67 | - |
| YUV | 135.74 | 121.94 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 127 | 125 | 0 | 0.19 | 0.20 | 0.38 | 3.75 | 0.14 | 0.55 |
| Hex | 9D | 7F | 7D | 0 | 13 | 14 | 26 | 4 | E | 37 |
| Octal | 235 | 177 | 175 | 0 | 23 | 24 | 46 | 4 | 16 | 67 |
| Binary | 10011101 | 1111111 | 1111101 | 0 | 10011 | 10100 | 100110 | 100 | 1110 | 110111 |
Color Harmonies of #9D7F7D
Complementary color
Monochromatic Colors of #9D7F7D
Black with #9D7F7D
Text Example
Text Example
White with #9D7F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7F7D; }
p { color: rgb(157,127,125); }
H1.HeaderClassName
{
color: #9D7F7D;
}
.AnyTagClassName
{
color: #9D7F7D;
}
</style>
background-color css
<style>
a { background-color: #9D7F7D; }
a { background-color: rgb(157,127,125); }
div.DivClassName
{
background-color: #9D7F7D;
}
.BgClassName
{
background-color: #9D7F7D;
}
</style>
border-color css
<style>
span { border-color: #9D7F7D; }
span { border-color: rgb(157,127,125); }
td.TdClassName
{
border-color: #9D7F7D;
}
.TagClassName
{
border-color: #9D7F7D;
}
</style>