#774B77

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

Shades of Trendy Pink #774B77

Tints of Trendy Pink #774B77

Color information

#774B77 (or 0x774B77) is unknown color: approx Trendy Pink. HEX triplet: 77, 4B and 77. RGB value is (119,75,119). Sum of RGB (Red+Green+Blue) = 119+75+119=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #774B77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774B77 is #88B488. Grayscale: #5D5D5D. Windows color (decimal): -8959113 or 7818103. OLE color: 7818103.

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

Color convert

RGB11975119-
CMYK00.3700.53
HSL300º22.68%38.04%-
HSV(B)300º36.97%46.67%-
XYZ13.4510.2918.73-
YUV93.17142.58146.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.02%
GREEN value IS 75 (29.69% from 255) = 23.96%
BLUE value IS 119 (46.88% from 255) = 38.02%
R=38.02%
G=23.96%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197511900.3700.5330022.6838.04
Hex774B7702503512c1726
Octal1671131670450654542746
Binary1110111100101111101110100101011010110010110010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,75,119); }

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

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

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

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

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

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

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