COLOR #7B7863

HEX: #7B7863 RGB: (123,120,99)

Color info

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

RGB color model

#7B7863 color RGB value is (123,120,99).

RGB: (123,120,99) (48%, 47%, 39%)

RGB channels and saturation

R 123 of 255 = 48%
G 120 of 255 = 47%
B 99 of 255 = 39%

123
120
99

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

Portions of RGB colors in percentages

R + G + B = 123 + 120 + 99 = 342 (100%)
R 123 of 342 ~ 35.96%
G 120 of 342 ~ 35.09%
B 99 of 342 ~ 28.95'%

%35.96
%35.09
%28.95

CMYK color model

#7B7863 color CMYK value is (0,2,20,52).

  • cyan value is 0.00%
  • magenta value is 2.44%
  • yellow value is 19.51%
  • key color value is 51.76%
CMYK: (0,2,20,52) C0M2Y20K52 (0%,2%,20%,52%) (0.00/0.02/0.20/0.52) 

CMYK percentages

%0
%2.44
%19.51
%51.76

Codes

Color #7B7863 in popluar color models

7B 78 63
RGB 123 120 99
HSL 53° 10.81% 43.53%
HSB/HSV 53° 19.51% 48.24%
CMYK 0.00% 2.44% 19.51%
51.76%

Color #7B7863 in popluar number systems.

HEX 7B 78 63
Decimal 123 120 99
Binary 1111011 1111000 1100011
Octal 173 170 143

Shades and tints

Shades of #7B7863

#7B7863
(123,120,99)
#706E5A
(112,110,90)
#656451
(101,100,81)
#5A5A48
(90,90,72)
#4F503F
(79,80,63)
#444636
(68,70,54)
#393C2D
(57,60,45)
#2E3224
(46,50,36)
#23281B
(35,40,27)
#181E12
(24,30,18)
#0D1409
(13,20,9)
#000000
(0,0,0)

Tints of #7B7863

#7B7863
(123,120,99)
#878471
(135,132,113)
#93907F
(147,144,127)
#9F9C8D
(159,156,141)
#ABA89B
(171,168,155)
#B7B4A9
(183,180,169)
#C3C0B7
(195,192,183)
#CFCCC5
(207,204,197)
#DBD8D3
(219,216,211)
#E7E4E1
(231,228,225)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7863; }

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

This text font color is #7B7863.

Background Color

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

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

This div background color is #7B7863.

Border color

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

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

This div border color is #7B7863.

Opacity

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

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

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

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

This text has shadow with #7B7863 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B7863.

Preview

Color preview on black background

This text has color #7B7863 on black background.


Color preview on white background

This text has color #7B7863 on white background.


Black color preview on #7B7863 background

This text has black color on #7B7863 background.


White color preview on #7B7863 background

This text has white color on #7B7863 background.


Related colors

Complementary color

Complementary color for #hex is #84879C.


I love getcolorcode.com

Triadic colors

1 #637B78 and #78637B with #7B7863 are triadic colors.

2 #63787B and #787B63 with #7B7863 are triadic colors.