COLOR #747996

HEX: #747996
RGB: (116,121,150)

Renk bilgisi

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

RGB renk modeli

#747996 color RGB value is (116,121,150).

  • kırmız ton 116;
  • yeşil ton 121;
  • mavi ton 150.
RGB:
(116,121,150)
(45%,47%,59%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 121 of 255 = 47%
B 150 of 255 = 59%

116
121
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 121 + 150 = 387 (100%)
R 116 of 387 ~ 29.97%
G 121 of 387 ~ 31.27%
B 150 of 387 ~ 38.76%

%29.97
%31.27
%38.76

CMYK RENK MODELİ

#747996 rengi CMYK tonu (23,19,0,41).

  • camgöbeği tonu 22.67%
  • eflatun tonu 19.33%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(23,19,0,41)
C23M19Y0K41 
(23%,19%,0%,41%)
(0.23/0.19/0.00/0.41)	

CMYK yüzdeleri

%22.67
%19.33
%0
%41.18

Codes

Color #747996 in popluar color models

747996
RGB116121150
HSL231°13.93%52.16%
HSB/HSV231°22.67%58.82%
CMYK22.67%19.33%0.00%
41.18%

Color #747996 in popluar number systems.

HEX747996
Decimal116121150
Binary1110100111100110010110
Octal164171226

Shades and tints

Shades of #747996

#747996
(116,121,150)
#6A6E89
(106,110,137)
#60637C
(96,99,124)
#56586F
(86,88,111)
#4C4D62
(76,77,98)
#424255
(66,66,85)
#383748
(56,55,72)
#2E2C3B
(46,44,59)
#24212E
(36,33,46)
#1A1621
(26,22,33)
#100B14
(16,11,20)
#000000
(0,0,0)

Tints of #747996

#747996
(116,121,150)
#80859F
(128,133,159)
#8C91A8
(140,145,168)
#989DB1
(152,157,177)
#A4A9BA
(164,169,186)
#B0B5C3
(176,181,195)
#BCC1CC
(188,193,204)
#C8CDD5
(200,205,213)
#D4D9DE
(212,217,222)
#E0E5E7
(224,229,231)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747996 color. Also use rgb(116,121,150) instead hex code.

Text Font Color

.myTextColor { color: #747996; }

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

This text font color is #747996.


Background Color

.myBgColor { background-color: #747996; }

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

This div background color is #747996.


Border color

.myBorderColor { border: 1px solid #747996; }

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

This div border color is #747996.


Opacity

.myOpacity80 { color: #747996; opacity: 0.8; }

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

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

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

This text has shadow with #747996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747996 on black background.


Color preview on white background

This text has color #747996 on white background.



Black color preview on #747996 background

This text has black color on #747996 background.


White color preview on #747996 background

This text has white color on #747996 background.