COLOR #746966

HEX: #746966
RGB: (116,105,102)

Renk bilgisi

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

RGB renk modeli

#746966 color RGB value is (116,105,102).

  • kırmız ton 116;
  • yeşil ton 105;
  • mavi ton 102.
RGB:
(116,105,102)
(45%,41%,40%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 105 of 255 = 41%
B 102 of 255 = 40%

116
105
102

R + G + B ~ 42%. #746966 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 105 + 102 = 323 (100%)
R 116 of 323 ~ 35.91%
G 105 of 323 ~ 32.51%
B 102 of 323 ~ 31.58%

%35.91
%32.51
%31.58

CMYK RENK MODELİ

#746966 rengi CMYK tonu (0,9,12,55).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.48%
  • sarı tonu 12.07%
  • ana renk tonu 54.51%
CMYK:
(0,9,12,55)
C0M9Y12K55 
(0%,9%,12%,55%)
(0.00/0.09/0.12/0.55)	

CMYK yüzdeleri

%0
%9.48
%12.07
%54.51

Codes

Color #746966 in popluar color models

746966
RGB116105102
HSL13°6.42%42.75%
HSB/HSV13°12.07%45.49%
CMYK0.00%9.48%12.07%
54.51%

Color #746966 in popluar number systems.

HEX746966
Decimal116105102
Binary111010011010011100110
Octal164151146

Shades and tints

Shades of #746966

#746966
(116,105,102)
#6A605D
(106,96,93)
#605754
(96,87,84)
#564E4B
(86,78,75)
#4C4542
(76,69,66)
#423C39
(66,60,57)
#383330
(56,51,48)
#2E2A27
(46,42,39)
#24211E
(36,33,30)
#1A1815
(26,24,21)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #746966

#746966
(116,105,102)
#807673
(128,118,115)
#8C8380
(140,131,128)
#98908D
(152,144,141)
#A49D9A
(164,157,154)
#B0AAA7
(176,170,167)
#BCB7B4
(188,183,180)
#C8C4C1
(200,196,193)
#D4D1CE
(212,209,206)
#E0DEDB
(224,222,219)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746966 color. Also use rgb(116,105,102) instead hex code.

Text Font Color

.myTextColor { color: #746966; }

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

This text font color is #746966.


Background Color

.myBgColor { background-color: #746966; }

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

This div background color is #746966.


Border color

.myBorderColor { border: 1px solid #746966; }

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

This div border color is #746966.


Opacity

.myOpacity80 { color: #746966; opacity: 0.8; }

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

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

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

This text has shadow with #746966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746966 on black background.


Color preview on white background

This text has color #746966 on white background.



Black color preview on #746966 background

This text has black color on #746966 background.


White color preview on #746966 background

This text has white color on #746966 background.