#735B75

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

Shades of Trendy Pink #735B75

Tints of Trendy Pink #735B75

Color information

#735B75 (or 0x735B75) is unknown color: approx Trendy Pink. HEX triplet: 73, 5B and 75. RGB value is (115,91,117). Sum of RGB (Red+Green+Blue) = 115+91+117=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 117 - color contains mainly: blue. Hex color #735B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735B75 is #8CA48A. Grayscale: #656565. Windows color (decimal): -9217163 or 7691123. OLE color: 7691123.

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

Color convert

RGB11591117-
CMYK0.020.2200.54
HSL295.38º12.5%40.78%-
HSV(B)295.38º22.22%45.88%-
XYZ14.0212.4118.49-
YUV101.14136.95137.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.60%
GREEN value IS 91 (35.94% from 255) = 28.17%
BLUE value IS 117 (46.09% from 255) = 36.22%
R=35.60%
G=28.17%
B=36.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115911170.020.2200.54295.3812.540.78
Hex735B75216036127c29
Octal1631331652260664471451
Binary111001110110111110101101011001101101001001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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