Html Css Color HEX #7D5373 Trendy Pink

📋 copy color: '#7D5373'

red 125 ◦ green 83 ◦ blue 115

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

Shades of Trendy Pink #7D5373

Tints of Trendy Pink #7D5373

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.7%

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

R = 38.7%
G = 25.7%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#7D5373 (or 0x7D5373) is known color: Trendy Pink. HEX triplet: 7D, 53 and 73. RGB value is (125,83,115). Sum of RGB (Red+Green+Blue) = 125+83+115=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5373 is #82AC8C. Grayscale: #636363. Windows color (decimal): -8563853 or 7558013. OLE color: 7558013.

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

Color convert

RGB 125 83 115 -
CMYK 0 0.34 0.08 0.51
HSL 314.29º 0.2% 0.41% -
HSV(B) 314.29º 0.34% 0.49% -
XYZ 14.65 11.78 17.72 -
YUV 99.21 136.91 146.4 -
System Red Green Blue C M Y K H S L
Decimal 125 83 115 0 0.34 0.08 0.51 314.29 0.2 0.41
Hex 7D 53 73 0 22 8 33 13A 14 29
Octal 175 123 163 0 42 10 63 472 24 51
Binary 1111101 1010011 1110011 0 100010 1000 110011 100111010 10100 101001

Color Harmonies of #7D5373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5373

Black with #7D5373

Text Example


Text Example

White with #7D5373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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