#755172

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

Shades of Trendy Pink #755172

Tints of Trendy Pink #755172

Color information

#755172 (or 0x755172) is unknown color: approx Trendy Pink. HEX triplet: 75, 51 and 72. RGB value is (117,81,114). Sum of RGB (Red+Green+Blue) = 117+81+114=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 117 - color contains mainly: red. Hex color #755172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755172 is #8AAE8D. Grayscale: #5F5F5F. Windows color (decimal): -9088654 or 7491957. OLE color: 7491957.

HSL color Cylindrical-coordinate representation of color #755172: hue angle of 305º degrees, saturation: 0.18, 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 #755172 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11781114-
CMYK00.310.030.54
HSL305º18.18%38.82%-
HSV(B)305º30.77%45.88%-
XYZ13.3210.8817.32-
YUV95.53138.43143.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.5%
GREEN value IS 81 (32.03% from 255) = 25.96%
BLUE value IS 114 (44.92% from 255) = 36.54%
R=37.5%
G=25.96%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178111400.310.030.5430518.1838.82
Hex75517201F3361311227
Octal1651211620373664612247
Binary1110101101000111100100111111111011010011000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755172; }

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

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

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

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

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

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

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

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