#735476

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

Shades of Trendy Pink #735476

Tints of Trendy Pink #735476

Color information

#735476 (or 0x735476) is unknown color: approx Trendy Pink. HEX triplet: 73, 54 and 76. RGB value is (115,84,118). Sum of RGB (Red+Green+Blue) = 115+84+118=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 118 - color contains mainly: blue. Hex color #735476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735476 is #8CAB89. Grayscale: #616161. Windows color (decimal): -9218954 or 7754867. OLE color: 7754867.

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

Color convert

RGB11584118-
CMYK0.030.2900.54
HSL294.71º16.83%39.61%-
HSV(B)294.71º28.81%46.27%-
XYZ13.5111.2918.61-
YUV97.14139.77140.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.28%
GREEN value IS 84 (33.20% from 255) = 26.50%
BLUE value IS 118 (46.48% from 255) = 37.22%
R=36.28%
G=26.50%
B=37.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115841180.030.2900.54294.7116.8339.61
Hex73547631D0361271128
Octal1631241663350664472150
Binary1110011101010011101101111101011011010010011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735476; }

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

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

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

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

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

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

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

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