#715673

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

Shades of Trendy Pink #715673

Tints of Trendy Pink #715673

Color information

#715673 (or 0x715673) is unknown color: approx Trendy Pink. HEX triplet: 71, 56 and 73. RGB value is (113,86,115). Sum of RGB (Red+Green+Blue) = 113+86+115=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 115 - color contains mainly: blue. Hex color #715673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715673 is #8EA98C. Grayscale: #616161. Windows color (decimal): -9349517 or 7558769. OLE color: 7558769.

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

Color convert

RGB11386115-
CMYK0.020.2500.55
HSL295.86º14.43%39.41%-
HSV(B)295.86º25.22%45.1%-
XYZ13.2311.417.72-
YUV97.38137.95139.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.99%
GREEN value IS 86 (33.98% from 255) = 27.39%
BLUE value IS 115 (45.31% from 255) = 36.62%
R=35.99%
G=27.39%
B=36.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113861150.020.2500.55295.8614.4339.41
Hex715673219037128e27
Octal1611261632310674501647
Binary111000110101101110011101100101101111001010001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715673; }

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

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

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

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

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

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

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

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