Shades of Opium #A87F7F
Tints of Opium #A87F7F
RGB
CMYK
RGB Variations
Color information
#A87F7F (or 0xA87F7F) is known color: Opium. HEX triplet: A8, 7F and 7F. RGB value is (168,127,127). Sum of RGB (Red+Green+Blue) = 168+127+127=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87F7F is #578080. Grayscale: #8B8B8B. Windows color (decimal): -5734529 or 8355752. OLE color: 8355752.
HSL color Cylindrical-coordinate representation of color #A87F7F: hue angle of 0º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A87F7F is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 127 | 127 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.34 |
| HSL | 0º | 0.19% | 0.58% | - |
| HSV(B) | 0º | 0.24% | 0.66% | - |
| XYZ | 27.57 | 25.04 | 23.46 | - |
| YUV | 139.26 | 121.08 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 127 | 0 | 0.24 | 0.24 | 0.34 | 0 | 0.19 | 0.58 |
| Hex | A8 | 7F | 7F | 0 | 18 | 18 | 22 | 0 | 13 | 3A |
| Octal | 250 | 177 | 177 | 0 | 30 | 30 | 42 | 0 | 23 | 72 |
| Binary | 10101000 | 1111111 | 1111111 | 0 | 11000 | 11000 | 100010 | 0 | 10011 | 111010 |
Color Harmonies of #A87F7F
Complementary color
Monochromatic Colors of #A87F7F
Black with #A87F7F
Text Example
Text Example
White with #A87F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87F7F; }
p { color: rgb(168,127,127); }
H1.HeaderClassName
{
color: #A87F7F;
}
.AnyTagClassName
{
color: #A87F7F;
}
</style>
background-color css
<style>
a { background-color: #A87F7F; }
a { background-color: rgb(168,127,127); }
div.DivClassName
{
background-color: #A87F7F;
}
.BgClassName
{
background-color: #A87F7F;
}
</style>
border-color css
<style>
span { border-color: #A87F7F; }
span { border-color: rgb(168,127,127); }
td.TdClassName
{
border-color: #A87F7F;
}
.TagClassName
{
border-color: #A87F7F;
}
</style>