#79647C

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

Shades of Trendy Pink #79647C

Tints of Trendy Pink #79647C

Color information

#79647C (or 0x79647C) is unknown color: approx Trendy Pink. HEX triplet: 79, 64 and 7C. RGB value is (121,100,124). Sum of RGB (Red+Green+Blue) = 121+100+124=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 124 - color contains mainly: blue. Hex color #79647C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79647C is #869B83. Grayscale: #6C6C6C. Windows color (decimal): -8821636 or 8152185. OLE color: 8152185.

HSL color Cylindrical-coordinate representation of color #79647C: hue angle of 292.5º 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 #79647C is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB121100124-
CMYK0.020.1900.51
HSL292.5º10.71%43.92%-
HSV(B)292.5º19.35%48.63%-
XYZ16.0814.6321.05-
YUV109.01136.46136.55-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.07%
GREEN value IS 100 (39.45% from 255) = 28.99%
BLUE value IS 124 (48.83% from 255) = 35.94%
R=35.07%
G=28.99%
B=35.94%

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
Decimal1211001240.020.1900.51292.510.7143.92
Hex79647C213033124b2c
Octal1711441742230634441354
Binary111100111001001111100101001101100111001001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79647C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79647C; }

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

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

<style>
 a { background-color: #79647C; }

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

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

<style>
 span { border-color: #79647C; }

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

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