#765776

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

Shades of Trendy Pink #765776

Tints of Trendy Pink #765776

Color information

#765776 (or 0x765776) is unknown color: approx Trendy Pink. HEX triplet: 76, 57 and 76. RGB value is (118,87,118). Sum of RGB (Red+Green+Blue) = 118+87+118=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #765776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765776 is #89A889. Grayscale: #636363. Windows color (decimal): -9021578 or 7755638. OLE color: 7755638.

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

Color convert

RGB11887118-
CMYK00.2600.54
HSL300º15.12%40.2%-
HSV(B)300º26.27%46.27%-
XYZ14.1511.9818.71-
YUV99.8138.27140.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.53%
GREEN value IS 87 (34.38% from 255) = 26.93%
BLUE value IS 118 (46.48% from 255) = 36.53%
R=36.53%
G=26.93%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188711800.2600.5430015.1240.2
Hex76577601A03612cf28
Octal1661271660320664541750
Binary11101101010111111011001101001101101001011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765776; }

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

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

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

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

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

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

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

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