#755174

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

Shades of Trendy Pink #755174

Tints of Trendy Pink #755174

Color information

#755174 (or 0x755174) is unknown color: approx Trendy Pink. HEX triplet: 75, 51 and 74. RGB value is (117,81,116). Sum of RGB (Red+Green+Blue) = 117+81+116=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #755174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755174 is #8AAE8B. Grayscale: #5F5F5F. Windows color (decimal): -9088652 or 7623029. OLE color: 7623029.

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

Color convert

RGB11781116-
CMYK00.310.010.54
HSL301.67º18.18%38.82%-
HSV(B)301.67º30.77%45.88%-
XYZ13.4310.9317.92-
YUV95.75139.43143.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 81 (32.03% from 255) = 25.80%
BLUE value IS 116 (45.70% from 255) = 36.94%
R=37.26%
G=25.80%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178111600.310.010.54301.6718.1838.82
Hex75517401F13612e1227
Octal1651211640371664562247
Binary111010110100011110100011111111011010010111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755174; }

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

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

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

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

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

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

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

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