#774D75

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

Shades of Trendy Pink #774D75

Tints of Trendy Pink #774D75

Color information

#774D75 (or 0x774D75) is unknown color: approx Trendy Pink. HEX triplet: 77, 4D and 75. RGB value is (119,77,117). Sum of RGB (Red+Green+Blue) = 119+77+117=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 119 - color contains mainly: red. Hex color #774D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D75 is #88B28A. Grayscale: #5E5E5E. Windows color (decimal): -8958603 or 7687543. OLE color: 7687543.

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

Color convert

RGB11977117-
CMYK00.350.020.53
HSL302.86º21.43%38.43%-
HSV(B)302.86º35.29%46.67%-
XYZ13.4710.5118.15-
YUV94.12140.91145.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.02%
GREEN value IS 77 (30.47% from 255) = 24.60%
BLUE value IS 117 (46.09% from 255) = 37.38%
R=38.02%
G=24.60%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197711700.350.020.53302.8621.4338.43
Hex774D7502323512f1526
Octal1671151650432654572546
Binary11101111001101111010101000111011010110010111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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