#735176

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

Shades of Trendy Pink #735176

Tints of Trendy Pink #735176

Color information

#735176 (or 0x735176) is unknown color: approx Trendy Pink. HEX triplet: 73, 51 and 76. RGB value is (115,81,118). Sum of RGB (Red+Green+Blue) = 115+81+118=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 118 - color contains mainly: blue. Hex color #735176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735176 is #8CAE89. Grayscale: #5F5F5F. Windows color (decimal): -9219722 or 7754099. OLE color: 7754099.

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

Color convert

RGB11581118-
CMYK0.030.3100.54
HSL295.14º18.59%39.02%-
HSV(B)295.14º31.36%46.27%-
XYZ13.2810.8418.53-
YUV95.38140.76141.99-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.62%
GREEN value IS 81 (32.03% from 255) = 25.80%
BLUE value IS 118 (46.48% from 255) = 37.58%
R=36.62%
G=25.80%
B=37.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115811180.030.3100.54295.1418.5939.02
Hex73517631F0361271327
Octal1631211663370664472347
Binary1110011101000111101101111111011011010010011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735176; }

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

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

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

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

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

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

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

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