#755179

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

Shades of Trendy Pink #755179

Tints of Trendy Pink #755179

Color information

#755179 (or 0x755179) is unknown color: approx Trendy Pink. HEX triplet: 75, 51 and 79. RGB value is (117,81,121). Sum of RGB (Red+Green+Blue) = 117+81+121=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 121 - color contains mainly: blue. Hex color #755179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755179 is #8AAE86. Grayscale: #606060. Windows color (decimal): -9088647 or 7950709. OLE color: 7950709.

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

Color convert

RGB11781121-
CMYK0.030.3300.53
HSL294º19.8%39.61%-
HSV(B)294º33.06%47.45%-
XYZ13.7311.0519.5-
YUV96.32141.93142.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.68%
GREEN value IS 81 (32.03% from 255) = 25.39%
BLUE value IS 121 (47.66% from 255) = 37.93%
R=36.68%
G=25.39%
B=37.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117811210.030.3300.5329419.839.61
Hex7551793210351261428
Octal1651211713410654462450
Binary11101011010001111100111100001011010110010011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755179; }

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

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

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

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

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

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

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

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