#774D76

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

Shades of Trendy Pink #774D76

Tints of Trendy Pink #774D76

Color information

#774D76 (or 0x774D76) is unknown color: approx Trendy Pink. HEX triplet: 77, 4D and 76. RGB value is (119,77,118). Sum of RGB (Red+Green+Blue) = 119+77+118=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 119 - color contains mainly: red. Hex color #774D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D76 is #88B289. Grayscale: #5E5E5E. Windows color (decimal): -8958602 or 7753079. OLE color: 7753079.

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

Color convert

RGB11977118-
CMYK00.350.010.53
HSL301.43º21.43%38.43%-
HSV(B)301.43º35.29%46.67%-
XYZ13.5310.5418.46-
YUV94.23141.41145.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.90%
GREEN value IS 77 (30.47% from 255) = 24.52%
BLUE value IS 118 (46.48% from 255) = 37.58%
R=37.90%
G=24.52%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197711800.350.010.53301.4321.4338.43
Hex774D7602313512d1526
Octal1671151660431654552546
Binary1110111100110111101100100011111010110010110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,77,118); }

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

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

 a { background-color: rgb(119,77,118); }

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

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

 span { border-color: rgb(119,77,118); }

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