#775473

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

Shades of Trendy Pink #775473

Tints of Trendy Pink #775473

Color information

#775473 (or 0x775473) is unknown color: approx Trendy Pink. HEX triplet: 77, 54 and 73. RGB value is (119,84,115). Sum of RGB (Red+Green+Blue) = 119+84+115=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 119 - color contains mainly: red. Hex color #775473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775473 is #88AB8C. Grayscale: #616161. Windows color (decimal): -8956813 or 7558263. OLE color: 7558263.

HSL color Cylindrical-coordinate representation of color #775473: hue angle of 306.86º 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 #775473 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB11984115-
CMYK00.290.030.53
HSL306.86º17.24%39.8%-
HSV(B)306.86º29.41%46.67%-
XYZ13.8711.517.71-
YUV98137.6142.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.42%
GREEN value IS 84 (33.20% from 255) = 26.42%
BLUE value IS 115 (45.31% from 255) = 36.16%
R=37.42%
G=26.42%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198411500.290.030.53306.8617.2439.8
Hex77547301D3351331128
Octal1671241630353654632150
Binary1110111101010011100110111011111010110011001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775473; }

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

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

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

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

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

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

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

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