#775574

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

Shades of Trendy Pink #775574

Tints of Trendy Pink #775574

Color information

#775574 (or 0x775574) is unknown color: approx Trendy Pink. HEX triplet: 77, 55 and 74. RGB value is (119,85,116). Sum of RGB (Red+Green+Blue) = 119+85+116=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 119 - color contains mainly: red. Hex color #775574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775574 is #88AA8B. Grayscale: #626262. Windows color (decimal): -8956556 or 7624055. OLE color: 7624055.

HSL color Cylindrical-coordinate representation of color #775574: hue angle of 305.29º 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 #775574 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB11985116-
CMYK00.290.030.53
HSL305.29º16.67%40%-
HSV(B)305.29º28.57%46.67%-
XYZ14.0111.6818.04-
YUV98.7137.76142.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.19%
GREEN value IS 85 (33.59% from 255) = 26.56%
BLUE value IS 116 (45.70% from 255) = 36.25%
R=37.19%
G=26.56%
B=36.25%

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
Decimal1198511600.290.030.53305.2916.6740
Hex77557401D3351311128
Octal1671251640353654612150
Binary1110111101010111101000111011111010110011000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775574; }

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

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

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

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

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

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

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

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