COLOR #7B7469

HEX: #7B7469
RGB: (123,116,105)

Color info

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

RGB color model

#7B7469 color RGB value is (123,116,105).

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

RGB channels and saturation

R 123 of 255 = 48%
G 116 of 255 = 45%
B 105 of 255 = 41%

123
116
105

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

Portions of RGB colors in percentages

R + G + B =
123 + 116 + 105 = 344 (100%)
R 123 of 344 ~ 35.76%
G 116 of 344 ~ 33.72%
B 105 of 344 ~ 30.52%

%35.76
%33.72
%30.52

CMYK color model

#7B7469 color CMYK value is (0,6,15,52).

  • cyan value is 0.00%
  • magenta value is 5.69%
  • yellow value is 14.63%
  • key color value is 51.76%
CMYK:
(0,6,15,52)
C0M6Y15K52 
(0%,6%,15%,52%)
(0.00/0.06/0.15/0.52)	

CMYK percentages

%0
%5.69
%14.63
%51.76

Codes

Color #7B7469 in popluar color models

7B7469
RGB123116105
HSL37°7.89%44.71%
HSB/HSV37°14.63%48.24%
CMYK0.00%5.69%14.63%
51.76%

Color #7B7469 in popluar number systems.

HEX7B7469
Decimal123116105
Binary111101111101001101001
Octal173164151

Shades and tints

Shades of #7B7469

#7B7469
(123,116,105)
#706A60
(112,106,96)
#656057
(101,96,87)
#5A564E
(90,86,78)
#4F4C45
(79,76,69)
#44423C
(68,66,60)
#393833
(57,56,51)
#2E2E2A
(46,46,42)
#232421
(35,36,33)
#181A18
(24,26,24)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #7B7469

#7B7469
(123,116,105)
#878076
(135,128,118)
#938C83
(147,140,131)
#9F9890
(159,152,144)
#ABA49D
(171,164,157)
#B7B0AA
(183,176,170)
#C3BCB7
(195,188,183)
#CFC8C4
(207,200,196)
#DBD4D1
(219,212,209)
#E7E0DE
(231,224,222)
#F3ECEB
(243,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7469; }

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

This text font color is #7B7469.


Background Color

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

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

This div background color is #7B7469.


Border color

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

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

This div border color is #7B7469.


Opacity

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

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

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

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

This text has shadow with #7B7469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7469 on black background.


Color preview on white background

This text has color #7B7469 on white background.



Black color preview on #7B7469 background

This text has black color on #7B7469 background.


White color preview on #7B7469 background

This text has white color on #7B7469 background.