#715773

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

Shades of Trendy Pink #715773

Tints of Trendy Pink #715773

Color information

#715773 (or 0x715773) is unknown color: approx Trendy Pink. HEX triplet: 71, 57 and 73. RGB value is (113,87,115). Sum of RGB (Red+Green+Blue) = 113+87+115=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 115 - color contains mainly: blue. Hex color #715773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715773 is #8EA88C. Grayscale: #616161. Windows color (decimal): -9349261 or 7559025. OLE color: 7559025.

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

Color convert

RGB11387115-
CMYK0.020.2400.55
HSL295.71º13.86%39.61%-
HSV(B)295.71º24.35%45.1%-
XYZ13.3111.5617.75-
YUV97.97137.61138.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.87%
GREEN value IS 87 (34.38% from 255) = 27.62%
BLUE value IS 115 (45.31% from 255) = 36.51%
R=35.87%
G=27.62%
B=36.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113871150.020.2400.55295.7113.8639.61
Hex715773218037128e28
Octal1611271632300674501650
Binary111000110101111110011101100001101111001010001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715773; }

 p { color: rgb(113,87,115); }

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

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

 a { background-color: rgb(113,87,115); }

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

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

 span { border-color: rgb(113,87,115); }

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