#7D5275

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

Shades of Trendy Pink #7D5275

Tints of Trendy Pink #7D5275

Color information

#7D5275 (or 0x7D5275) is unknown color: approx Trendy Pink. HEX triplet: 7D, 52 and 75. RGB value is (125,82,117). Sum of RGB (Red+Green+Blue) = 125+82+117=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5275 is #82AD8A. Grayscale: #626262. Windows color (decimal): -8564107 or 7688829. OLE color: 7688829.

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

Color convert

RGB12582117-
CMYK00.340.060.51
HSL311.16º20.77%40.59%-
HSV(B)311.16º34.4%49.02%-
XYZ14.6911.6818.31-
YUV98.85138.25146.65-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.58%
GREEN value IS 82 (32.42% from 255) = 25.31%
BLUE value IS 117 (46.09% from 255) = 36.11%
R=38.58%
G=25.31%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1258211700.340.060.51311.1620.7740.59
Hex7D52750226331371529
Octal1751221650426634672551
Binary111110110100101110101010001011011001110011011110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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