Html Css Color HEX #7C5373 Trendy Pink

📋 copy color: '#7C5373'

red 124 ◦ green 83 ◦ blue 115

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

Shades of Trendy Pink #7C5373

Tints of Trendy Pink #7C5373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 35.71%

R = 38.51%
G = 25.78%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#7C5373 (or 0x7C5373) is known color: Trendy Pink. HEX triplet: 7C, 53 and 73. RGB value is (124,83,115). Sum of RGB (Red+Green+Blue) = 124+83+115=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5373 is #83AC8C. Grayscale: #626262. Windows color (decimal): -8629389 or 7558012. OLE color: 7558012.

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

Color convert

RGB 124 83 115 -
CMYK 0 0.33 0.07 0.51
HSL 313.17º 0.2% 0.41% -
HSV(B) 313.17º 0.33% 0.49% -
XYZ 14.5 11.71 17.72 -
YUV 98.91 137.08 145.9 -
System Red Green Blue C M Y K H S L
Decimal 124 83 115 0 0.33 0.07 0.51 313.17 0.2 0.41
Hex 7C 53 73 0 21 7 33 139 14 29
Octal 174 123 163 0 41 7 63 471 24 51
Binary 1111100 1010011 1110011 0 100001 111 110011 100111001 10100 101001

Color Harmonies of #7C5373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5373

Black with #7C5373

Text Example


Text Example

White with #7C5373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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