COLOR #746F85

HEX: #746F85 RGB: (116,111,133)

Renk bilgisi

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

RGB renk modeli

#746F85 color RGB value is (116,111,133).

RGB: (116,111,133) (45%, 44%, 52%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 111 of 255 = 44%
B 133 of 255 = 52%

116
111
133

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

Yüzdelerle RGB renk parçaları

R + G + B = 116 + 111 + 133 = 360 (100%)
R 116 of 360 ~ 32.22%
G 111 of 360 ~ 30.83%
B 133 of 360 ~ 36.94'%

%32.22
%30.83
%36.94

CMYK RENK MODELİ

#746F85 rengi CMYK tonu (13,17,0,48).

  • camgöbeği tonu 12.78%
  • eflatun tonu 16.54%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%

CMYK: (13,17,0,48)
C13M17Y0K48 (13%, 17%, 0%, 48%)
(0.13 / 0.17 / 0.00 / 0.48)

CMYK yüzdeleri

%12.78
%16.54
%0
%47.84

Codes

Color #746F85 in popluar color models

74 6F 85
RGB 116 111 133
HSL 254° 9.02% 47.84%
HSB/HSV 254° 16.54% 52.16%
CMYK 12.78% 16.54% 0.00%
47.84%

Color #746F85 in popluar number systems.

HEX 74 6F 85
Decimal 116 111 133
Binary 1110100 1101111 10000101
Octal 164 157 205

Shades and tints

Shades of #746F85

#746F85
(116,111,133)
#6A6579
(106,101,121)
#605B6D
(96,91,109)
#565161
(86,81,97)
#4C4755
(76,71,85)
#423D49
(66,61,73)
#38333D
(56,51,61)
#2E2931
(46,41,49)
#241F25
(36,31,37)
#1A1519
(26,21,25)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #746F85

#746F85
(116,111,133)
#807C90
(128,124,144)
#8C899B
(140,137,155)
#9896A6
(152,150,166)
#A4A3B1
(164,163,177)
#B0B0BC
(176,176,188)
#BCBDC7
(188,189,199)
#C8CAD2
(200,202,210)
#D4D7DD
(212,215,221)
#E0E4E8
(224,228,232)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746F85; }

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

This text font color is #746F85.

Background Color

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

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

This div background color is #746F85.

Border color

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

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

This div border color is #746F85.

Opacity

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

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

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

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

This text has shadow with #746F85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #746F85.

Preview

Color preview on black background

This text has color #746F85 on black background.


Color preview on white background

This text has color #746F85 on white background.


Black color preview on #746F85 background

This text has black color on #746F85 background.


White color preview on #746F85 background

This text has white color on #746F85 background.


Related colors

Complementary color

Complementary color for #hex is #8B907A.


I love getcolorcode.com

Triadic colors

1 #85746F and #6F8574 with #746F85 are triadic colors.

2 #856F74 and #6F7485 with #746F85 are triadic colors.