COLOR #7B7D69

HEX: #7B7D69
RGB: (123,125,105)

Color info

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

RGB color model

#7B7D69 color RGB value is (123,125,105).

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

RGB channels and saturation

R 123 of 255 = 48%
G 125 of 255 = 49%
B 105 of 255 = 41%

123
125
105

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

Portions of RGB colors in percentages

R + G + B =
123 + 125 + 105 = 353 (100%)
R 123 of 353 ~ 34.84%
G 125 of 353 ~ 35.41%
B 105 of 353 ~ 29.75%

%34.84
%35.41
%29.75

CMYK color model

#7B7D69 color CMYK value is (2,0,16,51).

  • cyan value is 1.60%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 50.98%
CMYK:
(2,0,16,51)
C2M0Y16K51 
(2%,0%,16%,51%)
(0.02/0.00/0.16/0.51)	

CMYK percentages

%1.6
%0
%16
%50.98

Codes

Color #7B7D69 in popluar color models

7B7D69
RGB123125105
HSL66°8.70%45.10%
HSB/HSV66°16.00%49.02%
CMYK1.60%0.00%16.00%
50.98%

Color #7B7D69 in popluar number systems.

HEX7B7D69
Decimal123125105
Binary111101111111011101001
Octal173175151

Shades and tints

Shades of #7B7D69

#7B7D69
(123,125,105)
#707260
(112,114,96)
#656757
(101,103,87)
#5A5C4E
(90,92,78)
#4F5145
(79,81,69)
#44463C
(68,70,60)
#393B33
(57,59,51)
#2E302A
(46,48,42)
#232521
(35,37,33)
#181A18
(24,26,24)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #7B7D69

#7B7D69
(123,125,105)
#878876
(135,136,118)
#939383
(147,147,131)
#9F9E90
(159,158,144)
#ABA99D
(171,169,157)
#B7B4AA
(183,180,170)
#C3BFB7
(195,191,183)
#CFCAC4
(207,202,196)
#DBD5D1
(219,213,209)
#E7E0DE
(231,224,222)
#F3EBEB
(243,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7D69; }

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

This text font color is #7B7D69.


Background Color

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

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

This div background color is #7B7D69.


Border color

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

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

This div border color is #7B7D69.


Opacity

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

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

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

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

This text has shadow with #7B7D69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7D69 on black background.


Color preview on white background

This text has color #7B7D69 on white background.



Black color preview on #7B7D69 background

This text has black color on #7B7D69 background.


White color preview on #7B7D69 background

This text has white color on #7B7D69 background.