COLOR #7E7663

HEX: #7E7663
RGB: (126,118,99)

Color info

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

RGB color model

#7E7663 color RGB value is (126,118,99).

  • red value is 126;
  • green value is 118;
  • blue value is 99.
RGB:
(126,118,99)
(49%,46%,39%)

RGB channels and saturation

R 126 of 255 = 49%
G 118 of 255 = 46%
B 99 of 255 = 39%

126
118
99

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

Portions of RGB colors in percentages

R + G + B =
126 + 118 + 99 = 343 (100%)
R 126 of 343 ~ 36.73%
G 118 of 343 ~ 34.4%
B 99 of 343 ~ 28.86%

%36.73
%34.4
%28.86

CMYK color model

#7E7663 color CMYK value is (0,6,21,51).

  • cyan value is 0.00%
  • magenta value is 6.35%
  • yellow value is 21.43%
  • key color value is 50.59%
CMYK:
(0,6,21,51)
C0M6Y21K51 
(0%,6%,21%,51%)
(0.00/0.06/0.21/0.51)	

CMYK percentages

%0
%6.35
%21.43
%50.59

Codes

Color #7E7663 in popluar color models

7E7663
RGB12611899
HSL42°12.00%44.12%
HSB/HSV42°21.43%49.41%
CMYK0.00%6.35%21.43%
50.59%

Color #7E7663 in popluar number systems.

HEX7E7663
Decimal12611899
Binary111111011101101100011
Octal176166143

Shades and tints

Shades of #7E7663

#7E7663
(126,118,99)
#736C5A
(115,108,90)
#686251
(104,98,81)
#5D5848
(93,88,72)
#524E3F
(82,78,63)
#474436
(71,68,54)
#3C3A2D
(60,58,45)
#313024
(49,48,36)
#26261B
(38,38,27)
#1B1C12
(27,28,18)
#101209
(16,18,9)
#000000
(0,0,0)

Tints of #7E7663

#7E7663
(126,118,99)
#898271
(137,130,113)
#948E7F
(148,142,127)
#9F9A8D
(159,154,141)
#AAA69B
(170,166,155)
#B5B2A9
(181,178,169)
#C0BEB7
(192,190,183)
#CBCAC5
(203,202,197)
#D6D6D3
(214,214,211)
#E1E2E1
(225,226,225)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7663 color. Also use rgb(126,118,99) instead hex code.

Text Font Color

.myTextColor { color: #7E7663; }

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

This text font color is #7E7663.


Background Color

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

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

This div background color is #7E7663.


Border color

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

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

This div border color is #7E7663.


Opacity

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

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

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

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

This text has shadow with #7E7663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7663 on black background.


Color preview on white background

This text has color #7E7663 on white background.



Black color preview on #7E7663 background

This text has black color on #7E7663 background.


White color preview on #7E7663 background

This text has white color on #7E7663 background.