COLOR #7B627F

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

123
98
127

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

Portions of RGB colors in percentages

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

%35.34
%28.16
%36.49

CMYK color model

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

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

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

CMYK percentages

%3.15
%22.83
%0
%50.2

Codes

Color #7B627F in popluar color models

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

Color #7B627F in popluar number systems.

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

Shades and tints

Shades of #7B627F

#7B627F
(123,98,127)
#705A74
(112,90,116)
#655269
(101,82,105)
#5A4A5E
(90,74,94)
#4F4253
(79,66,83)
#443A48
(68,58,72)
#39323D
(57,50,61)
#2E2A32
(46,42,50)
#232227
(35,34,39)
#181A1C
(24,26,28)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #7B627F

#7B627F
(123,98,127)
#87708A
(135,112,138)
#937E95
(147,126,149)
#9F8CA0
(159,140,160)
#AB9AAB
(171,154,171)
#B7A8B6
(183,168,182)
#C3B6C1
(195,182,193)
#CFC4CC
(207,196,204)
#DBD2D7
(219,210,215)
#E7E0E2
(231,224,226)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B627F; }

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

This text font color is #7B627F.

Background Color

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

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

This div background color is #7B627F.

Border color

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

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

This div border color is #7B627F.

Opacity

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

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

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

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

This text has shadow with #7B627F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B627F.

Preview

Color preview on black background

This text has color #7B627F on black background.


Color preview on white background

This text has color #7B627F on white background.


Black color preview on #7B627F background

This text has black color on #7B627F background.


White color preview on #7B627F background

This text has white color on #7B627F background.


Related colors

Complementary color

Complementary color for #hex is #849D80.


I love getcolorcode.com

Triadic colors

1 #7F7B62 and #627F7B with #7B627F are triadic colors.

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