#774C71

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

Shades of Trendy Pink #774C71

Tints of Trendy Pink #774C71

Color information

#774C71 (or 0x774C71) is unknown color: approx Trendy Pink. HEX triplet: 77, 4C and 71. RGB value is (119,76,113). Sum of RGB (Red+Green+Blue) = 119+76+113=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 119 - color contains mainly: red. Hex color #774C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774C71 is #88B38E. Grayscale: #5C5C5C. Windows color (decimal): -8958863 or 7425143. OLE color: 7425143.

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

Color convert

RGB11976113-
CMYK00.360.050.53
HSL308.37º22.05%38.24%-
HSV(B)308.37º36.13%46.67%-
XYZ13.1710.2816.91-
YUV93.07139.25146.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.64%
GREEN value IS 76 (30.08% from 255) = 24.68%
BLUE value IS 113 (44.53% from 255) = 36.69%
R=38.64%
G=24.68%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197611300.360.050.53308.3722.0538.24
Hex774C710245351341626
Octal1671141610445654642646
Binary111011110011001110001010010010111010110011010010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,76,113); }

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

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

 a { background-color: rgb(119,76,113); }

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

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

 span { border-color: rgb(119,76,113); }

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