COLOR #746C6B

HEX: #746C6B
RGB: (116,108,107)

Renk bilgisi

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

RGB renk modeli

#746C6B color RGB value is (116,108,107).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 108 of 255 = 42%
B 107 of 255 = 42%

116
108
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 108 + 107 = 331 (100%)
R 116 of 331 ~ 35.05%
G 108 of 331 ~ 32.63%
B 107 of 331 ~ 32.33%

%35.05
%32.63
%32.33

CMYK RENK MODELİ

#746C6B rengi CMYK tonu (0,7,8,55).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.90%
  • sarı tonu 7.76%
  • ana renk tonu 54.51%
CMYK:
(0,7,8,55)
C0M7Y8K55 
(0%,7%,8%,55%)
(0.00/0.07/0.08/0.55)	

CMYK yüzdeleri

%0
%6.9
%7.76
%54.51

Codes

Color #746C6B in popluar color models

746C6B
RGB116108107
HSL4.04%43.73%
HSB/HSV7.76%45.49%
CMYK0.00%6.90%7.76%
54.51%

Color #746C6B in popluar number systems.

HEX746C6B
Decimal116108107
Binary111010011011001101011
Octal164154153

Shades and tints

Shades of #746C6B

#746C6B
(116,108,107)
#6A6362
(106,99,98)
#605A59
(96,90,89)
#565150
(86,81,80)
#4C4847
(76,72,71)
#423F3E
(66,63,62)
#383635
(56,54,53)
#2E2D2C
(46,45,44)
#242423
(36,36,35)
#1A1B1A
(26,27,26)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #746C6B

#746C6B
(116,108,107)
#807978
(128,121,120)
#8C8685
(140,134,133)
#989392
(152,147,146)
#A4A09F
(164,160,159)
#B0ADAC
(176,173,172)
#BCBAB9
(188,186,185)
#C8C7C6
(200,199,198)
#D4D4D3
(212,212,211)
#E0E1E0
(224,225,224)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746C6B; }

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

This text font color is #746C6B.


Background Color

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

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

This div background color is #746C6B.


Border color

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

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

This div border color is #746C6B.


Opacity

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

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

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

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

This text has shadow with #746C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746C6B on black background.


Color preview on white background

This text has color #746C6B on white background.



Black color preview on #746C6B background

This text has black color on #746C6B background.


White color preview on #746C6B background

This text has white color on #746C6B background.