#754F75

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

Shades of Trendy Pink #754F75

Tints of Trendy Pink #754F75

Color information

#754F75 (or 0x754F75) is unknown color: approx Trendy Pink. HEX triplet: 75, 4F and 75. RGB value is (117,79,117). Sum of RGB (Red+Green+Blue) = 117+79+117=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #754F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754F75 is #8AB08A. Grayscale: #5E5E5E. Windows color (decimal): -9089163 or 7688053. OLE color: 7688053.

HSL color Cylindrical-coordinate representation of color #754F75: hue angle of 300º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #754F75 is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11779117-
CMYK00.3200.54
HSL300º19.39%38.43%-
HSV(B)300º32.48%45.88%-
XYZ13.3410.6618.18-
YUV94.69140.59143.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.38%
GREEN value IS 79 (31.25% from 255) = 25.24%
BLUE value IS 117 (46.09% from 255) = 37.38%
R=37.38%
G=25.24%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177911700.3200.5430019.3938.43
Hex754F7502003612c1326
Octal1651171650400664542346
Binary1110101100111111101010100000011011010010110010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754F75; }

 p { color: rgb(117,79,117); }

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

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

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

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

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

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

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