Html Css Color HEX #715773 Trendy Pink

📋 copy color: '#715773'

red 113 ◦ green 87 ◦ blue 115

#715773
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #715773

Tints of Trendy Pink #715773

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 value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#715773 (or 0x715773) is known color: 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

RGB 113 87 115 -
CMYK 0.02 0.24 0 0.55
HSL 295.71º 0.14% 0.4% -
HSV(B) 295.71º 0.24% 0.45% -
XYZ 13.31 11.56 17.75 -
YUV 97.97 137.61 138.72 -
System Red Green Blue C M Y K H S L
Decimal 113 87 115 0.02 0.24 0 0.55 295.71 0.14 0.4
Hex 71 57 73 2 18 0 37 128 E 28
Octal 161 127 163 2 30 0 67 450 16 50
Binary 1110001 1010111 1110011 10 11000 0 110111 100101000 1110 101000

Color Harmonies of #715773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715773

Black with #715773

Text Example


Text Example

White with #715773

Text Example


Text Example

HTML Codes & Css Web 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>