#774E79

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

Shades of Trendy Pink #774E79

Tints of Trendy Pink #774E79

Color information

#774E79 (or 0x774E79) is unknown color: approx Trendy Pink. HEX triplet: 77, 4E and 79. RGB value is (119,78,121). Sum of RGB (Red+Green+Blue) = 119+78+121=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 121 - color contains mainly: blue. Hex color #774E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E79 is #88B186. Grayscale: #5F5F5F. Windows color (decimal): -8958343 or 7949943. OLE color: 7949943.

HSL color Cylindrical-coordinate representation of color #774E79: hue angle of 297.21º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #774E79 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11978121-
CMYK0.020.3600.53
HSL297.21º21.61%39.02%-
HSV(B)297.21º35.54%47.45%-
XYZ13.7810.7519.44-
YUV95.16142.58145-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.42%
GREEN value IS 78 (30.86% from 255) = 24.53%
BLUE value IS 121 (47.66% from 255) = 38.05%
R=37.42%
G=24.53%
B=38.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119781210.020.3600.53297.2121.6139.02
Hex774E792240351291627
Octal1671161712440654512647
Binary11101111001110111100110100100011010110010100110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774E79; }

 p { color: rgb(119,78,121); }

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

<style>
 a { background-color: #774E79; }

 a { background-color: rgb(119,78,121); }

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

<style>
 span { border-color: #774E79; }

 span { border-color: rgb(119,78,121); }

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