#765473

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

Shades of Trendy Pink #765473

Tints of Trendy Pink #765473

Color information

#765473 (or 0x765473) is unknown color: approx Trendy Pink. HEX triplet: 76, 54 and 73. RGB value is (118,84,115). Sum of RGB (Red+Green+Blue) = 118+84+115=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #765473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765473 is #89AB8C. Grayscale: #616161. Windows color (decimal): -9022349 or 7558262. OLE color: 7558262.

HSL color Cylindrical-coordinate representation of color #765473: hue angle of 305.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #765473 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11884115-
CMYK00.290.030.54
HSL305.29º16.83%39.61%-
HSV(B)305.29º28.81%46.27%-
XYZ13.7411.4317.7-
YUV97.7137.76142.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.22%
GREEN value IS 84 (33.20% from 255) = 26.50%
BLUE value IS 115 (45.31% from 255) = 36.28%
R=37.22%
G=26.50%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188411500.290.030.54305.2916.8339.61
Hex76547301D3361311128
Octal1661241630353664612150
Binary1110110101010011100110111011111011010011000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765473; }

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

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

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

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

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

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

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

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