#755274

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

Shades of Trendy Pink #755274

Tints of Trendy Pink #755274

Color information

#755274 (or 0x755274) is unknown color: approx Trendy Pink. HEX triplet: 75, 52 and 74. RGB value is (117,82,116). Sum of RGB (Red+Green+Blue) = 117+82+116=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #755274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755274 is #8AAD8B. Grayscale: #606060. Windows color (decimal): -9088396 or 7623285. OLE color: 7623285.

HSL color Cylindrical-coordinate representation of color #755274: hue angle of 301.71º 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 #755274 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB11782116-
CMYK00.300.010.54
HSL301.71º17.59%39.02%-
HSV(B)301.71º29.91%45.88%-
XYZ13.5111.0817.95-
YUV96.34139.1142.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.14%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 116 (45.70% from 255) = 36.83%
R=37.14%
G=26.03%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178211600.300.010.54301.7117.5939.02
Hex75527401E13612e1227
Octal1651221640361664562247
Binary111010110100101110100011110111011010010111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755274; }

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

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

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

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

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

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

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

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