COLOR #7B7A6E

HEX: #7B7A6E
RGB: (123,122,110)

Color info

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

RGB color model

#7B7A6E color RGB value is (123,122,110).

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

RGB channels and saturation

R 123 of 255 = 48%
G 122 of 255 = 48%
B 110 of 255 = 43%

123
122
110

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

Portions of RGB colors in percentages

R + G + B =
123 + 122 + 110 = 355 (100%)
R 123 of 355 ~ 34.65%
G 122 of 355 ~ 34.37%
B 110 of 355 ~ 30.99%

%34.65
%34.37
%30.99

CMYK color model

#7B7A6E color CMYK value is (0,1,11,52).

  • cyan value is 0.00%
  • magenta value is 0.81%
  • yellow value is 10.57%
  • key color value is 51.76%
CMYK:
(0,1,11,52)
C0M1Y11K52 
(0%,1%,11%,52%)
(0.00/0.01/0.11/0.52)	

CMYK percentages

%0
%0.81
%10.57
%51.76

Codes

Color #7B7A6E in popluar color models

7B7A6E
RGB123122110
HSL55°5.58%45.69%
HSB/HSV55°10.57%48.24%
CMYK0.00%0.81%10.57%
51.76%

Color #7B7A6E in popluar number systems.

HEX7B7A6E
Decimal123122110
Binary111101111110101101110
Octal173172156

Shades and tints

Shades of #7B7A6E

#7B7A6E
(123,122,110)
#706F64
(112,111,100)
#65645A
(101,100,90)
#5A5950
(90,89,80)
#4F4E46
(79,78,70)
#44433C
(68,67,60)
#393832
(57,56,50)
#2E2D28
(46,45,40)
#23221E
(35,34,30)
#181714
(24,23,20)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #7B7A6E

#7B7A6E
(123,122,110)
#87867B
(135,134,123)
#939288
(147,146,136)
#9F9E95
(159,158,149)
#ABAAA2
(171,170,162)
#B7B6AF
(183,182,175)
#C3C2BC
(195,194,188)
#CFCEC9
(207,206,201)
#DBDAD6
(219,218,214)
#E7E6E3
(231,230,227)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7A6E; }

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

This text font color is #7B7A6E.


Background Color

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

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

This div background color is #7B7A6E.


Border color

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

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

This div border color is #7B7A6E.


Opacity

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

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

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

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

This text has shadow with #7B7A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7A6E on black background.


Color preview on white background

This text has color #7B7A6E on white background.



Black color preview on #7B7A6E background

This text has black color on #7B7A6E background.


White color preview on #7B7A6E background

This text has white color on #7B7A6E background.