Html Css Color HEX #7C5176 Trendy Pink

📋 copy color: '#7C5176'

red 124 ◦ green 81 ◦ blue 118

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

Shades of Trendy Pink #7C5176

Tints of Trendy Pink #7C5176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.53%

R = 38.39%
G = 25.08%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#7C5176 (or 0x7C5176) is known color: Trendy Pink. HEX triplet: 7C, 51 and 76. RGB value is (124,81,118). Sum of RGB (Red+Green+Blue) = 124+81+118=323 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.39% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5176 is #83AE89. Grayscale: #616161. Windows color (decimal): -8629898 or 7754108. OLE color: 7754108.

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

Color convert

RGB 124 81 118 -
CMYK 0 0.35 0.05 0.51
HSL 308.37º 0.21% 0.4% -
HSV(B) 308.37º 0.35% 0.49% -
XYZ 14.52 11.48 18.59 -
YUV 98.08 139.25 146.49 -
System Red Green Blue C M Y K H S L
Decimal 124 81 118 0 0.35 0.05 0.51 308.37 0.21 0.4
Hex 7C 51 76 0 23 5 33 134 15 28
Octal 174 121 166 0 43 5 63 464 25 50
Binary 1111100 1010001 1110110 0 100011 101 110011 100110100 10101 101000

Color Harmonies of #7C5176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5176

Black with #7C5176

Text Example


Text Example

White with #7C5176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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