#755676

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

Shades of Trendy Pink #755676

Tints of Trendy Pink #755676

Color information

#755676 (or 0x755676) is unknown color: approx Trendy Pink. HEX triplet: 75, 56 and 76. RGB value is (117,86,118). Sum of RGB (Red+Green+Blue) = 117+86+118=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 118 - color contains mainly: blue. Hex color #755676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755676 is #8AA989. Grayscale: #626262. Windows color (decimal): -9087370 or 7755381. OLE color: 7755381.

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

Color convert

RGB11786118-
CMYK0.010.2700.54
HSL298.12º15.69%40%-
HSV(B)298.12º27.12%46.27%-
XYZ13.9311.7518.67-
YUV98.92138.77140.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.45%
GREEN value IS 86 (33.98% from 255) = 26.79%
BLUE value IS 118 (46.48% from 255) = 36.76%
R=36.45%
G=26.79%
B=36.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117861180.010.2700.54298.1215.6940
Hex75567611B03612a1028
Octal1651261661330664522050
Binary111010110101101110110111011011011010010101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755676; }

 p { color: rgb(117,86,118); }

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

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

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

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

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

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

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