Shades of Opium #A7807F
Tints of Opium #A7807F
RGB
CMYK
RGB Variations
Color information
#A7807F (or 0xA7807F) is known color: Opium. HEX triplet: A7, 80 and 7F. RGB value is (167,128,127). Sum of RGB (Red+Green+Blue) = 167+128+127=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 167 - color contains mainly: red. Hex color #A7807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7807F is #587F80. Grayscale: #8B8B8B. Windows color (decimal): -5799809 or 8356007. OLE color: 8356007.
HSL color Cylindrical-coordinate representation of color #A7807F: hue angle of 1.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7807F is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 128 | 127 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.35 |
| HSL | 1.5º | 0.19% | 0.58% | - |
| HSV(B) | 1.5º | 0.24% | 0.65% | - |
| XYZ | 27.49 | 25.19 | 23.49 | - |
| YUV | 139.55 | 120.92 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 128 | 127 | 0 | 0.23 | 0.24 | 0.35 | 1.5 | 0.19 | 0.58 |
| Hex | A7 | 80 | 7F | 0 | 17 | 18 | 23 | 2 | 13 | 3A |
| Octal | 247 | 200 | 177 | 0 | 27 | 30 | 43 | 2 | 23 | 72 |
| Binary | 10100111 | 10000000 | 1111111 | 0 | 10111 | 11000 | 100011 | 10 | 10011 | 111010 |
Color Harmonies of #A7807F
Complementary color
Monochromatic Colors of #A7807F
Black with #A7807F
Text Example
Text Example
White with #A7807F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7807F; }
p { color: rgb(167,128,127); }
H1.HeaderClassName
{
color: #A7807F;
}
.AnyTagClassName
{
color: #A7807F;
}
</style>
background-color css
<style>
a { background-color: #A7807F; }
a { background-color: rgb(167,128,127); }
div.DivClassName
{
background-color: #A7807F;
}
.BgClassName
{
background-color: #A7807F;
}
</style>
border-color css
<style>
span { border-color: #A7807F; }
span { border-color: rgb(167,128,127); }
td.TdClassName
{
border-color: #A7807F;
}
.TagClassName
{
border-color: #A7807F;
}
</style>