#7C5176

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

Shades of Trendy Pink #7C5176

Tints of Trendy Pink #7C5176

Color information

#7C5176 (or 0x7C5176) is unknown color: approx Trendy Pink. HEX triplet: 7C, 51 and 76. RGB value is (124,81,118). Sum of RGB (Red+Green+Blue) = 124+81+118=323 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.39% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5176 is #83AE89. Grayscale: #616161. Windows color (decimal): -8629898 or 7754108. OLE color: 7754108.

HSL color Cylindrical-coordinate representation of color #7C5176: hue angle of 308.37º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C5176 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB12481118-
CMYK00.350.050.51
HSL308.37º20.98%40.2%-
HSV(B)308.37º34.68%48.63%-
XYZ14.5211.4818.59-
YUV98.07139.25146.49-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.39%
GREEN value IS 81 (32.03% from 255) = 25.08%
BLUE value IS 118 (46.48% from 255) = 36.53%
R=38.39%
G=25.08%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1248111800.350.050.51308.3720.9840.2
Hex7C51760235331341528
Octal1741211660435634642550
Binary111110010100011110110010001110111001110011010010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,81,118); }

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

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

 a { background-color: rgb(124,81,118); }

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

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

 span { border-color: rgb(124,81,118); }

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