COLOR #7D7662

HEX: #7D7662
RGB: (125,118,98)

Color info

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

RGB color model

#7D7662 color RGB value is (125,118,98).

  • red value is 125;
  • green value is 118;
  • blue value is 98.
RGB:
(125,118,98)
(49%,46%,38%)

RGB channels and saturation

R 125 of 255 = 49%
G 118 of 255 = 46%
B 98 of 255 = 38%

125
118
98

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

Portions of RGB colors in percentages

R + G + B =
125 + 118 + 98 = 341 (100%)
R 125 of 341 ~ 36.66%
G 118 of 341 ~ 34.6%
B 98 of 341 ~ 28.74%

%36.66
%34.6
%28.74

CMYK color model

#7D7662 color CMYK value is (0,6,22,51).

  • cyan value is 0.00%
  • magenta value is 5.60%
  • yellow value is 21.60%
  • key color value is 50.98%
CMYK:
(0,6,22,51)
C0M6Y22K51 
(0%,6%,22%,51%)
(0.00/0.06/0.22/0.51)	

CMYK percentages

%0
%5.6
%21.6
%50.98

Codes

Color #7D7662 in popluar color models

7D7662
RGB12511898
HSL44°12.11%43.73%
HSB/HSV44°21.60%49.02%
CMYK0.00%5.60%21.60%
50.98%

Color #7D7662 in popluar number systems.

HEX7D7662
Decimal12511898
Binary111110111101101100010
Octal175166142

Shades and tints

Shades of #7D7662

#7D7662
(125,118,98)
#726C5A
(114,108,90)
#676252
(103,98,82)
#5C584A
(92,88,74)
#514E42
(81,78,66)
#46443A
(70,68,58)
#3B3A32
(59,58,50)
#30302A
(48,48,42)
#252622
(37,38,34)
#1A1C1A
(26,28,26)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #7D7662

#7D7662
(125,118,98)
#888270
(136,130,112)
#938E7E
(147,142,126)
#9E9A8C
(158,154,140)
#A9A69A
(169,166,154)
#B4B2A8
(180,178,168)
#BFBEB6
(191,190,182)
#CACAC4
(202,202,196)
#D5D6D2
(213,214,210)
#E0E2E0
(224,226,224)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7662 color. Also use rgb(125,118,98) instead hex code.

Text Font Color

.myTextColor { color: #7D7662; }

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

This text font color is #7D7662.


Background Color

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

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

This div background color is #7D7662.


Border color

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

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

This div border color is #7D7662.


Opacity

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

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

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

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

This text has shadow with #7D7662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7662 on black background.


Color preview on white background

This text has color #7D7662 on white background.



Black color preview on #7D7662 background

This text has black color on #7D7662 background.


White color preview on #7D7662 background

This text has white color on #7D7662 background.