COLOR #7F627B

HEX: #7F627B RGB: (127,98,123)

Color info

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

RGB color model

#7F627B color RGB value is (127,98,123).

RGB: (127,98,123) (50%, 38%, 48%)

RGB channels and saturation

R 127 of 255 = 50%
G 98 of 255 = 38%
B 123 of 255 = 48%

127
98
123

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

Portions of RGB colors in percentages

R + G + B = 127 + 98 + 123 = 348 (100%)
R 127 of 348 ~ 36.49%
G 98 of 348 ~ 28.16%
B 123 of 348 ~ 35.34'%

%36.49
%28.16
%35.34

CMYK color model

#7F627B color CMYK value is (0,23,3,50).

  • cyan value is 0.00%
  • magenta value is 22.83%
  • yellow value is 3.15%
  • key color value is 50.20%

CMYK: (0,23,3,50)
C0M23Y3K50 (0%, 23%, 3%, 50%)
(0.00 / 0.23 / 0.03 / 0.50)

CMYK percentages

%0
%22.83
%3.15
%50.2

Codes

Color #7F627B in popluar color models

7F 62 7B
RGB 127 98 123
HSL 308° 12.89% 44.12%
HSB/HSV 308° 22.83% 49.80%
CMYK 0.00% 22.83% 3.15%
50.20%

Color #7F627B in popluar number systems.

HEX 7F 62 7B
Decimal 127 98 123
Binary 1111111 1100010 1111011
Octal 177 142 173

Shades and tints

Shades of #7F627B

#7F627B
(127,98,123)
#745A70
(116,90,112)
#695265
(105,82,101)
#5E4A5A
(94,74,90)
#53424F
(83,66,79)
#483A44
(72,58,68)
#3D3239
(61,50,57)
#322A2E
(50,42,46)
#272223
(39,34,35)
#1C1A18
(28,26,24)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #7F627B

#7F627B
(127,98,123)
#8A7087
(138,112,135)
#957E93
(149,126,147)
#A08C9F
(160,140,159)
#AB9AAB
(171,154,171)
#B6A8B7
(182,168,183)
#C1B6C3
(193,182,195)
#CCC4CF
(204,196,207)
#D7D2DB
(215,210,219)
#E2E0E7
(226,224,231)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F627B color. Also use rgb(127,98,123) instead hex code.

Text Font Color

.myTextColor { color: #7F627B; }

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

This text font color is #7F627B.

Background Color

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

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

This div background color is #7F627B.

Border color

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

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

This div border color is #7F627B.

Opacity

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

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

Text with #7F627B 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 #7F627B;}

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

This text has shadow with #7F627B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F627B.

Preview

Color preview on black background

This text has color #7F627B on black background.


Color preview on white background

This text has color #7F627B on white background.


Black color preview on #7F627B background

This text has black color on #7F627B background.


White color preview on #7F627B background

This text has white color on #7F627B background.


Related colors

Complementary color

Complementary color for #hex is #809D84.


I love getcolorcode.com

Triadic colors

1 #7B7F62 and #627B7F with #7F627B are triadic colors.

2 #7B627F and #627F7B with #7F627B are triadic colors.