#735076

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

Shades of Trendy Pink #735076

Tints of Trendy Pink #735076

Color information

#735076 (or 0x735076) is unknown color: approx Trendy Pink. HEX triplet: 73, 50 and 76. RGB value is (115,80,118). Sum of RGB (Red+Green+Blue) = 115+80+118=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 118 - color contains mainly: blue. Hex color #735076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735076 is #8CAF89. Grayscale: #5E5E5E. Windows color (decimal): -9219978 or 7753843. OLE color: 7753843.

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

Color convert

RGB11580118-
CMYK0.030.3200.54
HSL295.26º19.19%38.82%-
HSV(B)295.26º32.2%46.27%-
XYZ13.2110.6918.51-
YUV94.8141.1142.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.74%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 118 (46.48% from 255) = 37.70%
R=36.74%
G=25.56%
B=37.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115801180.030.3200.54295.2619.1938.82
Hex7350763200361271327
Octal1631201663400664472347
Binary11100111010000111011011100000011011010010011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735076; }

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

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

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

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

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

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

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

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