#765373

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

Shades of Trendy Pink #765373

Tints of Trendy Pink #765373

Color information

#765373 (or 0x765373) is unknown color: approx Trendy Pink. HEX triplet: 76, 53 and 73. RGB value is (118,83,115). Sum of RGB (Red+Green+Blue) = 118+83+115=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #765373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765373 is #89AC8C. Grayscale: #616161. Windows color (decimal): -9022605 or 7558006. OLE color: 7558006.

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

Color convert

RGB11883115-
CMYK00.300.030.54
HSL305.14º17.41%39.41%-
HSV(B)305.14º29.66%46.27%-
XYZ13.6611.2817.68-
YUV97.11138.1142.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.34%
GREEN value IS 83 (32.81% from 255) = 26.27%
BLUE value IS 115 (45.31% from 255) = 36.39%
R=37.34%
G=26.27%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188311500.300.030.54305.1417.4139.41
Hex76537301E3361311127
Octal1661231630363664612147
Binary1110110101001111100110111101111011010011000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765373; }

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

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

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

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

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

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

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

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