COLOR #7B637F

HEX: #7B637F
RGB: (123,99,127)

Color info

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

RGB color model

#7B637F color RGB value is (123,99,127).

  • red value is 123;
  • green value is 99;
  • blue value is 127.
RGB:
(123,99,127)
(48%,39%,50%)

RGB channels and saturation

R 123 of 255 = 48%
G 99 of 255 = 39%
B 127 of 255 = 50%

123
99
127

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

Portions of RGB colors in percentages

R + G + B =
123 + 99 + 127 = 349 (100%)
R 123 of 349 ~ 35.24%
G 99 of 349 ~ 28.37%
B 127 of 349 ~ 36.39%

%35.24
%28.37
%36.39

CMYK color model

#7B637F color CMYK value is (3,22,0,50).

  • cyan value is 3.15%
  • magenta value is 22.05%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(3,22,0,50)
C3M22Y0K50 
(3%,22%,0%,50%)
(0.03/0.22/0.00/0.50)	

CMYK percentages

%3.15
%22.05
%0
%50.2

Codes

Color #7B637F in popluar color models

7B637F
RGB12399127
HSL291°12.39%44.31%
HSB/HSV291°22.05%49.80%
CMYK3.15%22.05%0.00%
50.20%

Color #7B637F in popluar number systems.

HEX7B637F
Decimal12399127
Binary111101111000111111111
Octal173143177

Shades and tints

Shades of #7B637F

#7B637F
(123,99,127)
#705A74
(112,90,116)
#655169
(101,81,105)
#5A485E
(90,72,94)
#4F3F53
(79,63,83)
#443648
(68,54,72)
#392D3D
(57,45,61)
#2E2432
(46,36,50)
#231B27
(35,27,39)
#18121C
(24,18,28)
#0D0911
(13,9,17)
#000000
(0,0,0)

Tints of #7B637F

#7B637F
(123,99,127)
#87718A
(135,113,138)
#937F95
(147,127,149)
#9F8DA0
(159,141,160)
#AB9BAB
(171,155,171)
#B7A9B6
(183,169,182)
#C3B7C1
(195,183,193)
#CFC5CC
(207,197,204)
#DBD3D7
(219,211,215)
#E7E1E2
(231,225,226)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B637F; }

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

This text font color is #7B637F.


Background Color

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

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

This div background color is #7B637F.


Border color

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

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

This div border color is #7B637F.


Opacity

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

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

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

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

This text has shadow with #7B637F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B637F on black background.


Color preview on white background

This text has color #7B637F on white background.



Black color preview on #7B637F background

This text has black color on #7B637F background.


White color preview on #7B637F background

This text has white color on #7B637F background.