COLOR #7E625F

HEX: #7E625F RGB: (126,98,95)

Color info

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

RGB color model

#7E625F color RGB value is (126,98,95).

RGB: (126,98,95) (49%, 38%, 37%)

RGB channels and saturation

R 126 of 255 = 49%
G 98 of 255 = 38%
B 95 of 255 = 37%

126
98
95

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

Portions of RGB colors in percentages

R + G + B = 126 + 98 + 95 = 319 (100%)
R 126 of 319 ~ 39.5%
G 98 of 319 ~ 30.72%
B 95 of 319 ~ 29.78'%

%39.5
%30.72
%29.78

CMYK color model

#7E625F color CMYK value is (0,22,25,51).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 24.60%
  • key color value is 50.59%

CMYK: (0,22,25,51)
C0M22Y25K51 (0%, 22%, 25%, 51%)
(0.00 / 0.22 / 0.25 / 0.51)

CMYK percentages

%0
%22.22
%24.6
%50.59

Codes

Color #7E625F in popluar color models

7E 62 5F
RGB 126 98 95
HSL 14.03% 43.33%
HSB/HSV 24.60% 49.41%
CMYK 0.00% 22.22% 24.60%
50.59%

Color #7E625F in popluar number systems.

HEX 7E 62 5F
Decimal 126 98 95
Binary 1111110 1100010 1011111
Octal 176 142 137

Shades and tints

Shades of #7E625F

#7E625F
(126,98,95)
#735A57
(115,90,87)
#68524F
(104,82,79)
#5D4A47
(93,74,71)
#52423F
(82,66,63)
#473A37
(71,58,55)
#3C322F
(60,50,47)
#312A27
(49,42,39)
#26221F
(38,34,31)
#1B1A17
(27,26,23)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #7E625F

#7E625F
(126,98,95)
#89706D
(137,112,109)
#947E7B
(148,126,123)
#9F8C89
(159,140,137)
#AA9A97
(170,154,151)
#B5A8A5
(181,168,165)
#C0B6B3
(192,182,179)
#CBC4C1
(203,196,193)
#D6D2CF
(214,210,207)
#E1E0DD
(225,224,221)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E625F color. Also use rgb(126,98,95) instead hex code.

Text Font Color

.myTextColor { color: #7E625F; }

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

This text font color is #7E625F.

Background Color

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

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

This div background color is #7E625F.

Border color

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

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

This div border color is #7E625F.

Opacity

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

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

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

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

This text has shadow with #7E625F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E625F.

Preview

Color preview on black background

This text has color #7E625F on black background.


Color preview on white background

This text has color #7E625F on white background.


Black color preview on #7E625F background

This text has black color on #7E625F background.


White color preview on #7E625F background

This text has white color on #7E625F background.


Related colors

Complementary color

Complementary color for #hex is #819DA0.


I love getcolorcode.com

Triadic colors

1 #5F7E62 and #625F7E with #7E625F are triadic colors.

2 #5F627E and #627E5F with #7E625F are triadic colors.