#774E72

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

Shades of Trendy Pink #774E72

Tints of Trendy Pink #774E72

Color information

#774E72 (or 0x774E72) is unknown color: approx Trendy Pink. HEX triplet: 77, 4E and 72. RGB value is (119,78,114). Sum of RGB (Red+Green+Blue) = 119+78+114=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 119 - color contains mainly: red. Hex color #774E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E72 is #88B18D. Grayscale: #5E5E5E. Windows color (decimal): -8958350 or 7491191. OLE color: 7491191.

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

Color convert

RGB11978114-
CMYK00.340.040.53
HSL307.32º20.81%38.63%-
HSV(B)307.32º34.45%46.67%-
XYZ13.3710.5917.26-
YUV94.36139.08145.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.26%
GREEN value IS 78 (30.86% from 255) = 25.08%
BLUE value IS 114 (44.92% from 255) = 36.66%
R=38.26%
G=25.08%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197811400.340.040.53307.3220.8138.63
Hex774E720224351331527
Octal1671161620424654632547
Binary111011110011101110010010001010011010110011001110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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