#765377

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

Shades of Trendy Pink #765377

Tints of Trendy Pink #765377

Color information

#765377 (or 0x765377) is unknown color: approx Trendy Pink. HEX triplet: 76, 53 and 77. RGB value is (118,83,119). Sum of RGB (Red+Green+Blue) = 118+83+119=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 119 - color contains mainly: blue. Hex color #765377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765377 is #89AC88. Grayscale: #616161. Windows color (decimal): -9022601 or 7820150. OLE color: 7820150.

HSL color Cylindrical-coordinate representation of color #765377: hue angle of 298.33º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #765377 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11883119-
CMYK0.010.3000.53
HSL298.33º17.82%39.61%-
HSV(B)298.33º30.25%46.67%-
XYZ13.8911.3718.92-
YUV97.57140.1142.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.88%
GREEN value IS 83 (32.81% from 255) = 25.94%
BLUE value IS 119 (46.88% from 255) = 37.19%
R=36.88%
G=25.94%
B=37.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118831190.010.3000.53298.3317.8239.61
Hex76537711E03512a1228
Octal1661231671360654522250
Binary111011010100111110111111110011010110010101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765377; }

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

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

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

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

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

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

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

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