#7D557B

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

Shades of Trendy Pink #7D557B

Tints of Trendy Pink #7D557B

Color information

#7D557B (or 0x7D557B) is unknown color: approx Trendy Pink. HEX triplet: 7D, 55 and 7B. RGB value is (125,85,123). Sum of RGB (Red+Green+Blue) = 125+85+123=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 125 - color contains mainly: red. Hex color #7D557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D557B is #82AA84. Grayscale: #656565. Windows color (decimal): -8563333 or 8082813. OLE color: 8082813.

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

Color convert

RGB12585123-
CMYK00.320.020.51
HSL303º19.05%41.18%-
HSV(B)303º32%49.02%-
XYZ15.2812.2920.31-
YUV101.29140.25144.91-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.54%
GREEN value IS 85 (33.59% from 255) = 25.53%
BLUE value IS 123 (48.44% from 255) = 36.94%
R=37.54%
G=25.53%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1258512300.320.020.5130319.0541.18
Hex7D557B02023312f1329
Octal1751251730402634572351
Binary11111011010101111101101000001011001110010111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,85,123); }

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

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

 a { background-color: rgb(125,85,123); }

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

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

 span { border-color: rgb(125,85,123); }

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