#774D7A

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

Shades of Trendy Pink #774D7A

Tints of Trendy Pink #774D7A

Color information

#774D7A (or 0x774D7A) is unknown color: approx Trendy Pink. HEX triplet: 77, 4D and 7A. RGB value is (119,77,122). Sum of RGB (Red+Green+Blue) = 119+77+122=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 122 - color contains mainly: blue. Hex color #774D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D7A is #88B285. Grayscale: #5E5E5E. Windows color (decimal): -8958598 or 8015223. OLE color: 8015223.

HSL color Cylindrical-coordinate representation of color #774D7A: hue angle of 296º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #774D7A is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11977122-
CMYK0.020.3700.52
HSL296º22.61%39.02%-
HSV(B)296º36.89%47.84%-
XYZ13.7710.6319.74-
YUV94.69143.41145.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.42%
GREEN value IS 77 (30.47% from 255) = 24.21%
BLUE value IS 122 (48.05% from 255) = 38.36%
R=37.42%
G=24.21%
B=38.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119771220.020.3700.5229622.6139.02
Hex774D7A2250341281727
Octal1671151722450644502747
Binary11101111001101111101010100101011010010010100010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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