COLOR #746F7C

HEX: #746F7C
RGB: (116,111,124)

Renk bilgisi

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

RGB renk modeli

#746F7C color RGB value is (116,111,124).

  • kırmız ton 116;
  • yeşil ton 111;
  • mavi ton 124.
RGB:
(116,111,124)
(45%,44%,49%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 111 of 255 = 44%
B 124 of 255 = 49%

116
111
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 111 + 124 = 351 (100%)
R 116 of 351 ~ 33.05%
G 111 of 351 ~ 31.62%
B 124 of 351 ~ 35.33%

%33.05
%31.62
%35.33

CMYK RENK MODELİ

#746F7C rengi CMYK tonu (6,10,0,51).

  • camgöbeği tonu 6.45%
  • eflatun tonu 10.48%
  • sarı tonu 0.00%
  • ana renk tonu 51.37%
CMYK:
(6,10,0,51)
C6M10Y0K51 
(6%,10%,0%,51%)
(0.06/0.10/0.00/0.51)	

CMYK yüzdeleri

%6.45
%10.48
%0
%51.37

Codes

Color #746F7C in popluar color models

746F7C
RGB116111124
HSL263°5.53%46.08%
HSB/HSV263°10.48%48.63%
CMYK6.45%10.48%0.00%
51.37%

Color #746F7C in popluar number systems.

HEX746F7C
Decimal116111124
Binary111010011011111111100
Octal164157174

Shades and tints

Shades of #746F7C

#746F7C
(116,111,124)
#6A6571
(106,101,113)
#605B66
(96,91,102)
#56515B
(86,81,91)
#4C4750
(76,71,80)
#423D45
(66,61,69)
#38333A
(56,51,58)
#2E292F
(46,41,47)
#241F24
(36,31,36)
#1A1519
(26,21,25)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #746F7C

#746F7C
(116,111,124)
#807C87
(128,124,135)
#8C8992
(140,137,146)
#98969D
(152,150,157)
#A4A3A8
(164,163,168)
#B0B0B3
(176,176,179)
#BCBDBE
(188,189,190)
#C8CAC9
(200,202,201)
#D4D7D4
(212,215,212)
#E0E4DF
(224,228,223)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746F7C color. Also use rgb(116,111,124) instead hex code.

Text Font Color

.myTextColor { color: #746F7C; }

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

This text font color is #746F7C.


Background Color

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

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

This div background color is #746F7C.


Border color

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

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

This div border color is #746F7C.


Opacity

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

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

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

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

This text has shadow with #746F7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746F7C on black background.


Color preview on white background

This text has color #746F7C on white background.



Black color preview on #746F7C background

This text has black color on #746F7C background.


White color preview on #746F7C background

This text has white color on #746F7C background.