COLOR #7B696E

HEX: #7B696E
RGB: (123,105,110)

Color info

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

RGB color model

#7B696E color RGB value is (123,105,110).

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

RGB channels and saturation

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

123
105
110

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

Portions of RGB colors in percentages

R + G + B =
123 + 105 + 110 = 338 (100%)
R 123 of 338 ~ 36.39%
G 105 of 338 ~ 31.07%
B 110 of 338 ~ 32.54%

%36.39
%31.07
%32.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.63%
  • yellow value is 10.57%
  • 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
%10.57
%51.76

Codes

Color #7B696E in popluar color models

7B696E
RGB123105110
HSL343°7.89%44.71%
HSB/HSV343°14.63%48.24%
CMYK0.00%14.63%10.57%
51.76%

Color #7B696E in popluar number systems.

HEX7B696E
Decimal123105110
Binary111101111010011101110
Octal173151156

Shades and tints

Shades of #7B696E

#7B696E
(123,105,110)
#706064
(112,96,100)
#65575A
(101,87,90)
#5A4E50
(90,78,80)
#4F4546
(79,69,70)
#443C3C
(68,60,60)
#393332
(57,51,50)
#2E2A28
(46,42,40)
#23211E
(35,33,30)
#181814
(24,24,20)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #7B696E

#7B696E
(123,105,110)
#87767B
(135,118,123)
#938388
(147,131,136)
#9F9095
(159,144,149)
#AB9DA2
(171,157,162)
#B7AAAF
(183,170,175)
#C3B7BC
(195,183,188)
#CFC4C9
(207,196,201)
#DBD1D6
(219,209,214)
#E7DEE3
(231,222,227)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B696E; }

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

This text font color is #7B696E.


Background Color

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

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

This div background color is #7B696E.


Border color

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

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

This div border color is #7B696E.


Opacity

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

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

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

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

This text has shadow with #7B696E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B696E on black background.


Color preview on white background

This text has color #7B696E on white background.



Black color preview on #7B696E background

This text has black color on #7B696E background.


White color preview on #7B696E background

This text has white color on #7B696E background.