#765E78

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

Shades of Trendy Pink #765E78

Tints of Trendy Pink #765E78

Color information

#765E78 (or 0x765E78) is unknown color: approx Trendy Pink. HEX triplet: 76, 5E and 78. RGB value is (118,94,120). Sum of RGB (Red+Green+Blue) = 118+94+120=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 120 - color contains mainly: blue. Hex color #765E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765E78 is #89A187. Grayscale: #686868. Windows color (decimal): -9019784 or 7888502. OLE color: 7888502.

HSL color Cylindrical-coordinate representation of color #765E78: hue angle of 295.38º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #765E78 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11894120-
CMYK0.020.2200.53
HSL295.38º12.15%41.96%-
HSV(B)295.38º21.67%47.06%-
XYZ14.8613.2119.54-
YUV104.14136.95137.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.54%
GREEN value IS 94 (37.11% from 255) = 28.31%
BLUE value IS 120 (47.27% from 255) = 36.14%
R=35.54%
G=28.31%
B=36.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118941200.020.2200.53295.3812.1541.96
Hex765E78216035127c2a
Octal1661361702260654471452
Binary111011010111101111000101011001101011001001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,94,120); }

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

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

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

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

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

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

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