Html Css Color HEX #7C5377 Trendy Pink

📋 copy color: '#7C5377'

red 124 ◦ green 83 ◦ blue 119

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

Shades of Trendy Pink #7C5377

Tints of Trendy Pink #7C5377

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.46%

 BLUE value IS 119 (46.88% from 255) = 36.5%

R = 38.04%
G = 25.46%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#7C5377 (or 0x7C5377) is known color: Trendy Pink. HEX triplet: 7C, 53 and 77. RGB value is (124,83,119). Sum of RGB (Red+Green+Blue) = 124+83+119=326 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.04% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5377 is #83AC88. Grayscale: #636363. Windows color (decimal): -8629385 or 7820156. OLE color: 7820156.

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

Color convert

RGB 124 83 119 -
CMYK 0 0.33 0.04 0.51
HSL 307.32º 0.2% 0.41% -
HSV(B) 307.32º 0.33% 0.49% -
XYZ 14.74 11.8 18.95 -
YUV 99.36 139.08 145.57 -
System Red Green Blue C M Y K H S L
Decimal 124 83 119 0 0.33 0.04 0.51 307.32 0.2 0.41
Hex 7C 53 77 0 21 4 33 133 14 29
Octal 174 123 167 0 41 4 63 463 24 51
Binary 1111100 1010011 1110111 0 100001 100 110011 100110011 10100 101001

Color Harmonies of #7C5377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5377

Black with #7C5377

Text Example


Text Example

White with #7C5377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,83,119); }

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

background-color css

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

 a { background-color: rgb(124,83,119); }

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

border-color css

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

 span { border-color: rgb(124,83,119); }

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