COLOR #747376

HEX: #747376
RGB: (116,115,118)

Renk bilgisi

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

RGB renk modeli

#747376 color RGB value is (116,115,118).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 115 of 255 = 45%
B 118 of 255 = 46%

116
115
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 115 + 118 = 349 (100%)
R 116 of 349 ~ 33.24%
G 115 of 349 ~ 32.95%
B 118 of 349 ~ 33.81%

%33.24
%32.95
%33.81

CMYK RENK MODELİ

#747376 rengi CMYK tonu (2,3,0,54).

  • camgöbeği tonu 1.69%
  • eflatun tonu 2.54%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(2,3,0,54)
C2M3Y0K54 
(2%,3%,0%,54%)
(0.02/0.03/0.00/0.54)	

CMYK yüzdeleri

%1.69
%2.54
%0
%53.73

Codes

Color #747376 in popluar color models

747376
RGB116115118
HSL260°1.29%45.69%
HSB/HSV260°2.54%46.27%
CMYK1.69%2.54%0.00%
53.73%

Color #747376 in popluar number systems.

HEX747376
Decimal116115118
Binary111010011100111110110
Octal164163166

Shades and tints

Shades of #747376

#747376
(116,115,118)
#6A696C
(106,105,108)
#605F62
(96,95,98)
#565558
(86,85,88)
#4C4B4E
(76,75,78)
#424144
(66,65,68)
#38373A
(56,55,58)
#2E2D30
(46,45,48)
#242326
(36,35,38)
#1A191C
(26,25,28)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #747376

#747376
(116,115,118)
#807F82
(128,127,130)
#8C8B8E
(140,139,142)
#98979A
(152,151,154)
#A4A3A6
(164,163,166)
#B0AFB2
(176,175,178)
#BCBBBE
(188,187,190)
#C8C7CA
(200,199,202)
#D4D3D6
(212,211,214)
#E0DFE2
(224,223,226)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747376; }

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

This text font color is #747376.


Background Color

.myBgColor { background-color: #747376; }

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

This div background color is #747376.


Border color

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

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

This div border color is #747376.


Opacity

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

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

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

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

This text has shadow with #747376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747376 on black background.


Color preview on white background

This text has color #747376 on white background.



Black color preview on #747376 background

This text has black color on #747376 background.


White color preview on #747376 background

This text has white color on #747376 background.