Html Css Color HEX #7D5172 Trendy Pink

📋 copy color: '#7D5172'

red 125 ◦ green 81 ◦ blue 114

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

Shades of Trendy Pink #7D5172

Tints of Trendy Pink #7D5172

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.31%

 BLUE value IS 114 (44.92% from 255) = 35.63%

R = 39.06%
G = 25.31%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7D5172 (or 0x7D5172) is known color: Trendy Pink. HEX triplet: 7D, 51 and 72. RGB value is (125,81,114). Sum of RGB (Red+Green+Blue) = 125+81+114=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5172 is #82AE8D. Grayscale: #616161. Windows color (decimal): -8564366 or 7491965. OLE color: 7491965.

HSL color Cylindrical-coordinate representation of color #7D5172: hue angle of 315º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7D5172 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 81 114 -
CMYK 0 0.35 0.09 0.51
HSL 315º 0.21% 0.4% -
HSV(B) 315º 0.35% 0.49% -
XYZ 14.44 11.46 17.37 -
YUV 97.92 137.08 147.32 -
System Red Green Blue C M Y K H S L
Decimal 125 81 114 0 0.35 0.09 0.51 315 0.21 0.4
Hex 7D 51 72 0 23 9 33 13B 15 28
Octal 175 121 162 0 43 11 63 473 25 50
Binary 1111101 1010001 1110010 0 100011 1001 110011 100111011 10101 101000

Color Harmonies of #7D5172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5172

Black with #7D5172

Text Example


Text Example

White with #7D5172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,81,114); }

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

background-color css

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

 a { background-color: rgb(125,81,114); }

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

border-color css

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

 span { border-color: rgb(125,81,114); }

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