#7F597E

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

Shades of Trendy Pink #7F597E

Tints of Trendy Pink #7F597E

Color information

#7F597E (or 0x7F597E) is unknown color: approx Trendy Pink. HEX triplet: 7F, 59 and 7E. RGB value is (127,89,126). Sum of RGB (Red+Green+Blue) = 127+89+126=342 (45% of max value = 765). Red value is 127 (50% from 255 or 37.13% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 127 - color contains mainly: red. Hex color #7F597E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F597E is #80A681. Grayscale: #686868. Windows color (decimal): -8431234 or 8280447. OLE color: 8280447.

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

Color convert

RGB12789126-
CMYK00.300.010.50
HSL301.58º17.59%42.35%-
HSV(B)301.58º29.92%49.8%-
XYZ16.0913.1621.43-
YUV104.58140.09143.99-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.13%
GREEN value IS 89 (35.16% from 255) = 26.02%
BLUE value IS 126 (49.61% from 255) = 36.84%
R=37.13%
G=26.02%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1278912600.300.010.50301.5817.5942.35
Hex7F597E01E13212e122a
Octal1771311760361624562252
Binary111111110110011111110011110111001010010111010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F597E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,89,126); }

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

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

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

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

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

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

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