#755774

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

Shades of Trendy Pink #755774

Tints of Trendy Pink #755774

Color information

#755774 (or 0x755774) is unknown color: approx Trendy Pink. HEX triplet: 75, 57 and 74. RGB value is (117,87,116). Sum of RGB (Red+Green+Blue) = 117+87+116=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 117 - color contains mainly: red. Hex color #755774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755774 is #8AA88B. Grayscale: #636363. Windows color (decimal): -9087116 or 7624565. OLE color: 7624565.

HSL color Cylindrical-coordinate representation of color #755774: hue angle of 302º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #755774 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB11787116-
CMYK00.260.010.54
HSL302º14.71%40%-
HSV(B)302º25.64%45.88%-
XYZ13.911.8618.08-
YUV99.28137.44140.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.56%
GREEN value IS 87 (34.38% from 255) = 27.19%
BLUE value IS 116 (45.70% from 255) = 36.25%
R=36.56%
G=27.19%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178711600.260.010.5430214.7140
Hex75577401A13612ef28
Octal1651271640321664561750
Binary11101011010111111010001101011101101001011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755774; }

 p { color: rgb(117,87,116); }

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

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

 a { background-color: rgb(117,87,116); }

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

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

 span { border-color: rgb(117,87,116); }

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