COLOR #7D6562

HEX: #7D6562
RGB: (125,101,98)

Color info

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

RGB color model

#7D6562 color RGB value is (125,101,98).

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

RGB channels and saturation

R 125 of 255 = 49%
G 101 of 255 = 40%
B 98 of 255 = 38%

125
101
98

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

Portions of RGB colors in percentages

R + G + B =
125 + 101 + 98 = 324 (100%)
R 125 of 324 ~ 38.58%
G 101 of 324 ~ 31.17%
B 98 of 324 ~ 30.25%

%38.58
%31.17
%30.25

CMYK color model

#7D6562 color CMYK value is (0,19,22,51).

  • cyan value is 0.00%
  • magenta value is 19.20%
  • yellow value is 21.60%
  • key color value is 50.98%
CMYK:
(0,19,22,51)
C0M19Y22K51 
(0%,19%,22%,51%)
(0.00/0.19/0.22/0.51)	

CMYK percentages

%0
%19.2
%21.6
%50.98

Codes

Color #7D6562 in popluar color models

7D6562
RGB12510198
HSL12.11%43.73%
HSB/HSV21.60%49.02%
CMYK0.00%19.20%21.60%
50.98%

Color #7D6562 in popluar number systems.

HEX7D6562
Decimal12510198
Binary111110111001011100010
Octal175145142

Shades and tints

Shades of #7D6562

#7D6562
(125,101,98)
#725C5A
(114,92,90)
#675352
(103,83,82)
#5C4A4A
(92,74,74)
#514142
(81,65,66)
#46383A
(70,56,58)
#3B2F32
(59,47,50)
#30262A
(48,38,42)
#251D22
(37,29,34)
#1A141A
(26,20,26)
#0F0B12
(15,11,18)
#000000
(0,0,0)

Tints of #7D6562

#7D6562
(125,101,98)
#887370
(136,115,112)
#93817E
(147,129,126)
#9E8F8C
(158,143,140)
#A99D9A
(169,157,154)
#B4ABA8
(180,171,168)
#BFB9B6
(191,185,182)
#CAC7C4
(202,199,196)
#D5D5D2
(213,213,210)
#E0E3E0
(224,227,224)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6562; }

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

This text font color is #7D6562.


Background Color

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

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

This div background color is #7D6562.


Border color

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

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

This div border color is #7D6562.


Opacity

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

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

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

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

This text has shadow with #7D6562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6562 on black background.


Color preview on white background

This text has color #7D6562 on white background.



Black color preview on #7D6562 background

This text has black color on #7D6562 background.


White color preview on #7D6562 background

This text has white color on #7D6562 background.