Html Css Color HEX #7C5A79 Trendy Pink

📋 copy color: '#7C5A79'

red 124 ◦ green 90 ◦ blue 121

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

Shades of Trendy Pink #7C5A79

Tints of Trendy Pink #7C5A79

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.87%

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

R = 37.01%
G = 26.87%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#7C5A79 (or 0x7C5A79) is known color: Trendy Pink. HEX triplet: 7C, 5A and 79. RGB value is (124,90,121). Sum of RGB (Red+Green+Blue) = 124+90+121=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5A79 is #83A586. Grayscale: #676767. Windows color (decimal): -8627591 or 7953020. OLE color: 7953020.

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

Color convert

RGB 124 90 121 -
CMYK 0 0.27 0.02 0.51
HSL 305.29º 0.16% 0.42% -
HSV(B) 305.29º 0.27% 0.49% -
XYZ 15.42 12.98 19.78 -
YUV 103.7 137.76 142.48 -
System Red Green Blue C M Y K H S L
Decimal 124 90 121 0 0.27 0.02 0.51 305.29 0.16 0.42
Hex 7C 5A 79 0 1B 2 33 131 10 2A
Octal 174 132 171 0 33 2 63 461 20 52
Binary 1111100 1011010 1111001 0 11011 10 110011 100110001 10000 101010

Color Harmonies of #7C5A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5A79

Black with #7C5A79

Text Example


Text Example

White with #7C5A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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