#735976

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

Shades of Trendy Pink #735976

Tints of Trendy Pink #735976

Color information

#735976 (or 0x735976) is unknown color: approx Trendy Pink. HEX triplet: 73, 59 and 76. RGB value is (115,89,118). Sum of RGB (Red+Green+Blue) = 115+89+118=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 118 - color contains mainly: blue. Hex color #735976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735976 is #8CA689. Grayscale: #636363. Windows color (decimal): -9217674 or 7756147. OLE color: 7756147.

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

Color convert

RGB11589118-
CMYK0.030.2500.54
HSL293.79º14.01%40.59%-
HSV(B)293.79º24.58%46.27%-
XYZ13.9112.118.74-
YUV100.08138.11138.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.71%
GREEN value IS 89 (35.16% from 255) = 27.64%
BLUE value IS 118 (46.48% from 255) = 36.65%
R=35.71%
G=27.64%
B=36.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115891180.030.2500.54293.7914.0140.59
Hex735976319036126e29
Octal1631311663310664461651
Binary111001110110011110110111100101101101001001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735976; }

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

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

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

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

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

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

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

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