COLOR #746C77

HEX: #746C77
RGB: (116,108,119)

Renk bilgisi

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

RGB renk modeli

#746C77 color RGB value is (116,108,119).

  • kırmız ton 116;
  • yeşil ton 108;
  • mavi ton 119.
RGB:
(116,108,119)
(45%,42%,47%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 108 of 255 = 42%
B 119 of 255 = 47%

116
108
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 108 + 119 = 343 (100%)
R 116 of 343 ~ 33.82%
G 108 of 343 ~ 31.49%
B 119 of 343 ~ 34.69%

%33.82
%31.49
%34.69

CMYK RENK MODELİ

#746C77 rengi CMYK tonu (3,9,0,53).

  • camgöbeği tonu 2.52%
  • eflatun tonu 9.24%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(3,9,0,53)
C3M9Y0K53 
(3%,9%,0%,53%)
(0.03/0.09/0.00/0.53)	

CMYK yüzdeleri

%2.52
%9.24
%0
%53.33

Codes

Color #746C77 in popluar color models

746C77
RGB116108119
HSL284°4.85%44.51%
HSB/HSV284°9.24%46.67%
CMYK2.52%9.24%0.00%
53.33%

Color #746C77 in popluar number systems.

HEX746C77
Decimal116108119
Binary111010011011001110111
Octal164154167

Shades and tints

Shades of #746C77

#746C77
(116,108,119)
#6A636D
(106,99,109)
#605A63
(96,90,99)
#565159
(86,81,89)
#4C484F
(76,72,79)
#423F45
(66,63,69)
#38363B
(56,54,59)
#2E2D31
(46,45,49)
#242427
(36,36,39)
#1A1B1D
(26,27,29)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #746C77

#746C77
(116,108,119)
#807983
(128,121,131)
#8C868F
(140,134,143)
#98939B
(152,147,155)
#A4A0A7
(164,160,167)
#B0ADB3
(176,173,179)
#BCBABF
(188,186,191)
#C8C7CB
(200,199,203)
#D4D4D7
(212,212,215)
#E0E1E3
(224,225,227)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746C77 color. Also use rgb(116,108,119) instead hex code.

Text Font Color

.myTextColor { color: #746C77; }

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

This text font color is #746C77.


Background Color

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

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

This div background color is #746C77.


Border color

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

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

This div border color is #746C77.


Opacity

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

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

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

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

This text has shadow with #746C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746C77 on black background.


Color preview on white background

This text has color #746C77 on white background.



Black color preview on #746C77 background

This text has black color on #746C77 background.


White color preview on #746C77 background

This text has white color on #746C77 background.