#A77D7B

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

Shades of Opium #A77D7B

Tints of Opium #A77D7B

Color information

#A77D7B (or 0xA77D7B) is unknown color: approx Opium. HEX triplet: A7, 7D and 7B. RGB value is (167,125,123). Sum of RGB (Red+Green+Blue) = 167+125+123=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 167 - color contains mainly: red. Hex color #A77D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77D7B is #588284. Grayscale: #898989. Windows color (decimal): -5800581 or 8093095. OLE color: 8093095.

HSL color Cylindrical-coordinate representation of color #A77D7B: hue angle of 2.73º 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 #A77D7B is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB167125123-
CMYK00.250.260.35
HSL2.73º20%56.86%-
HSV(B)2.73º26.35%65.49%-
XYZ26.8524.3122.02-
YUV137.33119.91149.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.24%
GREEN value IS 125 (49.22% from 255) = 30.12%
BLUE value IS 123 (48.44% from 255) = 29.64%
R=40.24%
G=30.12%
B=29.64%

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
Decimal16712512300.250.260.352.732056.86
HexA77D7B0191A2331439
Octal247175173031324332471
Binary1010011111111011111011011001110101000111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77D7B; }

 p { color: rgb(167,125,123); }

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

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

 a { background-color: rgb(167,125,123); }

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

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

 span { border-color: rgb(167,125,123); }

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