#775474

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

Shades of Trendy Pink #775474

Tints of Trendy Pink #775474

Color information

#775474 (or 0x775474) is unknown color: approx Trendy Pink. HEX triplet: 77, 54 and 74. RGB value is (119,84,116). Sum of RGB (Red+Green+Blue) = 119+84+116=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 119 - color contains mainly: red. Hex color #775474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775474 is #88AB8B. Grayscale: #626262. Windows color (decimal): -8956812 or 7623799. OLE color: 7623799.

HSL color Cylindrical-coordinate representation of color #775474: hue angle of 305.14º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #775474 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB11984116-
CMYK00.290.030.53
HSL305.14º17.24%39.8%-
HSV(B)305.14º29.41%46.67%-
XYZ13.9311.5218.01-
YUV98.11138.1142.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.30%
GREEN value IS 84 (33.20% from 255) = 26.33%
BLUE value IS 116 (45.70% from 255) = 36.36%
R=37.30%
G=26.33%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198411600.290.030.53305.1417.2439.8
Hex77547401D3351311128
Octal1671241640353654612150
Binary1110111101010011101000111011111010110011000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775474; }

 p { color: rgb(119,84,116); }

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

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

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

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

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

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

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