Html Css Color HEX #7C5575 Trendy Pink

📋 copy color: '#7C5575'

red 124 ◦ green 85 ◦ blue 117

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

Shades of Trendy Pink #7C5575

Tints of Trendy Pink #7C5575

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.07%

 BLUE value IS 117 (46.09% from 255) = 35.89%

R = 38.04%
G = 26.07%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#7C5575 (or 0x7C5575) is known color: Trendy Pink. HEX triplet: 7C, 55 and 75. RGB value is (124,85,117). Sum of RGB (Red+Green+Blue) = 124+85+117=326 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.04% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5575 is #83AA8A. Grayscale: #646464. Windows color (decimal): -8628875 or 7689596. OLE color: 7689596.

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

Color convert

RGB 124 85 117 -
CMYK 0 0.31 0.06 0.51
HSL 310.77º 0.19% 0.41% -
HSV(B) 310.77º 0.31% 0.49% -
XYZ 14.77 12.07 18.38 -
YUV 100.31 137.42 144.9 -
System Red Green Blue C M Y K H S L
Decimal 124 85 117 0 0.31 0.06 0.51 310.77 0.19 0.41
Hex 7C 55 75 0 1F 6 33 137 13 29
Octal 174 125 165 0 37 6 63 467 23 51
Binary 1111100 1010101 1110101 0 11111 110 110011 100110111 10011 101001

Color Harmonies of #7C5575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5575

Black with #7C5575

Text Example


Text Example

White with #7C5575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,85,117); }

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

background-color css

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

 a { background-color: rgb(124,85,117); }

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

border-color css

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

 span { border-color: rgb(124,85,117); }

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