#7F557E

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

Shades of Trendy Pink #7F557E

Tints of Trendy Pink #7F557E

Color information

#7F557E (or 0x7F557E) is unknown color: approx Trendy Pink. HEX triplet: 7F, 55 and 7E. RGB value is (127,85,126). Sum of RGB (Red+Green+Blue) = 127+85+126=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 127 - color contains mainly: red. Hex color #7F557E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F557E is #80AA81. Grayscale: #666666. Windows color (decimal): -8432258 or 8279423. OLE color: 8279423.

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

Color convert

RGB12785126-
CMYK00.330.010.50
HSL301.43º19.81%41.57%-
HSV(B)301.43º33.07%49.8%-
XYZ15.7712.5221.32-
YUV102.23141.41145.67-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.57%
GREEN value IS 85 (33.59% from 255) = 25.15%
BLUE value IS 126 (49.61% from 255) = 37.28%
R=37.57%
G=25.15%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1278512600.330.010.50301.4319.8141.57
Hex7F557E02113212d142a
Octal1771251760411624552452
Binary1111111101010111111100100001111001010010110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F557E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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