#755176

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

Shades of Trendy Pink #755176

Tints of Trendy Pink #755176

Color information

#755176 (or 0x755176) is unknown color: approx Trendy Pink. HEX triplet: 75, 51 and 76. RGB value is (117,81,118). Sum of RGB (Red+Green+Blue) = 117+81+118=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 118 - color contains mainly: blue. Hex color #755176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755176 is #8AAE89. Grayscale: #5F5F5F. Windows color (decimal): -9088650 or 7754101. OLE color: 7754101.

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

Color convert

RGB11781118-
CMYK0.010.3100.54
HSL298.38º18.59%39.02%-
HSV(B)298.38º31.36%46.27%-
XYZ13.5510.9718.54-
YUV95.98140.43142.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.03%
GREEN value IS 81 (32.03% from 255) = 25.63%
BLUE value IS 118 (46.48% from 255) = 37.34%
R=37.03%
G=25.63%
B=37.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117811180.010.3100.54298.3818.5939.02
Hex75517611F03612a1327
Octal1651211661370664522347
Binary111010110100011110110111111011011010010101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755176; }

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

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

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

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

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

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

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

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