#765476

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

Shades of Trendy Pink #765476

Tints of Trendy Pink #765476

Color information

#765476 (or 0x765476) is unknown color: approx Trendy Pink. HEX triplet: 76, 54 and 76. RGB value is (118,84,118). Sum of RGB (Red+Green+Blue) = 118+84+118=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #765476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765476 is #89AB89. Grayscale: #616161. Windows color (decimal): -9022346 or 7754870. OLE color: 7754870.

HSL color Cylindrical-coordinate representation of color #765476: hue angle of 300º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #765476 is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11884118-
CMYK00.2900.54
HSL300º16.83%39.61%-
HSV(B)300º28.81%46.27%-
XYZ13.9111.518.63-
YUV98.04139.26142.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.88%
GREEN value IS 84 (33.20% from 255) = 26.25%
BLUE value IS 118 (46.48% from 255) = 36.88%
R=36.88%
G=26.25%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188411800.2900.5430016.8339.61
Hex76547601D03612c1128
Octal1661241660350664542150
Binary111011010101001110110011101011011010010110010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765476; }

 p { color: rgb(118,84,118); }

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

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

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

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

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

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

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