Html Css Color HEX #7C4871 Trendy Pink

📋 copy color: '#7C4871'

red 124 ◦ green 72 ◦ blue 113

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

Shades of Trendy Pink #7C4871

Tints of Trendy Pink #7C4871

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.3%

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

R = 40.13%
G = 23.3%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7C4871 (or 0x7C4871) is known color: Trendy Pink. HEX triplet: 7C, 48 and 71. RGB value is (124,72,113). Sum of RGB (Red+Green+Blue) = 124+72+113=309 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.13% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4871 is #83B78E. Grayscale: #5C5C5C. Windows color (decimal): -8632207 or 7424124. OLE color: 7424124.

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

Color convert

RGB 124 72 113 -
CMYK 0 0.42 0.09 0.51
HSL 312.69º 0.27% 0.38% -
HSV(B) 312.69º 0.42% 0.49% -
XYZ 13.61 10.11 16.86 -
YUV 92.22 139.73 150.67 -
System Red Green Blue C M Y K H S L
Decimal 124 72 113 0 0.42 0.09 0.51 312.69 0.27 0.38
Hex 7C 48 71 0 2A 9 33 139 1B 26
Octal 174 110 161 0 52 11 63 471 33 46
Binary 1111100 1001000 1110001 0 101010 1001 110011 100111001 11011 100110

Color Harmonies of #7C4871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4871

Black with #7C4871

Text Example


Text Example

White with #7C4871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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