COLOR #7B7F63

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

123
127
99

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

Portions of RGB colors in percentages

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

%35.24
%36.39
%28.37

CMYK color model

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

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

CMYK percentages

%3.15
%0
%22.05
%50.2

Codes

Color #7B7F63 in popluar color models

7B7F63
RGB12312799
HSL69°12.39%44.31%
HSB/HSV69°22.05%49.80%
CMYK3.15%0.00%22.05%
50.20%

Color #7B7F63 in popluar number systems.

HEX7B7F63
Decimal12312799
Binary111101111111111100011
Octal173177143

Shades and tints

Shades of #7B7F63

#7B7F63
(123,127,99)
#70745A
(112,116,90)
#656951
(101,105,81)
#5A5E48
(90,94,72)
#4F533F
(79,83,63)
#444836
(68,72,54)
#393D2D
(57,61,45)
#2E3224
(46,50,36)
#23271B
(35,39,27)
#181C12
(24,28,18)
#0D1109
(13,17,9)
#000000
(0,0,0)

Tints of #7B7F63

#7B7F63
(123,127,99)
#878A71
(135,138,113)
#93957F
(147,149,127)
#9FA08D
(159,160,141)
#ABAB9B
(171,171,155)
#B7B6A9
(183,182,169)
#C3C1B7
(195,193,183)
#CFCCC5
(207,204,197)
#DBD7D3
(219,215,211)
#E7E2E1
(231,226,225)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7F63; }

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

This text font color is #7B7F63.


Background Color

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

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

This div background color is #7B7F63.


Border color

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

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

This div border color is #7B7F63.


Opacity

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

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

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

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

This text has shadow with #7B7F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7F63 on black background.


Color preview on white background

This text has color #7B7F63 on white background.



Black color preview on #7B7F63 background

This text has black color on #7B7F63 background.


White color preview on #7B7F63 background

This text has white color on #7B7F63 background.