COLOR #7E708F

HEX: #7E708F
RGB: (126,112,143)

Renk bilgisi

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

RGB renk modeli

#7E708F color RGB value is (126,112,143).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 112 of 255 = 44%
B 143 of 255 = 56%

126
112
143

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 112 + 143 = 381 (100%)
R 126 of 381 ~ 33.07%
G 112 of 381 ~ 29.4%
B 143 of 381 ~ 37.53%

%33.07
%29.4
%37.53

CMYK RENK MODELİ

#7E708F rengi CMYK tonu (12,22,0,44).

  • camgöbeği tonu 11.89%
  • eflatun tonu 21.68%
  • sarı tonu 0.00%
  • ana renk tonu 43.92%
CMYK:
(12,22,0,44)
C12M22Y0K44 
(12%,22%,0%,44%)
(0.12/0.22/0.00/0.44)	

CMYK yüzdeleri

%11.89
%21.68
%0
%43.92

Codes

Color #7E708F in popluar color models

7E708F
RGB126112143
HSL267°12.16%50.00%
HSB/HSV267°21.68%56.08%
CMYK11.89%21.68%0.00%
43.92%

Color #7E708F in popluar number systems.

HEX7E708F
Decimal126112143
Binary1111110111000010001111
Octal176160217

Shades and tints

Shades of #7E708F

#7E708F
(126,112,143)
#736682
(115,102,130)
#685C75
(104,92,117)
#5D5268
(93,82,104)
#52485B
(82,72,91)
#473E4E
(71,62,78)
#3C3441
(60,52,65)
#312A34
(49,42,52)
#262027
(38,32,39)
#1B161A
(27,22,26)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #7E708F

#7E708F
(126,112,143)
#897D99
(137,125,153)
#948AA3
(148,138,163)
#9F97AD
(159,151,173)
#AAA4B7
(170,164,183)
#B5B1C1
(181,177,193)
#C0BECB
(192,190,203)
#CBCBD5
(203,203,213)
#D6D8DF
(214,216,223)
#E1E5E9
(225,229,233)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E708F color. Also use rgb(126,112,143) instead hex code.

Text Font Color

.myTextColor { color: #7E708F; }

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

This text font color is #7E708F.


Background Color

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

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

This div background color is #7E708F.


Border color

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

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

This div border color is #7E708F.


Opacity

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

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

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

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

This text has shadow with #7E708F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E708F on black background.


Color preview on white background

This text has color #7E708F on white background.



Black color preview on #7E708F background

This text has black color on #7E708F background.


White color preview on #7E708F background

This text has white color on #7E708F background.