COLOR #7B656C

HEX: #7B656C
RGB: (123,101,108)

Color info

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

RGB color model

#7B656C color RGB value is (123,101,108).

  • red value is 123;
  • green value is 101;
  • blue value is 108.
RGB:
(123,101,108)
(48%,40%,42%)

RGB channels and saturation

R 123 of 255 = 48%
G 101 of 255 = 40%
B 108 of 255 = 42%

123
101
108

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

Portions of RGB colors in percentages

R + G + B =
123 + 101 + 108 = 332 (100%)
R 123 of 332 ~ 37.05%
G 101 of 332 ~ 30.42%
B 108 of 332 ~ 32.53%

%37.05
%30.42
%32.53

CMYK color model

#7B656C color CMYK value is (0,18,12,52).

  • cyan value is 0.00%
  • magenta value is 17.89%
  • yellow value is 12.20%
  • key color value is 51.76%
CMYK:
(0,18,12,52)
C0M18Y12K52 
(0%,18%,12%,52%)
(0.00/0.18/0.12/0.52)	

CMYK percentages

%0
%17.89
%12.2
%51.76

Codes

Color #7B656C in popluar color models

7B656C
RGB123101108
HSL341°9.82%43.92%
HSB/HSV341°17.89%48.24%
CMYK0.00%17.89%12.20%
51.76%

Color #7B656C in popluar number systems.

HEX7B656C
Decimal123101108
Binary111101111001011101100
Octal173145154

Shades and tints

Shades of #7B656C

#7B656C
(123,101,108)
#705C63
(112,92,99)
#65535A
(101,83,90)
#5A4A51
(90,74,81)
#4F4148
(79,65,72)
#44383F
(68,56,63)
#392F36
(57,47,54)
#2E262D
(46,38,45)
#231D24
(35,29,36)
#18141B
(24,20,27)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #7B656C

#7B656C
(123,101,108)
#877379
(135,115,121)
#938186
(147,129,134)
#9F8F93
(159,143,147)
#AB9DA0
(171,157,160)
#B7ABAD
(183,171,173)
#C3B9BA
(195,185,186)
#CFC7C7
(207,199,199)
#DBD5D4
(219,213,212)
#E7E3E1
(231,227,225)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B656C; }

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

This text font color is #7B656C.


Background Color

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

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

This div background color is #7B656C.


Border color

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

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

This div border color is #7B656C.


Opacity

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

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

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

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

This text has shadow with #7B656C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B656C on black background.


Color preview on white background

This text has color #7B656C on white background.



Black color preview on #7B656C background

This text has black color on #7B656C background.


White color preview on #7B656C background

This text has white color on #7B656C background.