#735276

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

Shades of Trendy Pink #735276

Tints of Trendy Pink #735276

Color information

#735276 (or 0x735276) is unknown color: approx Trendy Pink. HEX triplet: 73, 52 and 76. RGB value is (115,82,118). Sum of RGB (Red+Green+Blue) = 115+82+118=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 118 - color contains mainly: blue. Hex color #735276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735276 is #8CAD89. Grayscale: #5F5F5F. Windows color (decimal): -9219466 or 7754355. OLE color: 7754355.

HSL color Cylindrical-coordinate representation of color #735276: hue angle of 295º degrees, saturation: 0.18, 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 #735276 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11582118-
CMYK0.030.3100.54
HSL295º18%39.22%-
HSV(B)295º30.51%46.27%-
XYZ13.3610.9918.56-
YUV95.97140.43141.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.51%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 118 (46.48% from 255) = 37.46%
R=36.51%
G=26.03%
B=37.46%

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
Decimal115821180.030.3100.542951839.22
Hex73527631F0361271227
Octal1631221663370664472247
Binary1110011101001011101101111111011011010010011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735276; }

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

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

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

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

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

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

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

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