#774E75

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

Shades of Trendy Pink #774E75

Tints of Trendy Pink #774E75

Color information

#774E75 (or 0x774E75) is unknown color: approx Trendy Pink. HEX triplet: 77, 4E and 75. RGB value is (119,78,117). Sum of RGB (Red+Green+Blue) = 119+78+117=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 119 - color contains mainly: red. Hex color #774E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E75 is #88B18A. Grayscale: #5E5E5E. Windows color (decimal): -8958347 or 7687799. OLE color: 7687799.

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

Color convert

RGB11978117-
CMYK00.340.020.53
HSL302.93º20.81%38.63%-
HSV(B)302.93º34.45%46.67%-
XYZ13.5410.6618.17-
YUV94.7140.58145.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.90%
GREEN value IS 78 (30.86% from 255) = 24.84%
BLUE value IS 117 (46.09% from 255) = 37.26%
R=37.90%
G=24.84%
B=37.26%

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
Decimal1197811700.340.020.53302.9320.8138.63
Hex774E7502223512f1527
Octal1671161650422654572547
Binary11101111001110111010101000101011010110010111110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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