COLOR #747A87

HEX: #747A87
RGB: (116,122,135)

Renk bilgisi

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

RGB renk modeli

#747A87 color RGB value is (116,122,135).

  • kırmız ton 116;
  • yeşil ton 122;
  • mavi ton 135.
RGB:
(116,122,135)
(45%,48%,53%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 122 of 255 = 48%
B 135 of 255 = 53%

116
122
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 122 + 135 = 373 (100%)
R 116 of 373 ~ 31.1%
G 122 of 373 ~ 32.71%
B 135 of 373 ~ 36.19%

%31.1
%32.71
%36.19

CMYK RENK MODELİ

#747A87 rengi CMYK tonu (14,10,0,47).

  • camgöbeği tonu 14.07%
  • eflatun tonu 9.63%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(14,10,0,47)
C14M10Y0K47 
(14%,10%,0%,47%)
(0.14/0.10/0.00/0.47)	

CMYK yüzdeleri

%14.07
%9.63
%0
%47.06

Codes

Color #747A87 in popluar color models

747A87
RGB116122135
HSL221°7.57%49.22%
HSB/HSV221°14.07%52.94%
CMYK14.07%9.63%0.00%
47.06%

Color #747A87 in popluar number systems.

HEX747A87
Decimal116122135
Binary1110100111101010000111
Octal164172207

Shades and tints

Shades of #747A87

#747A87
(116,122,135)
#6A6F7B
(106,111,123)
#60646F
(96,100,111)
#565963
(86,89,99)
#4C4E57
(76,78,87)
#42434B
(66,67,75)
#38383F
(56,56,63)
#2E2D33
(46,45,51)
#242227
(36,34,39)
#1A171B
(26,23,27)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #747A87

#747A87
(116,122,135)
#808691
(128,134,145)
#8C929B
(140,146,155)
#989EA5
(152,158,165)
#A4AAAF
(164,170,175)
#B0B6B9
(176,182,185)
#BCC2C3
(188,194,195)
#C8CECD
(200,206,205)
#D4DAD7
(212,218,215)
#E0E6E1
(224,230,225)
#ECF2EB
(236,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747A87 color. Also use rgb(116,122,135) instead hex code.

Text Font Color

.myTextColor { color: #747A87; }

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

This text font color is #747A87.


Background Color

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

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

This div background color is #747A87.


Border color

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

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

This div border color is #747A87.


Opacity

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

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

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

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

This text has shadow with #747A87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747A87 on black background.


Color preview on white background

This text has color #747A87 on white background.



Black color preview on #747A87 background

This text has black color on #747A87 background.


White color preview on #747A87 background

This text has white color on #747A87 background.