COLOR #7E906C

HEX: #7E906C RGB: (126,144,108)

Color info

#7E906C contains red, green and blue colors in about the same proportion. Web safe color of #7E906C is #669966 (or #696).

RGB color model

#7E906C color RGB value is (126,144,108).

RGB: (126,144,108) (49%, 56%, 42%)

RGB channels and saturation

R 126 of 255 = 49%
G 144 of 255 = 56%
B 108 of 255 = 42%

126
144
108

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

Portions of RGB colors in percentages

R + G + B = 126 + 144 + 108 = 378 (100%)
R 126 of 378 ~ 33.33%
G 144 of 378 ~ 38.1%
B 108 of 378 ~ 28.57'%

%33.33
%38.1
%28.57

CMYK color model

#7E906C color CMYK value is (13,0,25,44).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 43.53%
CMYK: (13,0,25,44) C13M0Y25K44 (13%,0%,25%,44%) (0.13/0.00/0.25/0.44) 

CMYK percentages

%12.5
%0
%25
%43.53

Codes

Color #7E906C in popluar color models

7E 90 6C
RGB 126 144 108
HSL 90° 14.29% 49.41%
HSB/HSV 90° 25.00% 56.47%
CMYK 12.50% 0.00% 25.00%
43.53%

Color #7E906C in popluar number systems.

HEX 7E 90 6C
Decimal 126 144 108
Binary 1111110 10010000 1101100
Octal 176 220 154

Shades and tints

Shades of #7E906C

#7E906C
(126,144,108)
#738363
(115,131,99)
#68765A
(104,118,90)
#5D6951
(93,105,81)
#525C48
(82,92,72)
#474F3F
(71,79,63)
#3C4236
(60,66,54)
#31352D
(49,53,45)
#262824
(38,40,36)
#1B1B1B
(27,27,27)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #7E906C

#7E906C
(126,144,108)
#899A79
(137,154,121)
#94A486
(148,164,134)
#9FAE93
(159,174,147)
#AAB8A0
(170,184,160)
#B5C2AD
(181,194,173)
#C0CCBA
(192,204,186)
#CBD6C7
(203,214,199)
#D6E0D4
(214,224,212)
#E1EAE1
(225,234,225)
#ECF4EE
(236,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E906C color. Also use rgb(126,144,108) instead hex code.

Text Font Color

.myTextColor { color: #7E906C; }

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

This text font color is #7E906C.

Background Color

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

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

This div background color is #7E906C.

Border color

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

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

This div border color is #7E906C.

Opacity

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

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

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

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

This text has shadow with #7E906C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E906C.

Preview

Color preview on black background

This text has color #7E906C on black background.


Color preview on white background

This text has color #7E906C on white background.


Black color preview on #7E906C background

This text has black color on #7E906C background.


White color preview on #7E906C background

This text has white color on #7E906C background.


Related colors

Complementary color

Complementary color for #hex is #816F93.


I love getcolorcode.com

Triadic colors

1 #6C7E90 and #906C7E with #7E906C are triadic colors.

2 #6C907E and #907E6C with #7E906C are triadic colors.