#755074

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

Shades of Trendy Pink #755074

Tints of Trendy Pink #755074

Color information

#755074 (or 0x755074) is unknown color: approx Trendy Pink. HEX triplet: 75, 50 and 74. RGB value is (117,80,116). Sum of RGB (Red+Green+Blue) = 117+80+116=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #755074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755074 is #8AAF8B. Grayscale: #5F5F5F. Windows color (decimal): -9088908 or 7622773. OLE color: 7622773.

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

Color convert

RGB11780116-
CMYK00.320.010.54
HSL301.62º18.78%38.63%-
HSV(B)301.62º31.62%45.88%-
XYZ13.3610.7817.9-
YUV95.17139.76143.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.38%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 116 (45.70% from 255) = 37.06%
R=37.38%
G=25.56%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178011600.320.010.54301.6218.7838.63
Hex75507402013612e1327
Octal1651201640401664562347
Binary1110101101000011101000100000111011010010111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755074; }

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

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

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

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

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

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

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

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