#7F587F

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

Shades of Trendy Pink #7F587F

Tints of Trendy Pink #7F587F

Color information

#7F587F (or 0x7F587F) is unknown color: approx Trendy Pink. HEX triplet: 7F, 58 and 7F. RGB value is (127,88,127). Sum of RGB (Red+Green+Blue) = 127+88+127=342 (45% of max value = 765). Red value is 127 (50% from 255 or 37.13% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 127 - color contains mainly: red, blue. Hex color #7F587F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F587F is #80A780. Grayscale: #676767. Windows color (decimal): -8431489 or 8345727. OLE color: 8345727.

HSL color Cylindrical-coordinate representation of color #7F587F: hue angle of 300º 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 #7F587F is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12788127-
CMYK00.3100.50
HSL300º18.14%42.16%-
HSV(B)300º30.71%49.8%-
XYZ16.0713.0221.75-
YUV104.11140.92144.33-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.13%
GREEN value IS 88 (34.77% from 255) = 25.73%
BLUE value IS 127 (50% from 255) = 37.13%
R=37.13%
G=25.73%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1278812700.3100.5030018.1442.16
Hex7F587F01F03212c122a
Octal1771301770370624542252
Binary111111110110001111111011111011001010010110010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F587F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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