COLOR #7B6763

HEX: #7B6763 RGB: (123,103,99)

Color info

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

RGB color model

#7B6763 color RGB value is (123,103,99).

RGB: (123,103,99) (48%, 40%, 39%)

RGB channels and saturation

R 123 of 255 = 48%
G 103 of 255 = 40%
B 99 of 255 = 39%

123
103
99

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

Portions of RGB colors in percentages

R + G + B = 123 + 103 + 99 = 325 (100%)
R 123 of 325 ~ 37.85%
G 103 of 325 ~ 31.69%
B 99 of 325 ~ 30.46'%

%37.85
%31.69
%30.46

CMYK color model

#7B6763 color CMYK value is (0,16,20,52).

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

CMYK: (0,16,20,52)
C0M16Y20K52 (0%, 16%, 20%, 52%)
(0.00 / 0.16 / 0.20 / 0.52)

CMYK percentages

%0
%16.26
%19.51
%51.76

Codes

Color #7B6763 in popluar color models

7B 67 63
RGB 123 103 99
HSL 10° 10.81% 43.53%
HSB/HSV 10° 19.51% 48.24%
CMYK 0.00% 16.26% 19.51%
51.76%

Color #7B6763 in popluar number systems.

HEX 7B 67 63
Decimal 123 103 99
Binary 1111011 1100111 1100011
Octal 173 147 143

Shades and tints

Shades of #7B6763

#7B6763
(123,103,99)
#705E5A
(112,94,90)
#655551
(101,85,81)
#5A4C48
(90,76,72)
#4F433F
(79,67,63)
#443A36
(68,58,54)
#39312D
(57,49,45)
#2E2824
(46,40,36)
#231F1B
(35,31,27)
#181612
(24,22,18)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #7B6763

#7B6763
(123,103,99)
#877471
(135,116,113)
#93817F
(147,129,127)
#9F8E8D
(159,142,141)
#AB9B9B
(171,155,155)
#B7A8A9
(183,168,169)
#C3B5B7
(195,181,183)
#CFC2C5
(207,194,197)
#DBCFD3
(219,207,211)
#E7DCE1
(231,220,225)
#F3E9EF
(243,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6763; }

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

This text font color is #7B6763.

Background Color

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

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

This div background color is #7B6763.

Border color

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

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

This div border color is #7B6763.

Opacity

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

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

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

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

This text has shadow with #7B6763 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B6763.

Preview

Color preview on black background

This text has color #7B6763 on black background.


Color preview on white background

This text has color #7B6763 on white background.


Black color preview on #7B6763 background

This text has black color on #7B6763 background.


White color preview on #7B6763 background

This text has white color on #7B6763 background.


Related colors

Complementary color

Complementary color for #hex is #84989C.


I love getcolorcode.com

Triadic colors

1 #637B67 and #67637B with #7B6763 are triadic colors.

2 #63677B and #677B63 with #7B6763 are triadic colors.