#7A647C

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

Shades of Trendy Pink #7A647C

Tints of Trendy Pink #7A647C

Color information

#7A647C (or 0x7A647C) is unknown color: approx Trendy Pink. HEX triplet: 7A, 64 and 7C. RGB value is (122,100,124). Sum of RGB (Red+Green+Blue) = 122+100+124=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A647C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A647C is #859B83. Grayscale: #6D6D6D. Windows color (decimal): -8756100 or 8152186. OLE color: 8152186.

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

Color convert

RGB122100124-
CMYK0.020.1900.51
HSL295º10.71%43.92%-
HSV(B)295º19.35%48.63%-
XYZ16.2214.7121.05-
YUV109.31136.29137.05-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.26%
GREEN value IS 100 (39.45% from 255) = 28.90%
BLUE value IS 124 (48.83% from 255) = 35.84%
R=35.26%
G=28.90%
B=35.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1221001240.020.1900.5129510.7143.92
Hex7A647C213033127b2c
Octal1721441742230634471354
Binary111101011001001111100101001101100111001001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A647C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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