#7F587D

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

Shades of Trendy Pink #7F587D

Tints of Trendy Pink #7F587D

Color information

#7F587D (or 0x7F587D) is unknown color: approx Trendy Pink. HEX triplet: 7F, 58 and 7D. RGB value is (127,88,125). Sum of RGB (Red+Green+Blue) = 127+88+125=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 127 - color contains mainly: red. Hex color #7F587D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F587D is #80A782. Grayscale: #676767. Windows color (decimal): -8431491 or 8214655. OLE color: 8214655.

HSL color Cylindrical-coordinate representation of color #7F587D: hue angle of 303.08º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7F587D is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB12788125-
CMYK00.310.020.50
HSL303.08º18.14%42.16%-
HSV(B)303.08º30.71%49.8%-
XYZ15.9412.9721.07-
YUV103.88139.92144.49-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.35%
GREEN value IS 88 (34.77% from 255) = 25.88%
BLUE value IS 125 (49.22% from 255) = 36.76%
R=37.35%
G=25.88%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1278812500.310.020.50303.0818.1442.16
Hex7F587D01F23212f122a
Octal1771301750372624572252
Binary1111111101100011111010111111011001010010111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F587D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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