#755279

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

Shades of Trendy Pink #755279

Tints of Trendy Pink #755279

Color information

#755279 (or 0x755279) is unknown color: approx Trendy Pink. HEX triplet: 75, 52 and 79. RGB value is (117,82,121). Sum of RGB (Red+Green+Blue) = 117+82+121=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 121 - color contains mainly: blue. Hex color #755279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755279 is #8AAD86. Grayscale: #606060. Windows color (decimal): -9088391 or 7950965. OLE color: 7950965.

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

Color convert

RGB11782121-
CMYK0.030.3200.53
HSL293.85º19.21%39.8%-
HSV(B)293.85º32.23%47.45%-
XYZ13.811.219.52-
YUV96.91141.6142.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.56%
GREEN value IS 82 (32.42% from 255) = 25.62%
BLUE value IS 121 (47.66% from 255) = 37.81%
R=36.56%
G=25.62%
B=37.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117821210.030.3200.53293.8519.2139.8
Hex7552793200351261328
Octal1651221713400654462350
Binary11101011010010111100111100000011010110010011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755279; }

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

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

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

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

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

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

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

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