#755478

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

Shades of Trendy Pink #755478

Tints of Trendy Pink #755478

Color information

#755478 (or 0x755478) is unknown color: approx Trendy Pink. HEX triplet: 75, 54 and 78. RGB value is (117,84,120). Sum of RGB (Red+Green+Blue) = 117+84+120=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 120 - color contains mainly: blue. Hex color #755478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755478 is #8AAB87. Grayscale: #616161. Windows color (decimal): -9087880 or 7885941. OLE color: 7885941.

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

Color convert

RGB11784120-
CMYK0.020.300.53
HSL295º17.65%40%-
HSV(B)295º30%47.06%-
XYZ13.911.4819.25-
YUV97.97140.43141.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.45%
GREEN value IS 84 (33.20% from 255) = 26.17%
BLUE value IS 120 (47.27% from 255) = 37.38%
R=36.45%
G=26.17%
B=37.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117841200.020.300.5329517.6540
Hex75547821E0351271228
Octal1651241702360654472250
Binary1110101101010011110001011110011010110010011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755478; }

 p { color: rgb(117,84,120); }

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

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

 a { background-color: rgb(117,84,120); }

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

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

 span { border-color: rgb(117,84,120); }

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