COLOR #747F82

HEX: #747F82
RGB: (116,127,130)

Renk bilgisi

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

RGB renk modeli

#747F82 color RGB value is (116,127,130).

  • kırmız ton 116;
  • yeşil ton 127;
  • mavi ton 130.
RGB:
(116,127,130)
(45%,50%,51%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 127 of 255 = 50%
B 130 of 255 = 51%

116
127
130

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 127 + 130 = 373 (100%)
R 116 of 373 ~ 31.1%
G 127 of 373 ~ 34.05%
B 130 of 373 ~ 34.85%

%31.1
%34.05
%34.85

CMYK RENK MODELİ

#747F82 rengi CMYK tonu (11,2,0,49).

  • camgöbeği tonu 10.77%
  • eflatun tonu 2.31%
  • sarı tonu 0.00%
  • ana renk tonu 49.02%
CMYK:
(11,2,0,49)
C11M2Y0K49 
(11%,2%,0%,49%)
(0.11/0.02/0.00/0.49)	

CMYK yüzdeleri

%10.77
%2.31
%0
%49.02

Codes

Color #747F82 in popluar color models

747F82
RGB116127130
HSL193°5.69%48.24%
HSB/HSV193°10.77%50.98%
CMYK10.77%2.31%0.00%
49.02%

Color #747F82 in popluar number systems.

HEX747F82
Decimal116127130
Binary1110100111111110000010
Octal164177202

Shades and tints

Shades of #747F82

#747F82
(116,127,130)
#6A7477
(106,116,119)
#60696C
(96,105,108)
#565E61
(86,94,97)
#4C5356
(76,83,86)
#42484B
(66,72,75)
#383D40
(56,61,64)
#2E3235
(46,50,53)
#24272A
(36,39,42)
#1A1C1F
(26,28,31)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #747F82

#747F82
(116,127,130)
#808A8D
(128,138,141)
#8C9598
(140,149,152)
#98A0A3
(152,160,163)
#A4ABAE
(164,171,174)
#B0B6B9
(176,182,185)
#BCC1C4
(188,193,196)
#C8CCCF
(200,204,207)
#D4D7DA
(212,215,218)
#E0E2E5
(224,226,229)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747F82 color. Also use rgb(116,127,130) instead hex code.

Text Font Color

.myTextColor { color: #747F82; }

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

This text font color is #747F82.


Background Color

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

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

This div background color is #747F82.


Border color

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

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

This div border color is #747F82.


Opacity

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

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

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

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

This text has shadow with #747F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747F82 on black background.


Color preview on white background

This text has color #747F82 on white background.



Black color preview on #747F82 background

This text has black color on #747F82 background.


White color preview on #747F82 background

This text has white color on #747F82 background.