#735775

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

Shades of Trendy Pink #735775

Tints of Trendy Pink #735775

Color information

#735775 (or 0x735775) is unknown color: approx Trendy Pink. HEX triplet: 73, 57 and 75. RGB value is (115,87,117). Sum of RGB (Red+Green+Blue) = 115+87+117=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 117 - color contains mainly: blue. Hex color #735775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735775 is #8CA88A. Grayscale: #626262. Windows color (decimal): -9218187 or 7690099. OLE color: 7690099.

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

Color convert

RGB11587117-
CMYK0.020.2600.54
HSL296º14.71%40%-
HSV(B)296º25.64%45.88%-
XYZ13.6911.7518.38-
YUV98.79138.28139.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.05%
GREEN value IS 87 (34.38% from 255) = 27.27%
BLUE value IS 117 (46.09% from 255) = 36.68%
R=36.05%
G=27.27%
B=36.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115871170.020.2600.5429614.7140
Hex73577521A036128f28
Octal1631271652320664501750
Binary111001110101111110101101101001101101001010001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735775; }

 p { color: rgb(115,87,117); }

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

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

 a { background-color: rgb(115,87,117); }

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

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

 span { border-color: rgb(115,87,117); }

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