COLOR #746F82

HEX: #746F82
RGB: (116,111,130)

Renk bilgisi

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

RGB renk modeli

#746F82 color RGB value is (116,111,130).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 111 of 255 = 44%
B 130 of 255 = 51%

116
111
130

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 111 + 130 = 357 (100%)
R 116 of 357 ~ 32.49%
G 111 of 357 ~ 31.09%
B 130 of 357 ~ 36.41%

%32.49
%31.09
%36.41

CMYK RENK MODELİ

#746F82 rengi CMYK tonu (11,15,0,49).

  • camgöbeği tonu 10.77%
  • eflatun tonu 14.62%
  • sarı tonu 0.00%
  • ana renk tonu 49.02%
CMYK:
(11,15,0,49)
C11M15Y0K49 
(11%,15%,0%,49%)
(0.11/0.15/0.00/0.49)	

CMYK yüzdeleri

%10.77
%14.62
%0
%49.02

Codes

Color #746F82 in popluar color models

746F82
RGB116111130
HSL256°7.88%47.25%
HSB/HSV256°14.62%50.98%
CMYK10.77%14.62%0.00%
49.02%

Color #746F82 in popluar number systems.

HEX746F82
Decimal116111130
Binary1110100110111110000010
Octal164157202

Shades and tints

Shades of #746F82

#746F82
(116,111,130)
#6A6577
(106,101,119)
#605B6C
(96,91,108)
#565161
(86,81,97)
#4C4756
(76,71,86)
#423D4B
(66,61,75)
#383340
(56,51,64)
#2E2935
(46,41,53)
#241F2A
(36,31,42)
#1A151F
(26,21,31)
#100B14
(16,11,20)
#000000
(0,0,0)

Tints of #746F82

#746F82
(116,111,130)
#807C8D
(128,124,141)
#8C8998
(140,137,152)
#9896A3
(152,150,163)
#A4A3AE
(164,163,174)
#B0B0B9
(176,176,185)
#BCBDC4
(188,189,196)
#C8CACF
(200,202,207)
#D4D7DA
(212,215,218)
#E0E4E5
(224,228,229)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746F82; }

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

This text font color is #746F82.


Background Color

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

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

This div background color is #746F82.


Border color

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

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

This div border color is #746F82.


Opacity

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

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

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

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

This text has shadow with #746F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746F82 on black background.


Color preview on white background

This text has color #746F82 on white background.



Black color preview on #746F82 background

This text has black color on #746F82 background.


White color preview on #746F82 background

This text has white color on #746F82 background.