#774F75

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

Shades of Trendy Pink #774F75

Tints of Trendy Pink #774F75

Color information

#774F75 (or 0x774F75) is unknown color: approx Trendy Pink. HEX triplet: 77, 4F and 75. RGB value is (119,79,117). Sum of RGB (Red+Green+Blue) = 119+79+117=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 119 - color contains mainly: red. Hex color #774F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774F75 is #88B08A. Grayscale: #5F5F5F. Windows color (decimal): -8958091 or 7688055. OLE color: 7688055.

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

Color convert

RGB11979117-
CMYK00.340.020.53
HSL303º20.2%38.82%-
HSV(B)303º33.61%46.67%-
XYZ13.6110.818.2-
YUV95.29140.25144.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.78%
GREEN value IS 79 (31.25% from 255) = 25.08%
BLUE value IS 117 (46.09% from 255) = 37.14%
R=37.78%
G=25.08%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197911700.340.020.5330320.238.82
Hex774F7502223512f1427
Octal1671171650422654572447
Binary11101111001111111010101000101011010110010111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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