#765576

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

Shades of Trendy Pink #765576

Tints of Trendy Pink #765576

Color information

#765576 (or 0x765576) is unknown color: approx Trendy Pink. HEX triplet: 76, 55 and 76. RGB value is (118,85,118). Sum of RGB (Red+Green+Blue) = 118+85+118=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #765576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765576 is #89AA89. Grayscale: #626262. Windows color (decimal): -9022090 or 7755126. OLE color: 7755126.

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

Color convert

RGB11885118-
CMYK00.2800.54
HSL300º16.26%39.8%-
HSV(B)300º27.97%46.27%-
XYZ13.9911.6618.65-
YUV98.63138.93141.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.76%
GREEN value IS 85 (33.59% from 255) = 26.48%
BLUE value IS 118 (46.48% from 255) = 36.76%
R=36.76%
G=26.48%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188511800.2800.5430016.2639.8
Hex76557601C03612c1028
Octal1661251660340664542050
Binary111011010101011110110011100011011010010110010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765576; }

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

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

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

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

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

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

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

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