#755273

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

Shades of Trendy Pink #755273

Tints of Trendy Pink #755273

Color information

#755273 (or 0x755273) is unknown color: approx Trendy Pink. HEX triplet: 75, 52 and 73. RGB value is (117,82,115). Sum of RGB (Red+Green+Blue) = 117+82+115=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #755273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755273 is #8AAD8C. Grayscale: #606060. Windows color (decimal): -9088397 or 7557749. OLE color: 7557749.

HSL color Cylindrical-coordinate representation of color #755273: hue angle of 303.43º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #755273 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB11782115-
CMYK00.300.020.54
HSL303.43º17.59%39.02%-
HSV(B)303.43º29.91%45.88%-
XYZ13.4511.0517.64-
YUV96.23138.6142.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 115 (45.31% from 255) = 36.62%
R=37.26%
G=26.11%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178211500.300.020.54303.4317.5939.02
Hex75527301E23612f1227
Octal1651221630362664572247
Binary1110101101001011100110111101011011010010111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755273; }

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

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

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

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

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

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

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

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