#755979

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

Shades of Trendy Pink #755979

Tints of Trendy Pink #755979

Color information

#755979 (or 0x755979) is unknown color: approx Trendy Pink. HEX triplet: 75, 59 and 79. RGB value is (117,89,121). Sum of RGB (Red+Green+Blue) = 117+89+121=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 121 - color contains mainly: blue. Hex color #755979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755979 is #8AA686. Grayscale: #646464. Windows color (decimal): -9086599 or 7952757. OLE color: 7952757.

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

Color convert

RGB11789121-
CMYK0.030.2600.53
HSL292.5º15.24%41.18%-
HSV(B)292.5º26.45%47.45%-
XYZ14.3612.3119.71-
YUV101.02139.28139.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.78%
GREEN value IS 89 (35.16% from 255) = 27.22%
BLUE value IS 121 (47.66% from 255) = 37.00%
R=35.78%
G=27.22%
B=37.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117891210.030.2600.53292.515.2441.18
Hex75597931A035124f29
Octal1651311713320654441751
Binary111010110110011111001111101001101011001001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755979; }

 p { color: rgb(117,89,121); }

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

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

 a { background-color: rgb(117,89,121); }

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

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

 span { border-color: rgb(117,89,121); }

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