#745172

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

Shades of Trendy Pink #745172

Tints of Trendy Pink #745172

Color information

#745172 (or 0x745172) is unknown color: approx Trendy Pink. HEX triplet: 74, 51 and 72. RGB value is (116,81,114). Sum of RGB (Red+Green+Blue) = 116+81+114=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 116 - color contains mainly: red. Hex color #745172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745172 is #8BAE8D. Grayscale: #5F5F5F. Windows color (decimal): -9154190 or 7491956. OLE color: 7491956.

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

Color convert

RGB11681114-
CMYK00.300.020.55
HSL303.43º17.77%38.63%-
HSV(B)303.43º30.17%45.49%-
XYZ13.1810.8117.31-
YUV95.23138.6142.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.30%
GREEN value IS 81 (32.03% from 255) = 26.05%
BLUE value IS 114 (44.92% from 255) = 36.66%
R=37.30%
G=26.05%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168111400.300.020.55303.4317.7738.63
Hex74517201E23712f1227
Octal1641211620362674572247
Binary1110100101000111100100111101011011110010111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745172; }

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

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

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

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

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

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

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

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