#764D73

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

Shades of Trendy Pink #764D73

Tints of Trendy Pink #764D73

Color information

#764D73 (or 0x764D73) is unknown color: approx Trendy Pink. HEX triplet: 76, 4D and 73. RGB value is (118,77,115). Sum of RGB (Red+Green+Blue) = 118+77+115=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #764D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D73 is #89B28C. Grayscale: #5D5D5D. Windows color (decimal): -9024141 or 7556470. OLE color: 7556470.

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

Color convert

RGB11877115-
CMYK00.350.030.54
HSL304.39º21.03%38.24%-
HSV(B)304.39º34.75%46.27%-
XYZ13.2210.417.53-
YUV93.59140.08145.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.06%
GREEN value IS 77 (30.47% from 255) = 24.84%
BLUE value IS 115 (45.31% from 255) = 37.10%
R=38.06%
G=24.84%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187711500.350.030.54304.3921.0338.24
Hex764D730233361301526
Octal1661151630433664602546
Binary11101101001101111001101000111111011010011000010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,77,115); }

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

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

 a { background-color: rgb(118,77,115); }

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

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

 span { border-color: rgb(118,77,115); }

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