#735875

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

Shades of Trendy Pink #735875

Tints of Trendy Pink #735875

Color information

#735875 (or 0x735875) is unknown color: approx Trendy Pink. HEX triplet: 73, 58 and 75. RGB value is (115,88,117). Sum of RGB (Red+Green+Blue) = 115+88+117=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 117 - color contains mainly: blue. Hex color #735875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735875 is #8CA78A. Grayscale: #636363. Windows color (decimal): -9217931 or 7690355. OLE color: 7690355.

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

Color convert

RGB11588117-
CMYK0.020.2500.54
HSL295.86º14.15%40.2%-
HSV(B)295.86º24.79%45.88%-
XYZ13.7711.9118.4-
YUV99.38137.95139.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.94%
GREEN value IS 88 (34.77% from 255) = 27.5%
BLUE value IS 117 (46.09% from 255) = 36.56%
R=35.94%
G=27.5%
B=36.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115881170.020.2500.54295.8614.1540.2
Hex735875219036128e28
Octal1631301652310664501650
Binary111001110110001110101101100101101101001010001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735875; }

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

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

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

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

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

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

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

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