COLOR #7E7481

HEX: #7E7481
RGB: (126,116,129)

Renk bilgisi

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

RGB renk modeli

#7E7481 color RGB value is (126,116,129).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 116 of 255 = 45%
B 129 of 255 = 51%

126
116
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 116 + 129 = 371 (100%)
R 126 of 371 ~ 33.96%
G 116 of 371 ~ 31.27%
B 129 of 371 ~ 34.77%

%33.96
%31.27
%34.77

CMYK RENK MODELİ

#7E7481 rengi CMYK tonu (2,10,0,49).

  • camgöbeği tonu 2.33%
  • eflatun tonu 10.08%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(2,10,0,49)
C2M10Y0K49 
(2%,10%,0%,49%)
(0.02/0.10/0.00/0.49)	

CMYK yüzdeleri

%2.33
%10.08
%0
%49.41

Codes

Color #7E7481 in popluar color models

7E7481
RGB126116129
HSL286°5.31%48.04%
HSB/HSV286°10.08%50.59%
CMYK2.33%10.08%0.00%
49.41%

Color #7E7481 in popluar number systems.

HEX7E7481
Decimal126116129
Binary1111110111010010000001
Octal176164201

Shades and tints

Shades of #7E7481

#7E7481
(126,116,129)
#736A76
(115,106,118)
#68606B
(104,96,107)
#5D5660
(93,86,96)
#524C55
(82,76,85)
#47424A
(71,66,74)
#3C383F
(60,56,63)
#312E34
(49,46,52)
#262429
(38,36,41)
#1B1A1E
(27,26,30)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #7E7481

#7E7481
(126,116,129)
#89808C
(137,128,140)
#948C97
(148,140,151)
#9F98A2
(159,152,162)
#AAA4AD
(170,164,173)
#B5B0B8
(181,176,184)
#C0BCC3
(192,188,195)
#CBC8CE
(203,200,206)
#D6D4D9
(214,212,217)
#E1E0E4
(225,224,228)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7481; }

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

This text font color is #7E7481.


Background Color

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

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

This div background color is #7E7481.


Border color

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

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

This div border color is #7E7481.


Opacity

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

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

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

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

This text has shadow with #7E7481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7481 on black background.


Color preview on white background

This text has color #7E7481 on white background.



Black color preview on #7E7481 background

This text has black color on #7E7481 background.


White color preview on #7E7481 background

This text has white color on #7E7481 background.