COLOR #7E566E

HEX: #7E566E
RGB: (126,86,110)

Color info

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

RGB color model

#7E566E color RGB value is (126,86,110).

  • red value is 126;
  • green value is 86;
  • blue value is 110.
RGB:
(126,86,110)
(49%,34%,43%)

RGB channels and saturation

R 126 of 255 = 49%
G 86 of 255 = 34%
B 110 of 255 = 43%

126
86
110

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

Portions of RGB colors in percentages

R + G + B =
126 + 86 + 110 = 322 (100%)
R 126 of 322 ~ 39.13%
G 86 of 322 ~ 26.71%
B 110 of 322 ~ 34.16%

%39.13
%26.71
%34.16

CMYK color model

#7E566E color CMYK value is (0,32,13,51).

  • cyan value is 0.00%
  • magenta value is 31.75%
  • yellow value is 12.70%
  • key color value is 50.59%
CMYK:
(0,32,13,51)
C0M32Y13K51 
(0%,32%,13%,51%)
(0.00/0.32/0.13/0.51)	

CMYK percentages

%0
%31.75
%12.7
%50.59

Codes

Color #7E566E in popluar color models

7E566E
RGB12686110
HSL324°18.87%41.57%
HSB/HSV324°31.75%49.41%
CMYK0.00%31.75%12.70%
50.59%

Color #7E566E in popluar number systems.

HEX7E566E
Decimal12686110
Binary111111010101101101110
Octal176126156

Shades and tints

Shades of #7E566E

#7E566E
(126,86,110)
#734F64
(115,79,100)
#68485A
(104,72,90)
#5D4150
(93,65,80)
#523A46
(82,58,70)
#47333C
(71,51,60)
#3C2C32
(60,44,50)
#312528
(49,37,40)
#261E1E
(38,30,30)
#1B1714
(27,23,20)
#10100A
(16,16,10)
#000000
(0,0,0)

Tints of #7E566E

#7E566E
(126,86,110)
#89657B
(137,101,123)
#947488
(148,116,136)
#9F8395
(159,131,149)
#AA92A2
(170,146,162)
#B5A1AF
(181,161,175)
#C0B0BC
(192,176,188)
#CBBFC9
(203,191,201)
#D6CED6
(214,206,214)
#E1DDE3
(225,221,227)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E566E color. Also use rgb(126,86,110) instead hex code.

Text Font Color

.myTextColor { color: #7E566E; }

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

This text font color is #7E566E.


Background Color

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

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

This div background color is #7E566E.


Border color

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

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

This div border color is #7E566E.


Opacity

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

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

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

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

This text has shadow with #7E566E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E566E on black background.


Color preview on white background

This text has color #7E566E on white background.



Black color preview on #7E566E background

This text has black color on #7E566E background.


White color preview on #7E566E background

This text has white color on #7E566E background.