Html Css Color HEX #7C5172 Trendy Pink

📋 copy color: '#7C5172'

red 124 ◦ green 81 ◦ blue 114

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

Shades of Trendy Pink #7C5172

Tints of Trendy Pink #7C5172

RGB

 RED value IS 124 (48.83% from 255) = 38.87%

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

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

R = 38.87%
G = 25.39%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#7C5172 (or 0x7C5172) is known color: Trendy Pink. HEX triplet: 7C, 51 and 72. RGB value is (124,81,114). Sum of RGB (Red+Green+Blue) = 124+81+114=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5172 is #83AE8D. Grayscale: #616161. Windows color (decimal): -8629902 or 7491964. OLE color: 7491964.

HSL color Cylindrical-coordinate representation of color #7C5172: hue angle of 313.95º 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 #7C5172 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 81 114 -
CMYK 0 0.35 0.08 0.51
HSL 313.95º 0.21% 0.4% -
HSV(B) 313.95º 0.35% 0.49% -
XYZ 14.29 11.38 17.36 -
YUV 97.62 137.25 146.82 -
System Red Green Blue C M Y K H S L
Decimal 124 81 114 0 0.35 0.08 0.51 313.95 0.21 0.4
Hex 7C 51 72 0 23 8 33 13A 15 28
Octal 174 121 162 0 43 10 63 472 25 50
Binary 1111100 1010001 1110010 0 100011 1000 110011 100111010 10101 101000

Color Harmonies of #7C5172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5172

Black with #7C5172

Text Example


Text Example

White with #7C5172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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