#765775

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

Shades of Trendy Pink #765775

Tints of Trendy Pink #765775

Color information

#765775 (or 0x765775) is unknown color: approx Trendy Pink. HEX triplet: 76, 57 and 75. RGB value is (118,87,117). Sum of RGB (Red+Green+Blue) = 118+87+117=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 118 - color contains mainly: red. Hex color #765775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765775 is #89A88A. Grayscale: #636363. Windows color (decimal): -9021579 or 7690102. OLE color: 7690102.

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

Color convert

RGB11887117-
CMYK00.260.010.54
HSL301.94º15.12%40.2%-
HSV(B)301.94º26.27%46.27%-
XYZ14.0911.9518.39-
YUV99.69137.77141.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.65%
GREEN value IS 87 (34.38% from 255) = 27.02%
BLUE value IS 117 (46.09% from 255) = 36.34%
R=36.65%
G=27.02%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188711700.260.010.54301.9415.1240.2
Hex76577501A13612ef28
Octal1661271650321664561750
Binary11101101010111111010101101011101101001011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765775; }

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

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

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

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

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

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

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

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