#765679

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

Shades of Trendy Pink #765679

Tints of Trendy Pink #765679

Color information

#765679 (or 0x765679) is unknown color: approx Trendy Pink. HEX triplet: 76, 56 and 79. RGB value is (118,86,121). Sum of RGB (Red+Green+Blue) = 118+86+121=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 121 - color contains mainly: blue. Hex color #765679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765679 is #89A986. Grayscale: #636363. Windows color (decimal): -9021831 or 7951990. OLE color: 7951990.

HSL color Cylindrical-coordinate representation of color #765679: hue angle of 294.86º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #765679 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11886121-
CMYK0.020.2900.53
HSL294.86º16.91%40.59%-
HSV(B)294.86º28.93%47.45%-
XYZ14.2511.8919.63-
YUV99.56140.1141.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.31%
GREEN value IS 86 (33.98% from 255) = 26.46%
BLUE value IS 121 (47.66% from 255) = 37.23%
R=36.31%
G=26.46%
B=37.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118861210.020.2900.53294.8616.9140.59
Hex76567921D0351271129
Octal1661261712350654472151
Binary1110110101011011110011011101011010110010011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765679; }

 p { color: rgb(118,86,121); }

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

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

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

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

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

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

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