COLOR #7D7B6A

HEX: #7D7B6A
RGB: (125,123,106)

Color info

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

RGB color model

#7D7B6A color RGB value is (125,123,106).

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

RGB channels and saturation

R 125 of 255 = 49%
G 123 of 255 = 48%
B 106 of 255 = 42%

125
123
106

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

Portions of RGB colors in percentages

R + G + B =
125 + 123 + 106 = 354 (100%)
R 125 of 354 ~ 35.31%
G 123 of 354 ~ 34.75%
B 106 of 354 ~ 29.94%

%35.31
%34.75
%29.94

CMYK color model

#7D7B6A color CMYK value is (0,2,15,51).

  • cyan value is 0.00%
  • magenta value is 1.60%
  • yellow value is 15.20%
  • key color value is 50.98%
CMYK:
(0,2,15,51)
C0M2Y15K51 
(0%,2%,15%,51%)
(0.00/0.02/0.15/0.51)	

CMYK percentages

%0
%1.6
%15.2
%50.98

Codes

Color #7D7B6A in popluar color models

7D7B6A
RGB125123106
HSL54°8.23%45.29%
HSB/HSV54°15.20%49.02%
CMYK0.00%1.60%15.20%
50.98%

Color #7D7B6A in popluar number systems.

HEX7D7B6A
Decimal125123106
Binary111110111110111101010
Octal175173152

Shades and tints

Shades of #7D7B6A

#7D7B6A
(125,123,106)
#727061
(114,112,97)
#676558
(103,101,88)
#5C5A4F
(92,90,79)
#514F46
(81,79,70)
#46443D
(70,68,61)
#3B3934
(59,57,52)
#302E2B
(48,46,43)
#252322
(37,35,34)
#1A1819
(26,24,25)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #7D7B6A

#7D7B6A
(125,123,106)
#888777
(136,135,119)
#939384
(147,147,132)
#9E9F91
(158,159,145)
#A9AB9E
(169,171,158)
#B4B7AB
(180,183,171)
#BFC3B8
(191,195,184)
#CACFC5
(202,207,197)
#D5DBD2
(213,219,210)
#E0E7DF
(224,231,223)
#EBF3EC
(235,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7B6A; }

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

This text font color is #7D7B6A.


Background Color

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

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

This div background color is #7D7B6A.


Border color

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

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

This div border color is #7D7B6A.


Opacity

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

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

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

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

This text has shadow with #7D7B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7B6A on black background.


Color preview on white background

This text has color #7D7B6A on white background.



Black color preview on #7D7B6A background

This text has black color on #7D7B6A background.


White color preview on #7D7B6A background

This text has white color on #7D7B6A background.