COLOR #746376

HEX: #746376
RGB: (116,99,118)

Renk bilgisi

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

RGB renk modeli

#746376 color RGB value is (116,99,118).

  • kırmız ton 116;
  • yeşil ton 99;
  • mavi ton 118.
RGB:
(116,99,118)
(45%,39%,46%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 99 of 255 = 39%
B 118 of 255 = 46%

116
99
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 99 + 118 = 333 (100%)
R 116 of 333 ~ 34.83%
G 99 of 333 ~ 29.73%
B 118 of 333 ~ 35.44%

%34.83
%29.73
%35.44

CMYK RENK MODELİ

#746376 rengi CMYK tonu (2,16,0,54).

  • camgöbeği tonu 1.69%
  • eflatun tonu 16.10%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(2,16,0,54)
C2M16Y0K54 
(2%,16%,0%,54%)
(0.02/0.16/0.00/0.54)	

CMYK yüzdeleri

%1.69
%16.1
%0
%53.73

Codes

Color #746376 in popluar color models

746376
RGB11699118
HSL294°8.76%42.55%
HSB/HSV294°16.10%46.27%
CMYK1.69%16.10%0.00%
53.73%

Color #746376 in popluar number systems.

HEX746376
Decimal11699118
Binary111010011000111110110
Octal164143166

Shades and tints

Shades of #746376

#746376
(116,99,118)
#6A5A6C
(106,90,108)
#605162
(96,81,98)
#564858
(86,72,88)
#4C3F4E
(76,63,78)
#423644
(66,54,68)
#382D3A
(56,45,58)
#2E2430
(46,36,48)
#241B26
(36,27,38)
#1A121C
(26,18,28)
#100912
(16,9,18)
#000000
(0,0,0)

Tints of #746376

#746376
(116,99,118)
#807182
(128,113,130)
#8C7F8E
(140,127,142)
#988D9A
(152,141,154)
#A49BA6
(164,155,166)
#B0A9B2
(176,169,178)
#BCB7BE
(188,183,190)
#C8C5CA
(200,197,202)
#D4D3D6
(212,211,214)
#E0E1E2
(224,225,226)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746376 color. Also use rgb(116,99,118) instead hex code.

Text Font Color

.myTextColor { color: #746376; }

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

This text font color is #746376.


Background Color

.myBgColor { background-color: #746376; }

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

This div background color is #746376.


Border color

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

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

This div border color is #746376.


Opacity

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

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

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

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

This text has shadow with #746376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746376 on black background.


Color preview on white background

This text has color #746376 on white background.



Black color preview on #746376 background

This text has black color on #746376 background.


White color preview on #746376 background

This text has white color on #746376 background.