COLOR #7B698B

HEX: #7B698B RGB: (123,105,139)

Color info

#7B698B contains red, green and blue colors in about the same proportion. Web safe color of #7B698B is #666699 (or #669).

RGB color model

#7B698B color RGB value is (123,105,139).

RGB: (123,105,139) (48%, 41%, 55%)

RGB channels and saturation

R 123 of 255 = 48%
G 105 of 255 = 41%
B 139 of 255 = 55%

123
105
139

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

Portions of RGB colors in percentages

R + G + B = 123 + 105 + 139 = 367 (100%)
R 123 of 367 ~ 33.51%
G 105 of 367 ~ 28.61%
B 139 of 367 ~ 37.87'%

%33.51
%28.61
%37.87

CMYK color model

#7B698B color CMYK value is (12,24,0,45).

  • cyan value is 11.51%
  • magenta value is 24.46%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK: (12,24,0,45) C12M24Y0K45 (12%,24%,0%,45%) (0.12/0.24/0.00/0.45) 

CMYK percentages

%11.51
%24.46
%0
%45.49

Codes

Color #7B698B in popluar color models

7B 69 8B
RGB 123 105 139
HSL 272° 13.93% 47.84%
HSB/HSV 272° 24.46% 54.51%
CMYK 11.51% 24.46% 0.00%
45.49%

Color #7B698B in popluar number systems.

HEX 7B 69 8B
Decimal 123 105 139
Binary 1111011 1101001 10001011
Octal 173 151 213

Shades and tints

Shades of #7B698B

#7B698B
(123,105,139)
#70607F
(112,96,127)
#655773
(101,87,115)
#5A4E67
(90,78,103)
#4F455B
(79,69,91)
#443C4F
(68,60,79)
#393343
(57,51,67)
#2E2A37
(46,42,55)
#23212B
(35,33,43)
#18181F
(24,24,31)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #7B698B

#7B698B
(123,105,139)
#877695
(135,118,149)
#93839F
(147,131,159)
#9F90A9
(159,144,169)
#AB9DB3
(171,157,179)
#B7AABD
(183,170,189)
#C3B7C7
(195,183,199)
#CFC4D1
(207,196,209)
#DBD1DB
(219,209,219)
#E7DEE5
(231,222,229)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B698B; }

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

This text font color is #7B698B.

Background Color

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

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

This div background color is #7B698B.

Border color

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

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

This div border color is #7B698B.

Opacity

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

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

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

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

This text has shadow with #7B698B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B698B.

Preview

Color preview on black background

This text has color #7B698B on black background.


Color preview on white background

This text has color #7B698B on white background.


Black color preview on #7B698B background

This text has black color on #7B698B background.


White color preview on #7B698B background

This text has white color on #7B698B background.


Related colors

Complementary color

Complementary color for #hex is #849674.


I love getcolorcode.com

Triadic colors

1 #8B7B69 and #698B7B with #7B698B are triadic colors.

2 #8B697B and #697B8B with #7B698B are triadic colors.