Shades of Opium #AC7F7F
Tints of Opium #AC7F7F
RGB
CMYK
RGB Variations
Color information
#AC7F7F (or 0xAC7F7F) is known color: Opium. HEX triplet: AC, 7F and 7F. RGB value is (172,127,127). Sum of RGB (Red+Green+Blue) = 172+127+127=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7F7F is #538080. Grayscale: #8C8C8C. Windows color (decimal): -5472385 or 8355756. OLE color: 8355756.
HSL color Cylindrical-coordinate representation of color #AC7F7F: hue angle of 0º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC7F7F is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 127 | 127 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.33 |
| HSL | 0º | 0.21% | 0.59% | - |
| HSV(B) | 0º | 0.26% | 0.67% | - |
| XYZ | 28.43 | 25.48 | 23.5 | - |
| YUV | 140.46 | 120.41 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 127 | 127 | 0 | 0.26 | 0.26 | 0.33 | 0 | 0.21 | 0.59 |
| Hex | AC | 7F | 7F | 0 | 1A | 1A | 21 | 0 | 15 | 3B |
| Octal | 254 | 177 | 177 | 0 | 32 | 32 | 41 | 0 | 25 | 73 |
| Binary | 10101100 | 1111111 | 1111111 | 0 | 11010 | 11010 | 100001 | 0 | 10101 | 111011 |
Color Harmonies of #AC7F7F
Complementary color
Monochromatic Colors of #AC7F7F
Black with #AC7F7F
Text Example
Text Example
White with #AC7F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7F7F; }
p { color: rgb(172,127,127); }
H1.HeaderClassName
{
color: #AC7F7F;
}
.AnyTagClassName
{
color: #AC7F7F;
}
</style>
background-color css
<style>
a { background-color: #AC7F7F; }
a { background-color: rgb(172,127,127); }
div.DivClassName
{
background-color: #AC7F7F;
}
.BgClassName
{
background-color: #AC7F7F;
}
</style>
border-color css
<style>
span { border-color: #AC7F7F; }
span { border-color: rgb(172,127,127); }
td.TdClassName
{
border-color: #AC7F7F;
}
.TagClassName
{
border-color: #AC7F7F;
}
</style>