Html Css Color HEX #7C647E Trendy Pink

📋 copy color: '#7C647E'

red 124 ◦ green 100 ◦ blue 126

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

Shades of Trendy Pink #7C647E

Tints of Trendy Pink #7C647E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.57%

 BLUE value IS 126 (49.61% from 255) = 36%

R = 35.43%
G = 28.57%
B = 36%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7C647E (or 0x7C647E) is known color: Trendy Pink. HEX triplet: 7C, 64 and 7E. RGB value is (124,100,126). Sum of RGB (Red+Green+Blue) = 124+100+126=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 126 - color contains mainly: blue. Hex color #7C647E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C647E is #839B81. Grayscale: #6E6E6E. Windows color (decimal): -8625026 or 8283260. OLE color: 8283260.

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

Color convert

RGB 124 100 126 -
CMYK 0.02 0.21 0 0.51
HSL 295.38º 0.12% 0.44% -
HSV(B) 295.38º 0.21% 0.49% -
XYZ 16.64 14.91 21.74 -
YUV 110.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 124 100 126 0.02 0.21 0 0.51 295.38 0.12 0.44
Hex 7C 64 7E 2 15 0 33 127 C 2C
Octal 174 144 176 2 25 0 63 447 14 54
Binary 1111100 1100100 1111110 10 10101 0 110011 100100111 1100 101100

Color Harmonies of #7C647E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C647E

Black with #7C647E

Text Example


Text Example

White with #7C647E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,100,126); }

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

background-color css

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

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

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

border-color css

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

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

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