#7C557A

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

Shades of Trendy Pink #7C557A

Tints of Trendy Pink #7C557A

Color information

#7C557A (or 0x7C557A) is unknown color: approx Trendy Pink. HEX triplet: 7C, 55 and 7A. RGB value is (124,85,122). Sum of RGB (Red+Green+Blue) = 124+85+122=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 124 - color contains mainly: red. Hex color #7C557A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C557A is #83AA85. Grayscale: #646464. Windows color (decimal): -8628870 or 8017276. OLE color: 8017276.

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

Color convert

RGB12485122-
CMYK00.310.020.51
HSL303.08º18.66%40.98%-
HSV(B)303.08º31.45%48.63%-
XYZ15.0712.1919.97-
YUV100.88139.92144.49-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.46%
GREEN value IS 85 (33.59% from 255) = 25.68%
BLUE value IS 122 (48.05% from 255) = 36.86%
R=37.46%
G=25.68%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1248512200.310.020.51303.0818.6640.98
Hex7C557A01F23312f1329
Octal1741251720372634572351
Binary1111100101010111110100111111011001110010111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,85,122); }

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

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

 a { background-color: rgb(124,85,122); }

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

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

 span { border-color: rgb(124,85,122); }

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