COLOR #7B7063

HEX: #7B7063 RGB: (123,112,99)

Color info

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

RGB color model

#7B7063 color RGB value is (123,112,99).

RGB: (123,112,99) (48%, 44%, 39%)

RGB channels and saturation

R 123 of 255 = 48%
G 112 of 255 = 44%
B 99 of 255 = 39%

123
112
99

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

Portions of RGB colors in percentages

R + G + B = 123 + 112 + 99 = 334 (100%)
R 123 of 334 ~ 36.83%
G 112 of 334 ~ 33.53%
B 99 of 334 ~ 29.64'%

%36.83
%33.53
%29.64

CMYK color model

#7B7063 color CMYK value is (0,9,20,52).

  • cyan value is 0.00%
  • magenta value is 8.94%
  • yellow value is 19.51%
  • key color value is 51.76%

CMYK: (0,9,20,52)
C0M9Y20K52 (0%, 9%, 20%, 52%)
(0.00 / 0.09 / 0.20 / 0.52)

CMYK percentages

%0
%8.94
%19.51
%51.76

Codes

Color #7B7063 in popluar color models

7B 70 63
RGB 123 112 99
HSL 33° 10.81% 43.53%
HSB/HSV 33° 19.51% 48.24%
CMYK 0.00% 8.94% 19.51%
51.76%

Color #7B7063 in popluar number systems.

HEX 7B 70 63
Decimal 123 112 99
Binary 1111011 1110000 1100011
Octal 173 160 143

Shades and tints

Shades of #7B7063

#7B7063
(123,112,99)
#70665A
(112,102,90)
#655C51
(101,92,81)
#5A5248
(90,82,72)
#4F483F
(79,72,63)
#443E36
(68,62,54)
#39342D
(57,52,45)
#2E2A24
(46,42,36)
#23201B
(35,32,27)
#181612
(24,22,18)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #7B7063

#7B7063
(123,112,99)
#877D71
(135,125,113)
#938A7F
(147,138,127)
#9F978D
(159,151,141)
#ABA49B
(171,164,155)
#B7B1A9
(183,177,169)
#C3BEB7
(195,190,183)
#CFCBC5
(207,203,197)
#DBD8D3
(219,216,211)
#E7E5E1
(231,229,225)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7063; }

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

This text font color is #7B7063.

Background Color

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

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

This div background color is #7B7063.

Border color

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

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

This div border color is #7B7063.

Opacity

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

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

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

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

This text has shadow with #7B7063 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B7063.

Preview

Color preview on black background

This text has color #7B7063 on black background.


Color preview on white background

This text has color #7B7063 on white background.


Black color preview on #7B7063 background

This text has black color on #7B7063 background.


White color preview on #7B7063 background

This text has white color on #7B7063 background.


Related colors

Complementary color

Complementary color for #hex is #848F9C.


I love getcolorcode.com

Triadic colors

1 #637B70 and #70637B with #7B7063 are triadic colors.

2 #63707B and #707B63 with #7B7063 are triadic colors.