Html Css Color HEX #7D5473 Trendy Pink

📋 copy color: '#7D5473'

red 125 ◦ green 84 ◦ blue 115

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

Shades of Trendy Pink #7D5473

Tints of Trendy Pink #7D5473

RGB

 RED value IS 125 (49.22% from 255) = 38.58%

 GREEN value IS 84 (33.2% from 255) = 25.93%

 BLUE value IS 115 (45.31% from 255) = 35.49%

R = 38.58%
G = 25.93%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#7D5473 (or 0x7D5473) is known color: Trendy Pink. HEX triplet: 7D, 54 and 73. RGB value is (125,84,115). Sum of RGB (Red+Green+Blue) = 125+84+115=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5473 is #82AB8C. Grayscale: #636363. Windows color (decimal): -8563597 or 7558269. OLE color: 7558269.

HSL color Cylindrical-coordinate representation of color #7D5473: hue angle of 314.63º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7D5473 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 84 115 -
CMYK 0 0.33 0.08 0.51
HSL 314.63º 0.2% 0.41% -
HSV(B) 314.63º 0.33% 0.49% -
XYZ 14.72 11.94 17.75 -
YUV 99.79 136.58 145.98 -
System Red Green Blue C M Y K H S L
Decimal 125 84 115 0 0.33 0.08 0.51 314.63 0.2 0.41
Hex 7D 54 73 0 21 8 33 13B 14 29
Octal 175 124 163 0 41 10 63 473 24 51
Binary 1111101 1010100 1110011 0 100001 1000 110011 100111011 10100 101001

Color Harmonies of #7D5473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5473

Black with #7D5473

Text Example


Text Example

White with #7D5473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D5473; }

 p { color: rgb(125,84,115); }

 H1.HeaderClassName
 {
   color: #7D5473;
 }
 .AnyTagClassName
 {
   color: #7D5473;
 }
</style>

background-color css

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

 a { background-color: rgb(125,84,115); }

 div.DivClassName
 {
   background-color: #7D5473;
 }
 .BgClassName
 {
   background-color: #7D5473;
 }
</style>

border-color css

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

 span { border-color: rgb(125,84,115); }

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