#7E627F

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

Shades of Trendy Pink #7E627F

Tints of Trendy Pink #7E627F

Color information

#7E627F (or 0x7E627F) is unknown color: approx Trendy Pink. HEX triplet: 7E, 62 and 7F. RGB value is (126,98,127). Sum of RGB (Red+Green+Blue) = 126+98+127=351 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.90% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 127 - color contains mainly: blue. Hex color #7E627F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E627F is #819D80. Grayscale: #6D6D6D. Windows color (decimal): -8494465 or 8348286. OLE color: 8348286.

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

Color convert

RGB12698127-
CMYK0.010.2300.50
HSL297.93º12.89%44.12%-
HSV(B)297.93º22.83%49.8%-
XYZ16.814.722.03-
YUV109.68137.78139.64-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.90%
GREEN value IS 98 (38.67% from 255) = 27.92%
BLUE value IS 127 (50% from 255) = 36.18%
R=35.90%
G=27.92%
B=36.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal126981270.010.2300.50297.9312.8944.12
Hex7E627F11703212ad2c
Octal1761421771270624521554
Binary11111101100010111111111011101100101001010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E627F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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