Html Css Color HEX #7C4971 Trendy Pink

📋 copy color: '#7C4971'

red 124 ◦ green 73 ◦ blue 113

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

Shades of Trendy Pink #7C4971

Tints of Trendy Pink #7C4971

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.55%

 BLUE value IS 113 (44.53% from 255) = 36.45%

R = 40%
G = 23.55%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7C4971 (or 0x7C4971) is known color: Trendy Pink. HEX triplet: 7C, 49 and 71. RGB value is (124,73,113). Sum of RGB (Red+Green+Blue) = 124+73+113=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4971 is #83B68E. Grayscale: #5C5C5C. Windows color (decimal): -8631951 or 7424380. OLE color: 7424380.

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

Color convert

RGB 124 73 113 -
CMYK 0 0.41 0.09 0.51
HSL 312.94º 0.26% 0.39% -
HSV(B) 312.94º 0.41% 0.49% -
XYZ 13.68 10.24 16.88 -
YUV 92.81 139.4 150.25 -
System Red Green Blue C M Y K H S L
Decimal 124 73 113 0 0.41 0.09 0.51 312.94 0.26 0.39
Hex 7C 49 71 0 29 9 33 139 1A 27
Octal 174 111 161 0 51 11 63 471 32 47
Binary 1111100 1001001 1110001 0 101001 1001 110011 100111001 11010 100111

Color Harmonies of #7C4971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4971

Black with #7C4971

Text Example


Text Example

White with #7C4971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,73,113); }

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

background-color css

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

 a { background-color: rgb(124,73,113); }

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

border-color css

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

 span { border-color: rgb(124,73,113); }

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