COLOR #7E749C

HEX: #7E749C
RGB: (126,116,156)

Renk bilgisi

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

RGB renk modeli

#7E749C color RGB value is (126,116,156).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 116 of 255 = 45%
B 156 of 255 = 61%

126
116
156

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 116 + 156 = 398 (100%)
R 126 of 398 ~ 31.66%
G 116 of 398 ~ 29.15%
B 156 of 398 ~ 39.2%

%31.66
%29.15
%39.2

CMYK RENK MODELİ

#7E749C rengi CMYK tonu (19,26,0,39).

  • camgöbeği tonu 19.23%
  • eflatun tonu 25.64%
  • sarı tonu 0.00%
  • ana renk tonu 38.82%
CMYK:
(19,26,0,39)
C19M26Y0K39 
(19%,26%,0%,39%)
(0.19/0.26/0.00/0.39)	

CMYK yüzdeleri

%19.23
%25.64
%0
%38.82

Codes

Color #7E749C in popluar color models

7E749C
RGB126116156
HSL255°16.81%53.33%
HSB/HSV255°25.64%61.18%
CMYK19.23%25.64%0.00%
38.82%

Color #7E749C in popluar number systems.

HEX7E749C
Decimal126116156
Binary1111110111010010011100
Octal176164234

Shades and tints

Shades of #7E749C

#7E749C
(126,116,156)
#736A8E
(115,106,142)
#686080
(104,96,128)
#5D5672
(93,86,114)
#524C64
(82,76,100)
#474256
(71,66,86)
#3C3848
(60,56,72)
#312E3A
(49,46,58)
#26242C
(38,36,44)
#1B1A1E
(27,26,30)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #7E749C

#7E749C
(126,116,156)
#8980A5
(137,128,165)
#948CAE
(148,140,174)
#9F98B7
(159,152,183)
#AAA4C0
(170,164,192)
#B5B0C9
(181,176,201)
#C0BCD2
(192,188,210)
#CBC8DB
(203,200,219)
#D6D4E4
(214,212,228)
#E1E0ED
(225,224,237)
#ECECF6
(236,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E749C; }

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

This text font color is #7E749C.


Background Color

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

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

This div background color is #7E749C.


Border color

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

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

This div border color is #7E749C.


Opacity

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

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

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

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

This text has shadow with #7E749C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E749C on black background.


Color preview on white background

This text has color #7E749C on white background.



Black color preview on #7E749C background

This text has black color on #7E749C background.


White color preview on #7E749C background

This text has white color on #7E749C background.