#7F5272

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

Shades of Trendy Pink #7F5272

Tints of Trendy Pink #7F5272

Color information

#7F5272 (or 0x7F5272) is unknown color: approx Trendy Pink. HEX triplet: 7F, 52 and 72. RGB value is (127,82,114). Sum of RGB (Red+Green+Blue) = 127+82+114=323 (42% of max value = 765). Red value is 127 (50% from 255 or 39.32% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5272 is #80AD8D. Grayscale: #636363. Windows color (decimal): -8433038 or 7492223. OLE color: 7492223.

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

Color convert

RGB12782114-
CMYK00.350.100.50
HSL317.33º21.53%40.98%-
HSV(B)317.33º35.43%49.8%-
XYZ14.8111.7617.41-
YUV99.1136.41147.9-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.32%
GREEN value IS 82 (32.42% from 255) = 25.39%
BLUE value IS 114 (44.92% from 255) = 35.29%
R=39.32%
G=25.39%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1278211400.350.100.50317.3321.5340.98
Hex7F5272023A3213d1629
Octal17712216204312624752651
Binary1111111101001011100100100011101011001010011110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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