#764C74

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

Shades of Trendy Pink #764C74

Tints of Trendy Pink #764C74

Color information

#764C74 (or 0x764C74) is unknown color: approx Trendy Pink. HEX triplet: 76, 4C and 74. RGB value is (118,76,116). Sum of RGB (Red+Green+Blue) = 118+76+116=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #764C74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764C74 is #89B38B. Grayscale: #5D5D5D. Windows color (decimal): -9024396 or 7621750. OLE color: 7621750.

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

Color convert

RGB11876116-
CMYK00.360.020.54
HSL302.86º21.65%38.04%-
HSV(B)302.86º35.59%46.27%-
XYZ13.2110.2817.81-
YUV93.12140.91145.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.06%
GREEN value IS 76 (30.08% from 255) = 24.52%
BLUE value IS 116 (45.70% from 255) = 37.42%
R=38.06%
G=24.52%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187611600.360.020.54302.8621.6538.04
Hex764C7402423612f1626
Octal1661141640442664572646
Binary11101101001100111010001001001011011010010111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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