#774E7C

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

Shades of Trendy Pink #774E7C

Tints of Trendy Pink #774E7C

Color information

#774E7C (or 0x774E7C) is unknown color: approx Trendy Pink. HEX triplet: 77, 4E and 7C. RGB value is (119,78,124). Sum of RGB (Red+Green+Blue) = 119+78+124=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 124 - color contains mainly: blue. Hex color #774E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E7C is #88B183. Grayscale: #5F5F5F. Windows color (decimal): -8958340 or 8146551. OLE color: 8146551.

HSL color Cylindrical-coordinate representation of color #774E7C: hue angle of 293.48º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #774E7C is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11978124-
CMYK0.040.3700.51
HSL293.48º22.77%39.61%-
HSV(B)293.48º37.1%48.63%-
XYZ13.9710.8320.42-
YUV95.5144.08144.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.07%
GREEN value IS 78 (30.86% from 255) = 24.30%
BLUE value IS 124 (48.83% from 255) = 38.63%
R=37.07%
G=24.30%
B=38.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119781240.040.3700.51293.4822.7739.61
Hex774E7C4250331251728
Octal1671161744450634452750
Binary111011110011101111100100100101011001110010010110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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