Html Css Color HEX #7C4F79 Trendy Pink

📋 copy color: '#7C4F79'

red 124 ◦ green 79 ◦ blue 121

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

Shades of Trendy Pink #7C4F79

Tints of Trendy Pink #7C4F79

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.38%

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

R = 38.27%
G = 24.38%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#7C4F79 (or 0x7C4F79) is known color: Trendy Pink. HEX triplet: 7C, 4F and 79. RGB value is (124,79,121). Sum of RGB (Red+Green+Blue) = 124+79+121=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4F79 is #83B086. Grayscale: #616161. Windows color (decimal): -8630407 or 7950204. OLE color: 7950204.

HSL color Cylindrical-coordinate representation of color #7C4F79: hue angle of 304º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7C4F79 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 79 121 -
CMYK 0 0.36 0.02 0.51
HSL 304º 0.22% 0.4% -
HSV(B) 304º 0.36% 0.49% -
XYZ 14.56 11.26 19.49 -
YUV 97.24 141.41 147.08 -
System Red Green Blue C M Y K H S L
Decimal 124 79 121 0 0.36 0.02 0.51 304 0.22 0.4
Hex 7C 4F 79 0 24 2 33 130 16 28
Octal 174 117 171 0 44 2 63 460 26 50
Binary 1111100 1001111 1111001 0 100100 10 110011 100110000 10110 101000

Color Harmonies of #7C4F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4F79

Black with #7C4F79

Text Example


Text Example

White with #7C4F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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