#735477

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

Shades of Trendy Pink #735477

Tints of Trendy Pink #735477

Color information

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

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

Color convert

RGB11584119-
CMYK0.030.2900.53
HSL293.14º17.24%39.8%-
HSV(B)293.14º29.41%46.67%-
XYZ13.5711.3218.92-
YUV97.26140.27140.65-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal115841190.030.2900.53293.1417.2439.8
Hex73547731D0351251128
Octal1631241673350654452150
Binary1110011101010011101111111101011010110010010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735477; }

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

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

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

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

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

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

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

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