#7D5877

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

Shades of Trendy Pink #7D5877

Tints of Trendy Pink #7D5877

Color information

#7D5877 (or 0x7D5877) is unknown color: approx Trendy Pink. HEX triplet: 7D, 58 and 77. RGB value is (125,88,119). Sum of RGB (Red+Green+Blue) = 125+88+119=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5877 is #82A788. Grayscale: #666666. Windows color (decimal): -8562569 or 7821437. OLE color: 7821437.

HSL color Cylindrical-coordinate representation of color #7D5877: hue angle of 309.73º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D5877 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB12588119-
CMYK00.300.050.51
HSL309.73º17.37%41.76%-
HSV(B)309.73º29.6%49.02%-
XYZ15.2812.6719.09-
YUV102.6137.26143.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.65%
GREEN value IS 88 (34.77% from 255) = 26.51%
BLUE value IS 119 (46.88% from 255) = 35.84%
R=37.65%
G=26.51%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1258811900.300.050.51309.7317.3741.76
Hex7D587701E533136112a
Octal1751301670365634662152
Binary11111011011000111011101111010111001110011011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,88,119); }

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

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

 a { background-color: rgb(125,88,119); }

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

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

 span { border-color: rgb(125,88,119); }

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