COLOR #746A6A

HEX: #746A6A
RGB: (116,106,106)

Color info

#746A6A contains red, green and blue colors in about the same proportion. Web safe color of #746A6A is #666666 (or #666).

RGB color model

#746A6A color RGB value is (116,106,106).

  • red value is 116;
  • green value is 106;
  • blue value is 106.
RGB:
(116,106,106)
(45%,42%,42%)

RGB channels and saturation

R 116 of 255 = 45%
G 106 of 255 = 42%
B 106 of 255 = 42%

116
106
106

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

Portions of RGB colors in percentages

R + G + B =
116 + 106 + 106 = 328 (100%)
R 116 of 328 ~ 35.37%
G 106 of 328 ~ 32.32%
B 106 of 328 ~ 32.32%

%35.37
%32.32
%32.32

CMYK color model

#746A6A color CMYK value is (0,9,9,55).

  • cyan value is 0.00%
  • magenta value is 8.62%
  • yellow value is 8.62%
  • key color value is 54.51%
CMYK:
(0,9,9,55)
C0M9Y9K55 
(0%,9%,9%,55%)
(0.00/0.09/0.09/0.55)	

CMYK percentages

%0
%8.62
%8.62
%54.51

Codes

Color #746A6A in popluar color models

746A6A
RGB116106106
HSL4.50%43.53%
HSB/HSV8.62%45.49%
CMYK0.00%8.62%8.62%
54.51%

Color #746A6A in popluar number systems.

HEX746A6A
Decimal116106106
Binary111010011010101101010
Octal164152152

Shades and tints

Shades of #746A6A

#746A6A
(116,106,106)
#6A6161
(106,97,97)
#605858
(96,88,88)
#564F4F
(86,79,79)
#4C4646
(76,70,70)
#423D3D
(66,61,61)
#383434
(56,52,52)
#2E2B2B
(46,43,43)
#242222
(36,34,34)
#1A1919
(26,25,25)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #746A6A

#746A6A
(116,106,106)
#807777
(128,119,119)
#8C8484
(140,132,132)
#989191
(152,145,145)
#A49E9E
(164,158,158)
#B0ABAB
(176,171,171)
#BCB8B8
(188,184,184)
#C8C5C5
(200,197,197)
#D4D2D2
(212,210,210)
#E0DFDF
(224,223,223)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746A6A; }

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

This text font color is #746A6A.


Background Color

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

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

This div background color is #746A6A.


Border color

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

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

This div border color is #746A6A.


Opacity

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

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

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

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

This text has shadow with #746A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746A6A on black background.


Color preview on white background

This text has color #746A6A on white background.



Black color preview on #746A6A background

This text has black color on #746A6A background.


White color preview on #746A6A background

This text has white color on #746A6A background.