COLOR #7B7276

HEX: #7B7276
RGB: (123,114,118)

Color info

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

RGB color model

#7B7276 color RGB value is (123,114,118).

  • red value is 123;
  • green value is 114;
  • blue value is 118.
RGB:
(123,114,118)
(48%,45%,46%)

RGB channels and saturation

R 123 of 255 = 48%
G 114 of 255 = 45%
B 118 of 255 = 46%

123
114
118

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

Portions of RGB colors in percentages

R + G + B =
123 + 114 + 118 = 355 (100%)
R 123 of 355 ~ 34.65%
G 114 of 355 ~ 32.11%
B 118 of 355 ~ 33.24%

%34.65
%32.11
%33.24

CMYK color model

#7B7276 color CMYK value is (0,7,4,52).

  • cyan value is 0.00%
  • magenta value is 7.32%
  • yellow value is 4.07%
  • key color value is 51.76%
CMYK:
(0,7,4,52)
C0M7Y4K52 
(0%,7%,4%,52%)
(0.00/0.07/0.04/0.52)	

CMYK percentages

%0
%7.32
%4.07
%51.76

Codes

Color #7B7276 in popluar color models

7B7276
RGB123114118
HSL333°3.80%46.47%
HSB/HSV333°7.32%48.24%
CMYK0.00%7.32%4.07%
51.76%

Color #7B7276 in popluar number systems.

HEX7B7276
Decimal123114118
Binary111101111100101110110
Octal173162166

Shades and tints

Shades of #7B7276

#7B7276
(123,114,118)
#70686C
(112,104,108)
#655E62
(101,94,98)
#5A5458
(90,84,88)
#4F4A4E
(79,74,78)
#444044
(68,64,68)
#39363A
(57,54,58)
#2E2C30
(46,44,48)
#232226
(35,34,38)
#18181C
(24,24,28)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #7B7276

#7B7276
(123,114,118)
#877E82
(135,126,130)
#938A8E
(147,138,142)
#9F969A
(159,150,154)
#ABA2A6
(171,162,166)
#B7AEB2
(183,174,178)
#C3BABE
(195,186,190)
#CFC6CA
(207,198,202)
#DBD2D6
(219,210,214)
#E7DEE2
(231,222,226)
#F3EAEE
(243,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7276 color. Also use rgb(123,114,118) instead hex code.

Text Font Color

.myTextColor { color: #7B7276; }

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

This text font color is #7B7276.


Background Color

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

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

This div background color is #7B7276.


Border color

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

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

This div border color is #7B7276.


Opacity

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

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

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

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

This text has shadow with #7B7276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7276 on black background.


Color preview on white background

This text has color #7B7276 on white background.



Black color preview on #7B7276 background

This text has black color on #7B7276 background.


White color preview on #7B7276 background

This text has white color on #7B7276 background.