Html Css Color HEX #7C527C Trendy Pink

📋 copy color: '#7C527C'

red 124 ◦ green 82 ◦ blue 124

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

Shades of Trendy Pink #7C527C

Tints of Trendy Pink #7C527C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.85%

 BLUE value IS 124 (48.83% from 255) = 37.58%

R = 37.58%
G = 24.85%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7C527C (or 0x7C527C) is known color: Trendy Pink. HEX triplet: 7C, 52 and 7C. RGB value is (124,82,124). Sum of RGB (Red+Green+Blue) = 124+82+124=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 124 - color contains mainly: red, blue. Hex color #7C527C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C527C is #83AD83. Grayscale: #636363. Windows color (decimal): -8629636 or 8147580. OLE color: 8147580.

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

Color convert

RGB 124 82 124 -
CMYK 0 0.34 0 0.51
HSL 300º 0.2% 0.4% -
HSV(B) 300º 0.34% 0.49% -
XYZ 14.97 11.77 20.55 -
YUV 99.35 141.91 145.58 -
System Red Green Blue C M Y K H S L
Decimal 124 82 124 0 0.34 0 0.51 300 0.2 0.4
Hex 7C 52 7C 0 22 0 33 12C 14 28
Octal 174 122 174 0 42 0 63 454 24 50
Binary 1111100 1010010 1111100 0 100010 0 110011 100101100 10100 101000

Color Harmonies of #7C527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C527C

Black with #7C527C

Text Example


Text Example

White with #7C527C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,82,124); }

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

background-color css

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

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

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

border-color css

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

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

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