#764E74

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

Shades of Trendy Pink #764E74

Tints of Trendy Pink #764E74

Color information

#764E74 (or 0x764E74) is unknown color: approx Trendy Pink. HEX triplet: 76, 4E and 74. RGB value is (118,78,116). Sum of RGB (Red+Green+Blue) = 118+78+116=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #764E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E74 is #89B18B. Grayscale: #5E5E5E. Windows color (decimal): -9023884 or 7622262. OLE color: 7622262.

HSL color Cylindrical-coordinate representation of color #764E74: hue angle of 303º 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 #764E74 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB11878116-
CMYK00.340.020.54
HSL303º20.41%38.43%-
HSV(B)303º33.9%46.27%-
XYZ13.3510.5617.86-
YUV94.29140.25144.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.82%
GREEN value IS 78 (30.86% from 255) = 25%
BLUE value IS 116 (45.70% from 255) = 37.18%
R=37.82%
G=25%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187811600.340.020.5430320.4138.43
Hex764E7402223612f1426
Octal1661161640422664572446
Binary11101101001110111010001000101011011010010111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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