#765674

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

Shades of Trendy Pink #765674

Tints of Trendy Pink #765674

Color information

#765674 (or 0x765674) is unknown color: approx Trendy Pink. HEX triplet: 76, 56 and 74. RGB value is (118,86,116). Sum of RGB (Red+Green+Blue) = 118+86+116=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 118 - color contains mainly: red. Hex color #765674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765674 is #89A98B. Grayscale: #626262. Windows color (decimal): -9021836 or 7624310. OLE color: 7624310.

HSL color Cylindrical-coordinate representation of color #765674: hue angle of 303.75º 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 #765674 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB11886116-
CMYK00.270.020.54
HSL303.75º15.69%40%-
HSV(B)303.75º27.12%46.27%-
XYZ13.9511.7718.06-
YUV98.99137.6141.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.88%
GREEN value IS 86 (33.98% from 255) = 26.88%
BLUE value IS 116 (45.70% from 255) = 36.25%
R=36.88%
G=26.88%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188611600.270.020.54303.7515.6940
Hex76567401B2361301028
Octal1661261640332664602050
Binary1110110101011011101000110111011011010011000010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765674; }

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

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

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

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

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

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

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

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