Shades of Opium #A77E7E
Tints of Opium #A77E7E
RGB
CMYK
RGB Variations
Color information
#A77E7E (or 0xA77E7E) is known color: Opium. HEX triplet: A7, 7E and 7E. RGB value is (167,126,126). Sum of RGB (Red+Green+Blue) = 167+126+126=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 167 - color contains mainly: red. Hex color #A77E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77E7E is #588181. Grayscale: #8A8A8A. Windows color (decimal): -5800322 or 8289959. OLE color: 8289959.
HSL color Cylindrical-coordinate representation of color #A77E7E: hue angle of 0º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A77E7E is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 126 | 126 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.35 |
| HSL | 0º | 0.19% | 0.57% | - |
| HSV(B) | 0º | 0.25% | 0.65% | - |
| XYZ | 27.16 | 24.64 | 23.06 | - |
| YUV | 138.26 | 121.08 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 126 | 126 | 0 | 0.25 | 0.25 | 0.35 | 0 | 0.19 | 0.57 |
| Hex | A7 | 7E | 7E | 0 | 19 | 19 | 23 | 0 | 13 | 39 |
| Octal | 247 | 176 | 176 | 0 | 31 | 31 | 43 | 0 | 23 | 71 |
| Binary | 10100111 | 1111110 | 1111110 | 0 | 11001 | 11001 | 100011 | 0 | 10011 | 111001 |
Color Harmonies of #A77E7E
Complementary color
Monochromatic Colors of #A77E7E
Black with #A77E7E
Text Example
Text Example
White with #A77E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77E7E; }
p { color: rgb(167,126,126); }
H1.HeaderClassName
{
color: #A77E7E;
}
.AnyTagClassName
{
color: #A77E7E;
}
</style>
background-color css
<style>
a { background-color: #A77E7E; }
a { background-color: rgb(167,126,126); }
div.DivClassName
{
background-color: #A77E7E;
}
.BgClassName
{
background-color: #A77E7E;
}
</style>
border-color css
<style>
span { border-color: #A77E7E; }
span { border-color: rgb(167,126,126); }
td.TdClassName
{
border-color: #A77E7E;
}
.TagClassName
{
border-color: #A77E7E;
}
</style>