COLOR #7B7269

HEX: #7B7269
RGB: (123,114,105)

Color info

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

RGB color model

#7B7269 color RGB value is (123,114,105).

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

RGB channels and saturation

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

123
114
105

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

Portions of RGB colors in percentages

R + G + B =
123 + 114 + 105 = 342 (100%)
R 123 of 342 ~ 35.96%
G 114 of 342 ~ 33.33%
B 105 of 342 ~ 30.7%

%35.96
%33.33
%30.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.32%
  • yellow value is 14.63%
  • key color value is 51.76%
CMYK:
(0,7,15,52)
C0M7Y15K52 
(0%,7%,15%,52%)
(0.00/0.07/0.15/0.52)	

CMYK percentages

%0
%7.32
%14.63
%51.76

Codes

Color #7B7269 in popluar color models

7B7269
RGB123114105
HSL30°7.89%44.71%
HSB/HSV30°14.63%48.24%
CMYK0.00%7.32%14.63%
51.76%

Color #7B7269 in popluar number systems.

HEX7B7269
Decimal123114105
Binary111101111100101101001
Octal173162151

Shades and tints

Shades of #7B7269

#7B7269
(123,114,105)
#706860
(112,104,96)
#655E57
(101,94,87)
#5A544E
(90,84,78)
#4F4A45
(79,74,69)
#44403C
(68,64,60)
#393633
(57,54,51)
#2E2C2A
(46,44,42)
#232221
(35,34,33)
#181818
(24,24,24)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #7B7269

#7B7269
(123,114,105)
#877E76
(135,126,118)
#938A83
(147,138,131)
#9F9690
(159,150,144)
#ABA29D
(171,162,157)
#B7AEAA
(183,174,170)
#C3BAB7
(195,186,183)
#CFC6C4
(207,198,196)
#DBD2D1
(219,210,209)
#E7DEDE
(231,222,222)
#F3EAEB
(243,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7269; }

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

This text font color is #7B7269.


Background Color

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

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

This div background color is #7B7269.


Border color

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

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

This div border color is #7B7269.


Opacity

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

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

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

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

This text has shadow with #7B7269 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7269 on black background.


Color preview on white background

This text has color #7B7269 on white background.



Black color preview on #7B7269 background

This text has black color on #7B7269 background.


White color preview on #7B7269 background

This text has white color on #7B7269 background.