COLOR #746868

HEX: #746868 RGB: (116,104,104)

Renk bilgisi

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

RGB renk modeli

#746868 color RGB value is (116,104,104).

RGB: (116,104,104) (45%, 41%, 41%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 104 of 255 = 41%
B 104 of 255 = 41%

116
104
104

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

Yüzdelerle RGB renk parçaları

R + G + B = 116 + 104 + 104 = 324 (100%)
R 116 of 324 ~ 35.8%
G 104 of 324 ~ 32.1%
B 104 of 324 ~ 32.1'%

%35.8
%32.1
%32.1

CMYK RENK MODELİ

#746868 rengi CMYK tonu (0,10,10,55).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.34%
  • sarı tonu 10.34%
  • ana renk tonu 54.51%
CMYK: (0,10,10,55) C0M10Y10K55 (0%,10%,10%,55%) (0.00/0.10/0.10/0.55) 

CMYK yüzdeleri

%0
%10.34
%10.34
%54.51

Codes

Color #746868 in popluar color models

74 68 68
RGB 116 104 104
HSL 5.45% 43.14%
HSB/HSV 10.34% 45.49%
CMYK 0.00% 10.34% 10.34%
54.51%

Color #746868 in popluar number systems.

HEX 74 68 68
Decimal 116 104 104
Binary 1110100 1101000 1101000
Octal 164 150 150

Shades and tints

Shades of #746868

#746868
(116,104,104)
#6A5F5F
(106,95,95)
#605656
(96,86,86)
#564D4D
(86,77,77)
#4C4444
(76,68,68)
#423B3B
(66,59,59)
#383232
(56,50,50)
#2E2929
(46,41,41)
#242020
(36,32,32)
#1A1717
(26,23,23)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #746868

#746868
(116,104,104)
#807575
(128,117,117)
#8C8282
(140,130,130)
#988F8F
(152,143,143)
#A49C9C
(164,156,156)
#B0A9A9
(176,169,169)
#BCB6B6
(188,182,182)
#C8C3C3
(200,195,195)
#D4D0D0
(212,208,208)
#E0DDDD
(224,221,221)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746868; }

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

This text font color is #746868.

Background Color

.myBgColor { background-color: #746868; }

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

This div background color is #746868.

Border color

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

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

This div border color is #746868.

Opacity

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

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

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

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

This text has shadow with #746868 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #746868.

Preview

Color preview on black background

This text has color #746868 on black background.


Color preview on white background

This text has color #746868 on white background.


Black color preview on #746868 background

This text has black color on #746868 background.


White color preview on #746868 background

This text has white color on #746868 background.


Related colors

Complementary color

Complementary color for #hex is #8B9797.


I love getcolorcode.com