#A77E7C

Color #A77E7C Opium (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Opium #A77E7C

Tints of Opium #A77E7C

Color information

#A77E7C (or 0xA77E7C) is unknown color: approx Opium. HEX triplet: A7, 7E and 7C. RGB value is (167,126,124). Sum of RGB (Red+Green+Blue) = 167+126+124=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 167 - color contains mainly: red. Hex color #A77E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77E7C is #588183. Grayscale: #8A8A8A. Windows color (decimal): -5800324 or 8158887. OLE color: 8158887.

HSL color Cylindrical-coordinate representation of color #A77E7C: hue angle of 2.79º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A77E7C is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB167126124-
CMYK00.250.260.35
HSL2.79º19.63%57.06%-
HSV(B)2.79º25.75%65.49%-
XYZ27.0424.5922.39-
YUV138.03120.08148.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 40.05%
GREEN value IS 126 (49.61% from 255) = 30.22%
BLUE value IS 124 (48.83% from 255) = 29.74%
R=40.05%
G=30.22%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712612400.250.260.352.7919.6357.06
HexA77E7C0191A2331439
Octal247176174031324332471
Binary1010011111111101111100011001110101000111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77E7C; }

 p { color: rgb(167,126,124); }

 H1.HeaderClassName
 {
   color: #A77E7C;
 }
 .AnyTagClassName
 {
   color: #A77E7C;
 }
</style>
background-color css

<style>
 a { background-color: #A77E7C; }

 a { background-color: rgb(167,126,124); }

 div.DivClassName
 {
   background-color: #A77E7C;
 }
 .BgClassName
 {
   background-color: #A77E7C;
 }
</style>
border-color css

<style>
 span { border-color: #A77E7C; }

 span { border-color: rgb(167,126,124); }

 td.TdClassName
 {
   border-color: #A77E7C;
 }
 .TagClassName
 {
   border-color: #A77E7C;
 }
</style>