#735A75

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

Shades of Trendy Pink #735A75

Tints of Trendy Pink #735A75

Color information

#735A75 (or 0x735A75) is unknown color: approx Trendy Pink. HEX triplet: 73, 5A and 75. RGB value is (115,90,117). Sum of RGB (Red+Green+Blue) = 115+90+117=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 117 - color contains mainly: blue. Hex color #735A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735A75 is #8CA58A. Grayscale: #646464. Windows color (decimal): -9217419 or 7690867. OLE color: 7690867.

HSL color Cylindrical-coordinate representation of color #735A75: hue angle of 295.56º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #735A75 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11590117-
CMYK0.020.2300.54
HSL295.56º13.04%40.59%-
HSV(B)295.56º23.08%45.88%-
XYZ13.9412.2418.46-
YUV100.55137.28138.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.71%
GREEN value IS 90 (35.55% from 255) = 27.95%
BLUE value IS 117 (46.09% from 255) = 36.34%
R=35.71%
G=27.95%
B=36.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115901170.020.2300.54295.5613.0440.59
Hex735A75217036128d29
Octal1631321652270664501551
Binary111001110110101110101101011101101101001010001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735A75; }

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

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

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

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

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

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

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

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