#764F75

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

Shades of Trendy Pink #764F75

Tints of Trendy Pink #764F75

Color information

#764F75 (or 0x764F75) is unknown color: approx Trendy Pink. HEX triplet: 76, 4F and 75. RGB value is (118,79,117). Sum of RGB (Red+Green+Blue) = 118+79+117=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 118 - color contains mainly: red. Hex color #764F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764F75 is #89B08A. Grayscale: #5E5E5E. Windows color (decimal): -9023627 or 7688054. OLE color: 7688054.

HSL color Cylindrical-coordinate representation of color #764F75: hue angle of 301.54º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #764F75 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB11879117-
CMYK00.330.010.54
HSL301.54º19.8%38.63%-
HSV(B)301.54º33.05%46.27%-
XYZ13.4810.7318.19-
YUV94.99140.42144.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.58%
GREEN value IS 79 (31.25% from 255) = 25.16%
BLUE value IS 117 (46.09% from 255) = 37.26%
R=37.58%
G=25.16%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187911700.330.010.54301.5419.838.63
Hex764F7502113612e1427
Octal1661171650411664562447
Binary1110110100111111101010100001111011010010111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764F75; }

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

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

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

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

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

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

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

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