COLOR #746F80

HEX: #746F80
RGB: (116,111,128)

Renk bilgisi

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

RGB renk modeli

#746F80 color RGB value is (116,111,128).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 111 of 255 = 44%
B 128 of 255 = 50%

116
111
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 111 + 128 = 355 (100%)
R 116 of 355 ~ 32.68%
G 111 of 355 ~ 31.27%
B 128 of 355 ~ 36.06%

%32.68
%31.27
%36.06

CMYK RENK MODELİ

#746F80 rengi CMYK tonu (9,13,0,50).

  • camgöbeği tonu 9.38%
  • eflatun tonu 13.28%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(9,13,0,50)
C9M13Y0K50 
(9%,13%,0%,50%)
(0.09/0.13/0.00/0.50)	

CMYK yüzdeleri

%9.38
%13.28
%0
%49.8

Codes

Color #746F80 in popluar color models

746F80
RGB116111128
HSL258°7.11%46.86%
HSB/HSV258°13.28%50.20%
CMYK9.38%13.28%0.00%
49.80%

Color #746F80 in popluar number systems.

HEX746F80
Decimal116111128
Binary1110100110111110000000
Octal164157200

Shades and tints

Shades of #746F80

#746F80
(116,111,128)
#6A6575
(106,101,117)
#605B6A
(96,91,106)
#56515F
(86,81,95)
#4C4754
(76,71,84)
#423D49
(66,61,73)
#38333E
(56,51,62)
#2E2933
(46,41,51)
#241F28
(36,31,40)
#1A151D
(26,21,29)
#100B12
(16,11,18)
#000000
(0,0,0)

Tints of #746F80

#746F80
(116,111,128)
#807C8B
(128,124,139)
#8C8996
(140,137,150)
#9896A1
(152,150,161)
#A4A3AC
(164,163,172)
#B0B0B7
(176,176,183)
#BCBDC2
(188,189,194)
#C8CACD
(200,202,205)
#D4D7D8
(212,215,216)
#E0E4E3
(224,228,227)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746F80; }

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

This text font color is #746F80.


Background Color

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

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

This div background color is #746F80.


Border color

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

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

This div border color is #746F80.


Opacity

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

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

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

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

This text has shadow with #746F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746F80 on black background.


Color preview on white background

This text has color #746F80 on white background.



Black color preview on #746F80 background

This text has black color on #746F80 background.


White color preview on #746F80 background

This text has white color on #746F80 background.