COLOR #7B696D

HEX: #7B696D
RGB: (123,105,109)

Color info

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

RGB color model

#7B696D color RGB value is (123,105,109).

  • red value is 123;
  • green value is 105;
  • blue value is 109.
RGB:
(123,105,109)
(48%,41%,43%)

RGB channels and saturation

R 123 of 255 = 48%
G 105 of 255 = 41%
B 109 of 255 = 43%

123
105
109

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

Portions of RGB colors in percentages

R + G + B =
123 + 105 + 109 = 337 (100%)
R 123 of 337 ~ 36.5%
G 105 of 337 ~ 31.16%
B 109 of 337 ~ 32.34%

%36.5
%31.16
%32.34

CMYK color model

#7B696D color CMYK value is (0,15,11,52).

  • cyan value is 0.00%
  • magenta value is 14.63%
  • yellow value is 11.38%
  • key color value is 51.76%
CMYK:
(0,15,11,52)
C0M15Y11K52 
(0%,15%,11%,52%)
(0.00/0.15/0.11/0.52)	

CMYK percentages

%0
%14.63
%11.38
%51.76

Codes

Color #7B696D in popluar color models

7B696D
RGB123105109
HSL347°7.89%44.71%
HSB/HSV347°14.63%48.24%
CMYK0.00%14.63%11.38%
51.76%

Color #7B696D in popluar number systems.

HEX7B696D
Decimal123105109
Binary111101111010011101101
Octal173151155

Shades and tints

Shades of #7B696D

#7B696D
(123,105,109)
#706064
(112,96,100)
#65575B
(101,87,91)
#5A4E52
(90,78,82)
#4F4549
(79,69,73)
#443C40
(68,60,64)
#393337
(57,51,55)
#2E2A2E
(46,42,46)
#232125
(35,33,37)
#18181C
(24,24,28)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #7B696D

#7B696D
(123,105,109)
#87767A
(135,118,122)
#938387
(147,131,135)
#9F9094
(159,144,148)
#AB9DA1
(171,157,161)
#B7AAAE
(183,170,174)
#C3B7BB
(195,183,187)
#CFC4C8
(207,196,200)
#DBD1D5
(219,209,213)
#E7DEE2
(231,222,226)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B696D color. Also use rgb(123,105,109) instead hex code.

Text Font Color

.myTextColor { color: #7B696D; }

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

This text font color is #7B696D.


Background Color

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

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

This div background color is #7B696D.


Border color

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

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

This div border color is #7B696D.


Opacity

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

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

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

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

This text has shadow with #7B696D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B696D on black background.


Color preview on white background

This text has color #7B696D on white background.



Black color preview on #7B696D background

This text has black color on #7B696D background.


White color preview on #7B696D background

This text has white color on #7B696D background.