#755674

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

Shades of Trendy Pink #755674

Tints of Trendy Pink #755674

Color information

#755674 (or 0x755674) is unknown color: approx Trendy Pink. HEX triplet: 75, 56 and 74. RGB value is (117,86,116). Sum of RGB (Red+Green+Blue) = 117+86+116=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 117 - color contains mainly: red. Hex color #755674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755674 is #8AA98B. Grayscale: #626262. Windows color (decimal): -9087372 or 7624309. OLE color: 7624309.

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

Color convert

RGB11786116-
CMYK00.260.010.54
HSL301.94º15.27%39.8%-
HSV(B)301.94º26.5%45.88%-
XYZ13.8211.718.05-
YUV98.69137.77141.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.68%
GREEN value IS 86 (33.98% from 255) = 26.96%
BLUE value IS 116 (45.70% from 255) = 36.36%
R=36.68%
G=26.96%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178611600.260.010.54301.9415.2739.8
Hex75567401A13612ef28
Octal1651261640321664561750
Binary11101011010110111010001101011101101001011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755674; }

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

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

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

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

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

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

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

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