#765A77

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

Shades of Trendy Pink #765A77

Tints of Trendy Pink #765A77

Color information

#765A77 (or 0x765A77) is unknown color: approx Trendy Pink. HEX triplet: 76, 5A and 77. RGB value is (118,90,119). Sum of RGB (Red+Green+Blue) = 118+90+119=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 119 - color contains mainly: blue. Hex color #765A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765A77 is #89A588. Grayscale: #656565. Windows color (decimal): -9020809 or 7821942. OLE color: 7821942.

HSL color Cylindrical-coordinate representation of color #765A77: hue angle of 297.93º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #765A77 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11890119-
CMYK0.010.2400.53
HSL297.93º13.88%40.98%-
HSV(B)297.93º24.37%46.67%-
XYZ14.4612.519.1-
YUV101.68137.78139.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.09%
GREEN value IS 90 (35.55% from 255) = 27.52%
BLUE value IS 119 (46.88% from 255) = 36.39%
R=36.09%
G=27.52%
B=36.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118901190.010.2400.53297.9313.8840.98
Hex765A7711803512ae29
Octal1661321671300654521651
Binary11101101011010111011111100001101011001010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765A77; }

 p { color: rgb(118,90,119); }

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

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

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

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

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

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

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