#755878

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

Shades of Trendy Pink #755878

Tints of Trendy Pink #755878

Color information

#755878 (or 0x755878) is unknown color: approx Trendy Pink. HEX triplet: 75, 58 and 78. RGB value is (117,88,120). Sum of RGB (Red+Green+Blue) = 117+88+120=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 120 - color contains mainly: blue. Hex color #755878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755878 is #8AA787. Grayscale: #646464. Windows color (decimal): -9086856 or 7886965. OLE color: 7886965.

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

Color convert

RGB11788120-
CMYK0.020.2700.53
HSL294.38º15.38%40.78%-
HSV(B)294.38º26.67%47.06%-
XYZ14.2212.1219.36-
YUV100.32139.11139.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36%
GREEN value IS 88 (34.77% from 255) = 27.08%
BLUE value IS 120 (47.27% from 255) = 36.92%
R=36%
G=27.08%
B=36.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117881200.020.2700.53294.3815.3840.78
Hex75587821B035126f29
Octal1651301702330654461751
Binary111010110110001111000101101101101011001001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755878; }

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

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

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

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

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

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

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

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