#774E73

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

Shades of Trendy Pink #774E73

Tints of Trendy Pink #774E73

Color information

#774E73 (or 0x774E73) is unknown color: approx Trendy Pink. HEX triplet: 77, 4E and 73. RGB value is (119,78,115). Sum of RGB (Red+Green+Blue) = 119+78+115=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 119 - color contains mainly: red. Hex color #774E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E73 is #88B18C. Grayscale: #5E5E5E. Windows color (decimal): -8958349 or 7556727. OLE color: 7556727.

HSL color Cylindrical-coordinate representation of color #774E73: hue angle of 305.85º 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 #774E73 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB11978115-
CMYK00.340.030.53
HSL305.85º20.81%38.63%-
HSV(B)305.85º34.45%46.67%-
XYZ13.4310.6117.56-
YUV94.48139.58145.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.14%
GREEN value IS 78 (30.86% from 255) = 25%
BLUE value IS 115 (45.31% from 255) = 36.86%
R=38.14%
G=25%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197811500.340.030.53305.8520.8138.63
Hex774E730223351321527
Octal1671161630423654622547
Binary11101111001110111001101000101111010110011001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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