#7D527A

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

Shades of Trendy Pink #7D527A

Tints of Trendy Pink #7D527A

Color information

#7D527A (or 0x7D527A) is unknown color: approx Trendy Pink. HEX triplet: 7D, 52 and 7A. RGB value is (125,82,122). Sum of RGB (Red+Green+Blue) = 125+82+122=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 125 - color contains mainly: red. Hex color #7D527A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D527A is #82AD85. Grayscale: #636363. Windows color (decimal): -8564102 or 8016509. OLE color: 8016509.

HSL color Cylindrical-coordinate representation of color #7D527A: hue angle of 304.19º 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 #7D527A is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB12582122-
CMYK00.340.020.51
HSL304.19º20.77%40.59%-
HSV(B)304.19º34.4%49.02%-
XYZ14.9911.819.9-
YUV99.42140.75146.25-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.99%
GREEN value IS 82 (32.42% from 255) = 24.92%
BLUE value IS 122 (48.05% from 255) = 37.08%
R=37.99%
G=24.92%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1258212200.340.020.51304.1920.7740.59
Hex7D527A0222331301529
Octal1751221720422634602551
Binary11111011010010111101001000101011001110011000010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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