#7E527A

Color #7E527A Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #7E527A

Tints of Trendy Pink #7E527A

Color information

#7E527A (or 0x7E527A) is unknown color: approx Trendy Pink. HEX triplet: 7E, 52 and 7A. RGB value is (126,82,122). Sum of RGB (Red+Green+Blue) = 126+82+122=330 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.18% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 126 - color contains mainly: red. Hex color #7E527A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E527A is #81AD85. Grayscale: #636363. Windows color (decimal): -8498566 or 8016510. OLE color: 8016510.

HSL color Cylindrical-coordinate representation of color #7E527A: hue angle of 305.45º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7E527A is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB12682122-
CMYK00.350.030.51
HSL305.45º21.15%40.78%-
HSV(B)305.45º34.92%49.41%-
XYZ15.1311.8819.91-
YUV99.72140.58146.75-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.18%
GREEN value IS 82 (32.42% from 255) = 24.85%
BLUE value IS 122 (48.05% from 255) = 36.97%
R=38.18%
G=24.85%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1268212200.350.030.51305.4521.1540.78
Hex7E527A0233331311529
Octal1761221720433634612551
Binary11111101010010111101001000111111001110011000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E527A; }

 p { color: rgb(126,82,122); }

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

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

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

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

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

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

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