#755378

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

Shades of Trendy Pink #755378

Tints of Trendy Pink #755378

Color information

#755378 (or 0x755378) is unknown color: approx Trendy Pink. HEX triplet: 75, 53 and 78. RGB value is (117,83,120). Sum of RGB (Red+Green+Blue) = 117+83+120=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 120 - color contains mainly: blue. Hex color #755378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755378 is #8AAC87. Grayscale: #616161. Windows color (decimal): -9088136 or 7885685. OLE color: 7885685.

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

Color convert

RGB11783120-
CMYK0.020.3100.53
HSL295.14º18.23%39.8%-
HSV(B)295.14º30.83%47.06%-
XYZ13.8211.3219.23-
YUV97.38140.76141.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.56%
GREEN value IS 83 (32.81% from 255) = 25.94%
BLUE value IS 120 (47.27% from 255) = 37.5%
R=36.56%
G=25.94%
B=37.5%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117831200.020.3100.53295.1418.2339.8
Hex75537821F0351271228
Octal1651231702370654472250
Binary1110101101001111110001011111011010110010011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755378; }

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

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

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

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

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

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

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

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