COLOR #746D81

HEX: #746D81
RGB: (116,109,129)

Renk bilgisi

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

RGB renk modeli

#746D81 color RGB value is (116,109,129).

  • kırmız ton 116;
  • yeşil ton 109;
  • mavi ton 129.
RGB:
(116,109,129)
(45%,43%,51%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 109 of 255 = 43%
B 129 of 255 = 51%

116
109
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 109 + 129 = 354 (100%)
R 116 of 354 ~ 32.77%
G 109 of 354 ~ 30.79%
B 129 of 354 ~ 36.44%

%32.77
%30.79
%36.44

CMYK RENK MODELİ

#746D81 rengi CMYK tonu (10,16,0,49).

  • camgöbeği tonu 10.08%
  • eflatun tonu 15.50%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(10,16,0,49)
C10M16Y0K49 
(10%,16%,0%,49%)
(0.10/0.16/0.00/0.49)	

CMYK yüzdeleri

%10.08
%15.5
%0
%49.41

Codes

Color #746D81 in popluar color models

746D81
RGB116109129
HSL261°8.40%46.67%
HSB/HSV261°15.50%50.59%
CMYK10.08%15.50%0.00%
49.41%

Color #746D81 in popluar number systems.

HEX746D81
Decimal116109129
Binary1110100110110110000001
Octal164155201

Shades and tints

Shades of #746D81

#746D81
(116,109,129)
#6A6476
(106,100,118)
#605B6B
(96,91,107)
#565260
(86,82,96)
#4C4955
(76,73,85)
#42404A
(66,64,74)
#38373F
(56,55,63)
#2E2E34
(46,46,52)
#242529
(36,37,41)
#1A1C1E
(26,28,30)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #746D81

#746D81
(116,109,129)
#807A8C
(128,122,140)
#8C8797
(140,135,151)
#9894A2
(152,148,162)
#A4A1AD
(164,161,173)
#B0AEB8
(176,174,184)
#BCBBC3
(188,187,195)
#C8C8CE
(200,200,206)
#D4D5D9
(212,213,217)
#E0E2E4
(224,226,228)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746D81 color. Also use rgb(116,109,129) instead hex code.

Text Font Color

.myTextColor { color: #746D81; }

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

This text font color is #746D81.


Background Color

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

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

This div background color is #746D81.


Border color

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

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

This div border color is #746D81.


Opacity

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

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

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

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

This text has shadow with #746D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746D81 on black background.


Color preview on white background

This text has color #746D81 on white background.



Black color preview on #746D81 background

This text has black color on #746D81 background.


White color preview on #746D81 background

This text has white color on #746D81 background.