#7F527D

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

Shades of Trendy Pink #7F527D

Tints of Trendy Pink #7F527D

Color information

#7F527D (or 0x7F527D) is unknown color: approx Trendy Pink. HEX triplet: 7F, 52 and 7D. RGB value is (127,82,125). Sum of RGB (Red+Green+Blue) = 127+82+125=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 127 - color contains mainly: red. Hex color #7F527D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F527D is #80AD82. Grayscale: #646464. Windows color (decimal): -8433027 or 8213119. OLE color: 8213119.

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

Color convert

RGB12782125-
CMYK00.350.020.50
HSL302.67º21.53%40.98%-
HSV(B)302.67º35.43%49.8%-
XYZ15.4712.0320.91-
YUV100.36141.91147-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.02%
GREEN value IS 82 (32.42% from 255) = 24.55%
BLUE value IS 125 (49.22% from 255) = 37.43%
R=38.02%
G=24.55%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1278212500.350.020.50302.6721.5340.98
Hex7F527D02323212f1629
Octal1771221750432624572651
Binary11111111010010111110101000111011001010010111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F527D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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