Html Css Color HEX #7C5479 Trendy Pink

📋 copy color: '#7C5479'

red 124 ◦ green 84 ◦ blue 121

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

Shades of Trendy Pink #7C5479

Tints of Trendy Pink #7C5479

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.53%

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

R = 37.69%
G = 25.53%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#7C5479 (or 0x7C5479) is known color: Trendy Pink. HEX triplet: 7C, 54 and 79. RGB value is (124,84,121). Sum of RGB (Red+Green+Blue) = 124+84+121=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5479 is #83AB86. Grayscale: #646464. Windows color (decimal): -8629127 or 7951484. OLE color: 7951484.

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

Color convert

RGB 124 84 121 -
CMYK 0 0.32 0.02 0.51
HSL 304.5º 0.19% 0.41% -
HSV(B) 304.5º 0.32% 0.49% -
XYZ 14.93 12.01 19.62 -
YUV 100.18 139.75 144.99 -
System Red Green Blue C M Y K H S L
Decimal 124 84 121 0 0.32 0.02 0.51 304.5 0.19 0.41
Hex 7C 54 79 0 20 2 33 130 13 29
Octal 174 124 171 0 40 2 63 460 23 51
Binary 1111100 1010100 1111001 0 100000 10 110011 100110000 10011 101001

Color Harmonies of #7C5479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5479

Black with #7C5479

Text Example


Text Example

White with #7C5479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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