COLOR #7E7B81

HEX: #7E7B81
RGB: (126,123,129)

Renk bilgisi

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

RGB renk modeli

#7E7B81 color RGB value is (126,123,129).

  • kırmız ton 126;
  • yeşil ton 123;
  • mavi ton 129.
RGB:
(126,123,129)
(49%,48%,51%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 123 of 255 = 48%
B 129 of 255 = 51%

126
123
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 123 + 129 = 378 (100%)
R 126 of 378 ~ 33.33%
G 123 of 378 ~ 32.54%
B 129 of 378 ~ 34.13%

%33.33
%32.54
%34.13

CMYK RENK MODELİ

#7E7B81 rengi CMYK tonu (2,5,0,49).

  • camgöbeği tonu 2.33%
  • eflatun tonu 4.65%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(2,5,0,49)
C2M5Y0K49 
(2%,5%,0%,49%)
(0.02/0.05/0.00/0.49)	

CMYK yüzdeleri

%2.33
%4.65
%0
%49.41

Codes

Color #7E7B81 in popluar color models

7E7B81
RGB126123129
HSL270°2.38%49.41%
HSB/HSV270°4.65%50.59%
CMYK2.33%4.65%0.00%
49.41%

Color #7E7B81 in popluar number systems.

HEX7E7B81
Decimal126123129
Binary1111110111101110000001
Octal176173201

Shades and tints

Shades of #7E7B81

#7E7B81
(126,123,129)
#737076
(115,112,118)
#68656B
(104,101,107)
#5D5A60
(93,90,96)
#524F55
(82,79,85)
#47444A
(71,68,74)
#3C393F
(60,57,63)
#312E34
(49,46,52)
#262329
(38,35,41)
#1B181E
(27,24,30)
#100D13
(16,13,19)
#000000
(0,0,0)

Tints of #7E7B81

#7E7B81
(126,123,129)
#89878C
(137,135,140)
#949397
(148,147,151)
#9F9FA2
(159,159,162)
#AAABAD
(170,171,173)
#B5B7B8
(181,183,184)
#C0C3C3
(192,195,195)
#CBCFCE
(203,207,206)
#D6DBD9
(214,219,217)
#E1E7E4
(225,231,228)
#ECF3EF
(236,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7B81 color. Also use rgb(126,123,129) instead hex code.

Text Font Color

.myTextColor { color: #7E7B81; }

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

This text font color is #7E7B81.


Background Color

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

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

This div background color is #7E7B81.


Border color

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

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

This div border color is #7E7B81.


Opacity

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

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

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

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

This text has shadow with #7E7B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7B81 on black background.


Color preview on white background

This text has color #7E7B81 on white background.



Black color preview on #7E7B81 background

This text has black color on #7E7B81 background.


White color preview on #7E7B81 background

This text has white color on #7E7B81 background.