#7F527A

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

Shades of Trendy Pink #7F527A

Tints of Trendy Pink #7F527A

Color information

#7F527A (or 0x7F527A) is unknown color: approx Trendy Pink. HEX triplet: 7F, 52 and 7A. RGB value is (127,82,122). Sum of RGB (Red+Green+Blue) = 127+82+122=331 (43% of max value = 765). Red value is 127 (50% from 255 or 38.37% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 127 - color contains mainly: red. Hex color #7F527A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F527A is #80AD85. Grayscale: #636363. Windows color (decimal): -8433030 or 8016511. OLE color: 8016511.

HSL color Cylindrical-coordinate representation of color #7F527A: hue angle of 306.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7F527A is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB12782122-
CMYK00.350.040.50
HSL306.67º21.53%40.98%-
HSV(B)306.67º35.43%49.8%-
XYZ15.2811.9519.91-
YUV100.02140.41147.25-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.37%
GREEN value IS 82 (32.42% from 255) = 24.77%
BLUE value IS 122 (48.05% from 255) = 36.86%
R=38.37%
G=24.77%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1278212200.350.040.50306.6721.5340.98
Hex7F527A0234321331629
Octal1771221720434624632651
Binary111111110100101111010010001110011001010011001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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