#765077

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

Shades of Trendy Pink #765077

Tints of Trendy Pink #765077

Color information

#765077 (or 0x765077) is unknown color: approx Trendy Pink. HEX triplet: 76, 50 and 77. RGB value is (118,80,119). Sum of RGB (Red+Green+Blue) = 118+80+119=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 119 - color contains mainly: blue. Hex color #765077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765077 is #89AF88. Grayscale: #5F5F5F. Windows color (decimal): -9023369 or 7819382. OLE color: 7819382.

HSL color Cylindrical-coordinate representation of color #765077: hue angle of 298.46º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #765077 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11880119-
CMYK0.010.3300.53
HSL298.46º19.6%39.02%-
HSV(B)298.46º32.77%46.67%-
XYZ13.6710.9218.84-
YUV95.81141.09143.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.22%
GREEN value IS 80 (31.64% from 255) = 25.24%
BLUE value IS 119 (46.88% from 255) = 37.54%
R=37.22%
G=25.24%
B=37.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118801190.010.3300.53298.4619.639.02
Hex76507712103512a1427
Octal1661201671410654522447
Binary1110110101000011101111100001011010110010101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765077; }

 p { color: rgb(118,80,119); }

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

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

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

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

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

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

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