#A77EA6

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

Shades of London Hue #A77EA6

Tints of London Hue #A77EA6

Color information

#A77EA6 (or 0xA77EA6) is unknown color: approx London Hue. HEX triplet: A7, 7E and A6. RGB value is (167,126,166). Sum of RGB (Red+Green+Blue) = 167+126+166=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 166 (65.23% from 255 or 36.17% from 459); Max value from RGB is 167 - color contains mainly: red. Hex color #A77EA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77EA6 is #588159. Grayscale: #8E8E8E. Windows color (decimal): -5800282 or 10911399. OLE color: 10911399.

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

Color convert

RGB167126166-
CMYK00.250.010.35
HSL301.46º18.89%57.45%-
HSV(B)301.46º24.55%65.49%-
XYZ30.2825.8939.48-
YUV142.82141.08145.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.38%
GREEN value IS 126 (49.61% from 255) = 27.45%
BLUE value IS 166 (65.23% from 255) = 36.17%
R=36.38%
G=27.45%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712616600.250.010.35301.4618.8957.45
HexA77EA601912312d1339
Octal2471762460311434552371
Binary10100111111111010100110011001110001110010110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77EA6; }

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

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

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

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

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

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

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

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