Shades of Opium #A07F7D
Tints of Opium #A07F7D
RGB
CMYK
RGB Variations
Color information
#A07F7D (or 0xA07F7D) is known color: Opium. HEX triplet: A0, 7F and 7D. RGB value is (160,127,125). Sum of RGB (Red+Green+Blue) = 160+127+125=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07F7D is #5F8082. Grayscale: #888888. Windows color (decimal): -6258819 or 8224672. OLE color: 8224672.
HSL color Cylindrical-coordinate representation of color #A07F7D: hue angle of 3.43º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A07F7D is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 127 | 125 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.37 |
| HSL | 3.43º | 0.16% | 0.56% | - |
| HSV(B) | 3.43º | 0.22% | 0.63% | - |
| XYZ | 25.79 | 24.13 | 22.7 | - |
| YUV | 136.64 | 121.43 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 125 | 0 | 0.21 | 0.22 | 0.37 | 3.43 | 0.16 | 0.56 |
| Hex | A0 | 7F | 7D | 0 | 15 | 16 | 25 | 3 | 10 | 38 |
| Octal | 240 | 177 | 175 | 0 | 25 | 26 | 45 | 3 | 20 | 70 |
| Binary | 10100000 | 1111111 | 1111101 | 0 | 10101 | 10110 | 100101 | 11 | 10000 | 111000 |
Color Harmonies of #A07F7D
Complementary color
Monochromatic Colors of #A07F7D
Black with #A07F7D
Text Example
Text Example
White with #A07F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07F7D; }
p { color: rgb(160,127,125); }
H1.HeaderClassName
{
color: #A07F7D;
}
.AnyTagClassName
{
color: #A07F7D;
}
</style>
background-color css
<style>
a { background-color: #A07F7D; }
a { background-color: rgb(160,127,125); }
div.DivClassName
{
background-color: #A07F7D;
}
.BgClassName
{
background-color: #A07F7D;
}
</style>
border-color css
<style>
span { border-color: #A07F7D; }
span { border-color: rgb(160,127,125); }
td.TdClassName
{
border-color: #A07F7D;
}
.TagClassName
{
border-color: #A07F7D;
}
</style>