COLOR #7B656E

HEX: #7B656E RGB: (123,101,110)

Color info

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

RGB color model

#7B656E color RGB value is (123,101,110).

RGB: (123,101,110) (48%, 40%, 43%)

RGB channels and saturation

R 123 of 255 = 48%
G 101 of 255 = 40%
B 110 of 255 = 43%

123
101
110

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

Portions of RGB colors in percentages

R + G + B = 123 + 101 + 110 = 334 (100%)
R 123 of 334 ~ 36.83%
G 101 of 334 ~ 30.24%
B 110 of 334 ~ 32.93'%

%36.83
%30.24
%32.93

CMYK color model

#7B656E color CMYK value is (0,18,11,52).

  • cyan value is 0.00%
  • magenta value is 17.89%
  • yellow value is 10.57%
  • key color value is 51.76%

CMYK: (0,18,11,52)
C0M18Y11K52 (0%, 18%, 11%, 52%)
(0.00 / 0.18 / 0.11 / 0.52)

CMYK percentages

%0
%17.89
%10.57
%51.76

Codes

Color #7B656E in popluar color models

7B 65 6E
RGB 123 101 110
HSL 335° 9.82% 43.92%
HSB/HSV 335° 17.89% 48.24%
CMYK 0.00% 17.89% 10.57%
51.76%

Color #7B656E in popluar number systems.

HEX 7B 65 6E
Decimal 123 101 110
Binary 1111011 1100101 1101110
Octal 173 145 156

Shades and tints

Shades of #7B656E

#7B656E
(123,101,110)
#705C64
(112,92,100)
#65535A
(101,83,90)
#5A4A50
(90,74,80)
#4F4146
(79,65,70)
#44383C
(68,56,60)
#392F32
(57,47,50)
#2E2628
(46,38,40)
#231D1E
(35,29,30)
#181414
(24,20,20)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #7B656E

#7B656E
(123,101,110)
#87737B
(135,115,123)
#938188
(147,129,136)
#9F8F95
(159,143,149)
#AB9DA2
(171,157,162)
#B7ABAF
(183,171,175)
#C3B9BC
(195,185,188)
#CFC7C9
(207,199,201)
#DBD5D6
(219,213,214)
#E7E3E3
(231,227,227)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B656E; }

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

This text font color is #7B656E.

Background Color

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

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

This div background color is #7B656E.

Border color

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

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

This div border color is #7B656E.

Opacity

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

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

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

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

This text has shadow with #7B656E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B656E.

Preview

Color preview on black background

This text has color #7B656E on black background.


Color preview on white background

This text has color #7B656E on white background.


Black color preview on #7B656E background

This text has black color on #7B656E background.


White color preview on #7B656E background

This text has white color on #7B656E background.


Related colors

Complementary color

Complementary color for #hex is #849A91.


I love getcolorcode.com

Triadic colors

1 #6E7B65 and #656E7B with #7B656E are triadic colors.

2 #6E657B and #657B6E with #7B656E are triadic colors.