#755078

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

Shades of Trendy Pink #755078

Tints of Trendy Pink #755078

Color information

#755078 (or 0x755078) is unknown color: approx Trendy Pink. HEX triplet: 75, 50 and 78. RGB value is (117,80,120). Sum of RGB (Red+Green+Blue) = 117+80+120=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 120 - color contains mainly: blue. Hex color #755078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755078 is #8AAF87. Grayscale: #5F5F5F. Windows color (decimal): -9088904 or 7884917. OLE color: 7884917.

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

Color convert

RGB11780120-
CMYK0.020.3300.53
HSL295.5º20%39.22%-
HSV(B)295.5º33.33%47.06%-
XYZ13.5910.8819.15-
YUV95.62141.76143.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 80 (31.64% from 255) = 25.24%
BLUE value IS 120 (47.27% from 255) = 37.85%
R=36.91%
G=25.24%
B=37.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117801200.020.3300.53295.52039.22
Hex7550782210351281427
Octal1651201702410654502447
Binary11101011010000111100010100001011010110010100010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755078; }

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

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

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

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

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

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

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

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