COLOR #747C8A

HEX: #747C8A
RGB: (116,124,138)

Renk bilgisi

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

RGB renk modeli

#747C8A color RGB value is (116,124,138).

  • kırmız ton 116;
  • yeşil ton 124;
  • mavi ton 138.
RGB:
(116,124,138)
(45%,49%,54%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 124 of 255 = 49%
B 138 of 255 = 54%

116
124
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 124 + 138 = 378 (100%)
R 116 of 378 ~ 30.69%
G 124 of 378 ~ 32.8%
B 138 of 378 ~ 36.51%

%30.69
%32.8
%36.51

CMYK RENK MODELİ

#747C8A rengi CMYK tonu (16,10,0,46).

  • camgöbeği tonu 15.94%
  • eflatun tonu 10.14%
  • sarı tonu 0.00%
  • ana renk tonu 45.88%
CMYK:
(16,10,0,46)
C16M10Y0K46 
(16%,10%,0%,46%)
(0.16/0.10/0.00/0.46)	

CMYK yüzdeleri

%15.94
%10.14
%0
%45.88

Codes

Color #747C8A in popluar color models

747C8A
RGB116124138
HSL218°8.66%49.80%
HSB/HSV218°15.94%54.12%
CMYK15.94%10.14%0.00%
45.88%

Color #747C8A in popluar number systems.

HEX747C8A
Decimal116124138
Binary1110100111110010001010
Octal164174212

Shades and tints

Shades of #747C8A

#747C8A
(116,124,138)
#6A717E
(106,113,126)
#606672
(96,102,114)
#565B66
(86,91,102)
#4C505A
(76,80,90)
#42454E
(66,69,78)
#383A42
(56,58,66)
#2E2F36
(46,47,54)
#24242A
(36,36,42)
#1A191E
(26,25,30)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #747C8A

#747C8A
(116,124,138)
#808794
(128,135,148)
#8C929E
(140,146,158)
#989DA8
(152,157,168)
#A4A8B2
(164,168,178)
#B0B3BC
(176,179,188)
#BCBEC6
(188,190,198)
#C8C9D0
(200,201,208)
#D4D4DA
(212,212,218)
#E0DFE4
(224,223,228)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747C8A color. Also use rgb(116,124,138) instead hex code.

Text Font Color

.myTextColor { color: #747C8A; }

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

This text font color is #747C8A.


Background Color

.myBgColor { background-color: #747C8A; }

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

This div background color is #747C8A.


Border color

.myBorderColor { border: 1px solid #747C8A; }

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

This div border color is #747C8A.


Opacity

.myOpacity80 { color: #747C8A; opacity: 0.8; }

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

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

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

This text has shadow with #747C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747C8A on black background.


Color preview on white background

This text has color #747C8A on white background.



Black color preview on #747C8A background

This text has black color on #747C8A background.


White color preview on #747C8A background

This text has white color on #747C8A background.