COLOR #7E6273

HEX: #7E6273
RGB: (126,98,115)

Color info

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

RGB color model

#7E6273 color RGB value is (126,98,115).

  • red value is 126;
  • green value is 98;
  • blue value is 115.
RGB: (126,98,115) (49%,38%,45%)

RGB channels and saturation

R 126 of 255 = 49%
G 98 of 255 = 38%
B 115 of 255 = 45%

126
98
115

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

Portions of RGB colors in percentages

R + G + B =
126 + 98 + 115 = 339 (100%)
R 126 of 339 ~ 37.17%
G 98 of 339 ~ 28.91%
B 115 of 339 ~ 33.92%

%37.17
%28.91
%33.92

CMYK color model

#7E6273 color CMYK value is (0,22,9,51).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 8.73%
  • key color value is 50.59%
CMYK: (0,22,9,51) C0M22Y9K51 (0%,22%,9%,51%) (0.00/0.22/0.09/0.51)

CMYK percentages

%0
%22.22
%8.73
%50.59

Codes

Color #7E6273 in popluar color models

7E6273
RGB12698115
HSL324°12.50%43.92%
HSB/HSV324°22.22%49.41%
CMYK0.00%22.22%8.73%
50.59%

Color #7E6273 in popluar number systems.

HEX7E6273
Decimal12698115
Binary111111011000101110011
Octal176142163

Shades and tints

Shades of #7E6273

#7E6273
(126,98,115)
#735A69
(115,90,105)
#68525F
(104,82,95)
#5D4A55
(93,74,85)
#52424B
(82,66,75)
#473A41
(71,58,65)
#3C3237
(60,50,55)
#312A2D
(49,42,45)
#262223
(38,34,35)
#1B1A19
(27,26,25)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #7E6273

#7E6273
(126,98,115)
#89707F
(137,112,127)
#947E8B
(148,126,139)
#9F8C97
(159,140,151)
#AA9AA3
(170,154,163)
#B5A8AF
(181,168,175)
#C0B6BB
(192,182,187)
#CBC4C7
(203,196,199)
#D6D2D3
(214,210,211)
#E1E0DF
(225,224,223)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6273; }

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

This text font color is #7E6273.


Background Color

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

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

This div background color is #7E6273.


Border color

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

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

This div border color is #7E6273.


Opacity

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

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

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

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

This text has shadow with #7E6273 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7E6273 on black background.


Color preview on white background

This text has color #7E6273 on white background.



Black color preview on #7E6273 background

This text has black color on #7E6273 background.


White color preview on #7E6273 background

This text has white color on #7E6273 background.