COLOR #746475

HEX: #746475
RGB: (116,100,117)

Renk bilgisi

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

RGB renk modeli

#746475 color RGB value is (116,100,117).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 100 of 255 = 39%
B 117 of 255 = 46%

116
100
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 100 + 117 = 333 (100%)
R 116 of 333 ~ 34.83%
G 100 of 333 ~ 30.03%
B 117 of 333 ~ 35.14%

%34.83
%30.03
%35.14

CMYK RENK MODELİ

#746475 rengi CMYK tonu (1,15,0,54).

  • camgöbeği tonu 0.85%
  • eflatun tonu 14.53%
  • sarı tonu 0.00%
  • ana renk tonu 54.12%
CMYK:
(1,15,0,54)
C1M15Y0K54 
(1%,15%,0%,54%)
(0.01/0.15/0.00/0.54)	

CMYK yüzdeleri

%0.85
%14.53
%0
%54.12

Codes

Color #746475 in popluar color models

746475
RGB116100117
HSL296°7.83%42.55%
HSB/HSV296°14.53%45.88%
CMYK0.85%14.53%0.00%
54.12%

Color #746475 in popluar number systems.

HEX746475
Decimal116100117
Binary111010011001001110101
Octal164144165

Shades and tints

Shades of #746475

#746475
(116,100,117)
#6A5B6B
(106,91,107)
#605261
(96,82,97)
#564957
(86,73,87)
#4C404D
(76,64,77)
#423743
(66,55,67)
#382E39
(56,46,57)
#2E252F
(46,37,47)
#241C25
(36,28,37)
#1A131B
(26,19,27)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #746475

#746475
(116,100,117)
#807281
(128,114,129)
#8C808D
(140,128,141)
#988E99
(152,142,153)
#A49CA5
(164,156,165)
#B0AAB1
(176,170,177)
#BCB8BD
(188,184,189)
#C8C6C9
(200,198,201)
#D4D4D5
(212,212,213)
#E0E2E1
(224,226,225)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746475 color. Also use rgb(116,100,117) instead hex code.

Text Font Color

.myTextColor { color: #746475; }

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

This text font color is #746475.


Background Color

.myBgColor { background-color: #746475; }

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

This div background color is #746475.


Border color

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

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

This div border color is #746475.


Opacity

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

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

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

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

This text has shadow with #746475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746475 on black background.


Color preview on white background

This text has color #746475 on white background.



Black color preview on #746475 background

This text has black color on #746475 background.


White color preview on #746475 background

This text has white color on #746475 background.