COLOR #7B697A

HEX: #7B697A
RGB: (123,105,122)

Color info

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

RGB color model

#7B697A color RGB value is (123,105,122).

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

RGB channels and saturation

R 123 of 255 = 48%
G 105 of 255 = 41%
B 122 of 255 = 48%

123
105
122

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

Portions of RGB colors in percentages

R + G + B =
123 + 105 + 122 = 350 (100%)
R 123 of 350 ~ 35.14%
G 105 of 350 ~ 30%
B 122 of 350 ~ 34.86%

%35.14
%30
%34.86

CMYK color model

#7B697A color CMYK value is (0,15,1,52).

  • cyan value is 0.00%
  • magenta value is 14.63%
  • yellow value is 0.81%
  • key color value is 51.76%
CMYK:
(0,15,1,52)
C0M15Y1K52 
(0%,15%,1%,52%)
(0.00/0.15/0.01/0.52)	

CMYK percentages

%0
%14.63
%0.81
%51.76

Codes

Color #7B697A in popluar color models

7B697A
RGB123105122
HSL303°7.89%44.71%
HSB/HSV303°14.63%48.24%
CMYK0.00%14.63%0.81%
51.76%

Color #7B697A in popluar number systems.

HEX7B697A
Decimal123105122
Binary111101111010011111010
Octal173151172

Shades and tints

Shades of #7B697A

#7B697A
(123,105,122)
#70606F
(112,96,111)
#655764
(101,87,100)
#5A4E59
(90,78,89)
#4F454E
(79,69,78)
#443C43
(68,60,67)
#393338
(57,51,56)
#2E2A2D
(46,42,45)
#232122
(35,33,34)
#181817
(24,24,23)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #7B697A

#7B697A
(123,105,122)
#877686
(135,118,134)
#938392
(147,131,146)
#9F909E
(159,144,158)
#AB9DAA
(171,157,170)
#B7AAB6
(183,170,182)
#C3B7C2
(195,183,194)
#CFC4CE
(207,196,206)
#DBD1DA
(219,209,218)
#E7DEE6
(231,222,230)
#F3EBF2
(243,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B697A; }

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

This text font color is #7B697A.


Background Color

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

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

This div background color is #7B697A.


Border color

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

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

This div border color is #7B697A.


Opacity

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

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

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

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

This text has shadow with #7B697A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B697A on black background.


Color preview on white background

This text has color #7B697A on white background.



Black color preview on #7B697A background

This text has black color on #7B697A background.


White color preview on #7B697A background

This text has white color on #7B697A background.