#7C617E

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

Shades of Trendy Pink #7C617E

Tints of Trendy Pink #7C617E

Color information

#7C617E (or 0x7C617E) is unknown color: approx Trendy Pink. HEX triplet: 7C, 61 and 7E. RGB value is (124,97,126). Sum of RGB (Red+Green+Blue) = 124+97+126=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 126 - color contains mainly: blue. Hex color #7C617E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C617E is #839E81. Grayscale: #6C6C6C. Windows color (decimal): -8625794 or 8282492. OLE color: 8282492.

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

Color convert

RGB12497126-
CMYK0.020.2300.51
HSL295.86º13%43.73%-
HSV(B)295.86º23.02%49.41%-
XYZ16.3514.3421.64-
YUV108.38137.95139.14-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.73%
GREEN value IS 97 (38.28% from 255) = 27.95%
BLUE value IS 126 (49.61% from 255) = 36.31%
R=35.73%
G=27.95%
B=36.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124971260.020.2300.51295.861343.73
Hex7C617E217033128d2c
Octal1741411762270634501554
Binary111110011000011111110101011101100111001010001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C617E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,97,126); }

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

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

 a { background-color: rgb(124,97,126); }

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

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

 span { border-color: rgb(124,97,126); }

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