#A77E7E

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

Shades of Opium #A77E7E

Tints of Opium #A77E7E

Color information

#A77E7E (or 0xA77E7E) is unknown color: approx Opium. HEX triplet: A7, 7E and 7E. RGB value is (167,126,126). Sum of RGB (Red+Green+Blue) = 167+126+126=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 167 - color contains mainly: red. Hex color #A77E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77E7E is #588181. Grayscale: #8A8A8A. Windows color (decimal): -5800322 or 8289959. OLE color: 8289959.

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

Color convert

RGB167126126-
CMYK00.250.250.35
HSL18.89%57.45%-
HSV(B)24.55%65.49%-
XYZ27.1624.6423.06-
YUV138.26121.08148.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.86%
GREEN value IS 126 (49.61% from 255) = 30.07%
BLUE value IS 126 (49.61% from 255) = 30.07%
R=39.86%
G=30.07%
B=30.07%

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
Decimal16712612600.250.250.35018.8957.45
HexA77E7E019192301339
Octal247176176031314302371
Binary101001111111110111111001100111001100011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77E7E; }

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

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

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

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

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

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

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

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