#765774

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

Shades of Trendy Pink #765774

Tints of Trendy Pink #765774

Color information

#765774 (or 0x765774) is unknown color: approx Trendy Pink. HEX triplet: 76, 57 and 74. RGB value is (118,87,116). Sum of RGB (Red+Green+Blue) = 118+87+116=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 118 - color contains mainly: red. Hex color #765774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765774 is #89A88B. Grayscale: #636363. Windows color (decimal): -9021580 or 7624566. OLE color: 7624566.

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

Color convert

RGB11887116-
CMYK00.260.020.54
HSL303.87º15.12%40.2%-
HSV(B)303.87º26.27%46.27%-
XYZ14.0311.9318.09-
YUV99.58137.27141.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.76%
GREEN value IS 87 (34.38% from 255) = 27.10%
BLUE value IS 116 (45.70% from 255) = 36.14%
R=36.76%
G=27.10%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188711600.260.020.54303.8715.1240.2
Hex76577401A236130f28
Octal1661271640322664601750
Binary111011010101111110100011010101101101001100001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765774; }

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

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

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

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

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

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

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

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