#764E72

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

Shades of Trendy Pink #764E72

Tints of Trendy Pink #764E72

Color information

#764E72 (or 0x764E72) is unknown color: approx Trendy Pink. HEX triplet: 76, 4E and 72. RGB value is (118,78,114). Sum of RGB (Red+Green+Blue) = 118+78+114=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #764E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E72 is #89B18D. Grayscale: #5D5D5D. Windows color (decimal): -9023886 or 7491190. OLE color: 7491190.

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

Color convert

RGB11878114-
CMYK00.340.030.54
HSL306º20.41%38.43%-
HSV(B)306º33.9%46.27%-
XYZ13.2310.5217.25-
YUV94.06139.25145.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.06%
GREEN value IS 78 (30.86% from 255) = 25.16%
BLUE value IS 114 (44.92% from 255) = 36.77%
R=38.06%
G=25.16%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187811400.340.030.5430620.4138.43
Hex764E720223361321426
Octal1661161620423664622446
Binary11101101001110111001001000101111011010011001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,78,114); }

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

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

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

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

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

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

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