COLOR #7C627E

HEX: #7C627E RGB: (124,98,126)

Color info

#7C627E contains red, green and blue colors in about the same proportion. Web safe color of #7C627E is #666666 (or #666).

RGB color model

#7C627E color RGB value is (124,98,126).

RGB: (124,98,126) (49%, 38%, 49%)

RGB channels and saturation

R 124 of 255 = 49%
G 98 of 255 = 38%
B 126 of 255 = 49%

124
98
126

R + G + B ~ 45%. #7C627E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 124 + 98 + 126 = 348 (100%)
R 124 of 348 ~ 35.63%
G 98 of 348 ~ 28.16%
B 126 of 348 ~ 36.21'%

%35.63
%28.16
%36.21

CMYK color model

#7C627E color CMYK value is (2,22,0,51).

  • cyan value is 1.59%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK: (2,22,0,51) C2M22Y0K51 (2%,22%,0%,51%) (0.02/0.22/0.00/0.51) 

CMYK percentages

%1.59
%22.22
%0
%50.59

Codes

Color #7C627E in popluar color models

7C 62 7E
RGB 124 98 126
HSL 296° 12.50% 43.92%
HSB/HSV 296° 22.22% 49.41%
CMYK 1.59% 22.22% 0.00%
50.59%

Color #7C627E in popluar number systems.

HEX 7C 62 7E
Decimal 124 98 126
Binary 1111100 1100010 1111110
Octal 174 142 176

Shades and tints

Shades of #7C627E

#7C627E
(124,98,126)
#715A73
(113,90,115)
#665268
(102,82,104)
#5B4A5D
(91,74,93)
#504252
(80,66,82)
#453A47
(69,58,71)
#3A323C
(58,50,60)
#2F2A31
(47,42,49)
#242226
(36,34,38)
#191A1B
(25,26,27)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #7C627E

#7C627E
(124,98,126)
#877089
(135,112,137)
#927E94
(146,126,148)
#9D8C9F
(157,140,159)
#A89AAA
(168,154,170)
#B3A8B5
(179,168,181)
#BEB6C0
(190,182,192)
#C9C4CB
(201,196,203)
#D4D2D6
(212,210,214)
#DFE0E1
(223,224,225)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C627E color. Also use rgb(124,98,126) instead hex code.

Text Font Color

.myTextColor { color: #7C627E; }

<p style="color:#7C627E">This sample text font color is #7C627E.</p>

This text font color is #7C627E.

Background Color

.myBgColor { background-color: #7C627E; }

<div style="background-color:#7C627E">Inner text</div>

This div background color is #7C627E.

Border color

.myBorderColor { border: 1px solid #7C627E; }

<div style="border:3px solid #7C627E">Div</div>

This div border color is #7C627E.

Opacity

.myOpacity80 { color: #7C627E; opacity: 0.8; }

<p style="color:#7C627E;opacity:0.8;">80%</p>

Text with #7C627E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7C627E;}

<p style="text-shadow: 3px 3px 1px #7C627E">Text here.</p>

This text has shadow with #7C627E color.


.textShadow {text-shadow: 3px 3px 1px #7C627E', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7C627E, 5px 5px 20px red">Text here.</p>

This text has shadow with #7C627E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7C627E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7C627E, Direction=45, Strength=4)">Text</p>

This text has shadow with #7C627E and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7C627E;
-webkit-box-shadow: 1px 1px 3px 2px #7C627E;
box-shadow: 1px 1px 3px 2px #7C627E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7C627E; -webkit-box-shadow: 1px 1px 3px 2px #7C627E; box-shadow:1px 1px 3px 2px #7C627E;">
Div content here
</div>

This div box has shadow with color #7C627E.

Preview

Color preview on black background

This text has color #7C627E on black background.


Color preview on white background

This text has color #7C627E on white background.


Black color preview on #7C627E background

This text has black color on #7C627E background.


White color preview on #7C627E background

This text has white color on #7C627E background.


Related colors

Complementary color

Complementary color for #hex is #839D81.


I love getcolorcode.com

Triadic colors

1 #7E7C62 and #627E7C with #7C627E are triadic colors.

2 #7E627C and #627C7E with #7C627E are triadic colors.