#765475

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

Shades of Trendy Pink #765475

Tints of Trendy Pink #765475

Color information

#765475 (or 0x765475) is unknown color: approx Trendy Pink. HEX triplet: 76, 54 and 75. RGB value is (118,84,117). Sum of RGB (Red+Green+Blue) = 118+84+117=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 118 - color contains mainly: red. Hex color #765475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765475 is #89AB8A. Grayscale: #616161. Windows color (decimal): -9022347 or 7689334. OLE color: 7689334.

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

Color convert

RGB11884117-
CMYK00.290.010.54
HSL301.76º16.83%39.61%-
HSV(B)301.76º28.81%46.27%-
XYZ13.8511.4818.31-
YUV97.93138.76142.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.99%
GREEN value IS 84 (33.20% from 255) = 26.33%
BLUE value IS 117 (46.09% from 255) = 36.68%
R=36.99%
G=26.33%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188411700.290.010.54301.7616.8339.61
Hex76547501D13612e1128
Octal1661241650351664562150
Binary111011010101001110101011101111011010010111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765475; }

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

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

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

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

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

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

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

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