COLOR #7E6F7D

HEX: #7E6F7D
RGB: (126,111,125)

Renk bilgisi

#7E6F7D contains red, green and blue colors in about the same proportion. #7E6F7D ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#7E6F7D color RGB value is (126,111,125).

  • kırmız ton 126;
  • yeşil ton 111;
  • mavi ton 125.
RGB:
(126,111,125)
(49%,44%,49%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 111 of 255 = 44%
B 125 of 255 = 49%

126
111
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 111 + 125 = 362 (100%)
R 126 of 362 ~ 34.81%
G 111 of 362 ~ 30.66%
B 125 of 362 ~ 34.53%

%34.81
%30.66
%34.53

CMYK RENK MODELİ

#7E6F7D rengi CMYK tonu (0,12,1,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.90%
  • sarı tonu 0.79%
  • ana renk tonu 50.59%
CMYK:
(0,12,1,51)
C0M12Y1K51 
(0%,12%,1%,51%)
(0.00/0.12/0.01/0.51)	

CMYK yüzdeleri

%0
%11.9
%0.79
%50.59

Codes

Color #7E6F7D in popluar color models

7E6F7D
RGB126111125
HSL304°6.33%46.47%
HSB/HSV304°11.90%49.41%
CMYK0.00%11.90%0.79%
50.59%

Color #7E6F7D in popluar number systems.

HEX7E6F7D
Decimal126111125
Binary111111011011111111101
Octal176157175

Shades and tints

Shades of #7E6F7D

#7E6F7D
(126,111,125)
#736572
(115,101,114)
#685B67
(104,91,103)
#5D515C
(93,81,92)
#524751
(82,71,81)
#473D46
(71,61,70)
#3C333B
(60,51,59)
#312930
(49,41,48)
#261F25
(38,31,37)
#1B151A
(27,21,26)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #7E6F7D

#7E6F7D
(126,111,125)
#897C88
(137,124,136)
#948993
(148,137,147)
#9F969E
(159,150,158)
#AAA3A9
(170,163,169)
#B5B0B4
(181,176,180)
#C0BDBF
(192,189,191)
#CBCACA
(203,202,202)
#D6D7D5
(214,215,213)
#E1E4E0
(225,228,224)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6F7D color. Also use rgb(126,111,125) instead hex code.

Text Font Color

.myTextColor { color: #7E6F7D; }

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

This text font color is #7E6F7D.


Background Color

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

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

This div background color is #7E6F7D.


Border color

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

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

This div border color is #7E6F7D.


Opacity

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

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

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

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

This text has shadow with #7E6F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6F7D on black background.


Color preview on white background

This text has color #7E6F7D on white background.



Black color preview on #7E6F7D background

This text has black color on #7E6F7D background.


White color preview on #7E6F7D background

This text has white color on #7E6F7D background.