#765477

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

Shades of Trendy Pink #765477

Tints of Trendy Pink #765477

Color information

#765477 (or 0x765477) is unknown color: approx Trendy Pink. HEX triplet: 76, 54 and 77. RGB value is (118,84,119). Sum of RGB (Red+Green+Blue) = 118+84+119=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 119 - color contains mainly: blue. Hex color #765477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765477 is #89AB88. Grayscale: #626262. Windows color (decimal): -9022345 or 7820406. OLE color: 7820406.

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

Color convert

RGB11884119-
CMYK0.010.2900.53
HSL298.29º17.24%39.8%-
HSV(B)298.29º29.41%46.67%-
XYZ13.9711.5218.94-
YUV98.16139.76142.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.76%
GREEN value IS 84 (33.20% from 255) = 26.17%
BLUE value IS 119 (46.88% from 255) = 37.07%
R=36.76%
G=26.17%
B=37.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118841190.010.2900.53298.2917.2439.8
Hex76547711D03512a1128
Octal1661241671350654522150
Binary111011010101001110111111101011010110010101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765477; }

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

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

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

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

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

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

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

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