Html Css Color HEX #7C4979 Trendy Pink

📋 copy color: '#7C4979'

red 124 ◦ green 73 ◦ blue 121

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

Shades of Trendy Pink #7C4979

Tints of Trendy Pink #7C4979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 38.05%

R = 38.99%
G = 22.96%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#7C4979 (or 0x7C4979) is known color: Trendy Pink. HEX triplet: 7C, 49 and 79. RGB value is (124,73,121). Sum of RGB (Red+Green+Blue) = 124+73+121=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4979 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4979 is #83B686. Grayscale: #5D5D5D. Windows color (decimal): -8631943 or 7948668. OLE color: 7948668.

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

Color convert

RGB 124 73 121 -
CMYK 0 0.41 0.02 0.51
HSL 303.53º 0.26% 0.39% -
HSV(B) 303.53º 0.41% 0.49% -
XYZ 14.15 10.43 19.36 -
YUV 93.72 143.4 149.6 -
System Red Green Blue C M Y K H S L
Decimal 124 73 121 0 0.41 0.02 0.51 303.53 0.26 0.39
Hex 7C 49 79 0 29 2 33 130 1A 27
Octal 174 111 171 0 51 2 63 460 32 47
Binary 1111100 1001001 1111001 0 101001 10 110011 100110000 11010 100111

Color Harmonies of #7C4979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4979

Black with #7C4979

Text Example


Text Example

White with #7C4979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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