#765374

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

Shades of Trendy Pink #765374

Tints of Trendy Pink #765374

Color information

#765374 (or 0x765374) is unknown color: approx Trendy Pink. HEX triplet: 76, 53 and 74. RGB value is (118,83,116). Sum of RGB (Red+Green+Blue) = 118+83+116=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #765374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765374 is #89AC8B. Grayscale: #616161. Windows color (decimal): -9022604 or 7623542. OLE color: 7623542.

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

Color convert

RGB11883116-
CMYK00.300.020.54
HSL303.43º17.41%39.41%-
HSV(B)303.43º29.66%46.27%-
XYZ13.7211.317.98-
YUV97.23138.6142.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.22%
GREEN value IS 83 (32.81% from 255) = 26.18%
BLUE value IS 116 (45.70% from 255) = 36.59%
R=37.22%
G=26.18%
B=36.59%

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
Decimal1188311600.300.020.54303.4317.4139.41
Hex76537401E23612f1127
Octal1661231640362664572147
Binary1110110101001111101000111101011011010010111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765374; }

 p { color: rgb(118,83,116); }

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

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

 a { background-color: rgb(118,83,116); }

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

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

 span { border-color: rgb(118,83,116); }

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