#A77D7D

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

Shades of Opium #A77D7D

Tints of Opium #A77D7D

Color information

#A77D7D (or 0xA77D7D) is unknown color: approx Opium. HEX triplet: A7, 7D and 7D. RGB value is (167,125,125). Sum of RGB (Red+Green+Blue) = 167+125+125=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 167 - color contains mainly: red. Hex color #A77D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77D7D is #588282. Grayscale: #898989. Windows color (decimal): -5800579 or 8224167. OLE color: 8224167.

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

Color convert

RGB167125125-
CMYK00.250.250.35
HSL19.27%57.25%-
HSV(B)25.15%65.49%-
XYZ26.9724.3622.68-
YUV137.56120.91149-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.05%
GREEN value IS 125 (49.22% from 255) = 29.98%
BLUE value IS 125 (49.22% from 255) = 29.98%
R=40.05%
G=29.98%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712512500.250.250.35019.2757.25
HexA77D7D019192301339
Octal247175175031314302371
Binary101001111111101111110101100111001100011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77D7D; }

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

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

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

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

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

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

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

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