Shades of Opium #A87F7D
Tints of Opium #A87F7D
RGB
CMYK
RGB Variations
Color information
#A87F7D (or 0xA87F7D) is known color: Opium. HEX triplet: A8, 7F and 7D. RGB value is (168,127,125). Sum of RGB (Red+Green+Blue) = 168+127+125=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87F7D is #578082. Grayscale: #8B8B8B. Windows color (decimal): -5734531 or 8224680. OLE color: 8224680.
HSL color Cylindrical-coordinate representation of color #A87F7D: hue angle of 2.79º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A87F7D is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 127 | 125 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.34 |
| HSL | 2.79º | 0.2% | 0.57% | - |
| HSV(B) | 2.79º | 0.26% | 0.66% | - |
| XYZ | 27.44 | 24.98 | 22.78 | - |
| YUV | 139.03 | 120.08 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 125 | 0 | 0.24 | 0.26 | 0.34 | 2.79 | 0.2 | 0.57 |
| Hex | A8 | 7F | 7D | 0 | 18 | 1A | 22 | 3 | 14 | 39 |
| Octal | 250 | 177 | 175 | 0 | 30 | 32 | 42 | 3 | 24 | 71 |
| Binary | 10101000 | 1111111 | 1111101 | 0 | 11000 | 11010 | 100010 | 11 | 10100 | 111001 |
Color Harmonies of #A87F7D
Complementary color
Monochromatic Colors of #A87F7D
Black with #A87F7D
Text Example
Text Example
White with #A87F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87F7D; }
p { color: rgb(168,127,125); }
H1.HeaderClassName
{
color: #A87F7D;
}
.AnyTagClassName
{
color: #A87F7D;
}
</style>
background-color css
<style>
a { background-color: #A87F7D; }
a { background-color: rgb(168,127,125); }
div.DivClassName
{
background-color: #A87F7D;
}
.BgClassName
{
background-color: #A87F7D;
}
</style>
border-color css
<style>
span { border-color: #A87F7D; }
span { border-color: rgb(168,127,125); }
td.TdClassName
{
border-color: #A87F7D;
}
.TagClassName
{
border-color: #A87F7D;
}
</style>