COLOR #736E6A

HEX: #736E6A RGB: (115,110,106)

Color info

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

RGB color model

#736E6A color RGB value is (115,110,106).

RGB: (115,110,106) (45%, 43%, 42%)

RGB channels and saturation

R 115 of 255 = 45%
G 110 of 255 = 43%
B 106 of 255 = 42%

115
110
106

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

Portions of RGB colors in percentages

R + G + B = 115 + 110 + 106 = 331 (100%)
R 115 of 331 ~ 34.74%
G 110 of 331 ~ 33.23%
B 106 of 331 ~ 32.02'%

%34.74
%33.23
%32.02

CMYK color model

#736E6A color CMYK value is (0,4,8,55).

  • cyan value is 0.00%
  • magenta value is 4.35%
  • yellow value is 7.83%
  • key color value is 54.90%
CMYK: (0,4,8,55) C0M4Y8K55 (0%,4%,8%,55%) (0.00/0.04/0.08/0.55) 

CMYK percentages

%0
%4.35
%7.83
%54.9

Codes

Color #736E6A in popluar color models

73 6E 6A
RGB 115 110 106
HSL 27° 4.07% 43.33%
HSB/HSV 27° 7.83% 45.10%
CMYK 0.00% 4.35% 7.83%
54.90%

Color #736E6A in popluar number systems.

HEX 73 6E 6A
Decimal 115 110 106
Binary 1110011 1101110 1101010
Octal 163 156 152

Shades and tints

Shades of #736E6A

#736E6A
(115,110,106)
#696461
(105,100,97)
#5F5A58
(95,90,88)
#55504F
(85,80,79)
#4B4646
(75,70,70)
#413C3D
(65,60,61)
#373234
(55,50,52)
#2D282B
(45,40,43)
#231E22
(35,30,34)
#191419
(25,20,25)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #736E6A

#736E6A
(115,110,106)
#7F7B77
(127,123,119)
#8B8884
(139,136,132)
#979591
(151,149,145)
#A3A29E
(163,162,158)
#AFAFAB
(175,175,171)
#BBBCB8
(187,188,184)
#C7C9C5
(199,201,197)
#D3D6D2
(211,214,210)
#DFE3DF
(223,227,223)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736E6A color. Also use rgb(115,110,106) instead hex code.

Text Font Color

.myTextColor { color: #736E6A; }

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

This text font color is #736E6A.

Background Color

.myBgColor { background-color: #736E6A; }

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

This div background color is #736E6A.

Border color

.myBorderColor { border: 1px solid #736E6A; }

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

This div border color is #736E6A.

Opacity

.myOpacity80 { color: #736E6A; opacity: 0.8; }

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

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

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

This text has shadow with #736E6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #736E6A.

Preview

Color preview on black background

This text has color #736E6A on black background.


Color preview on white background

This text has color #736E6A on white background.


Black color preview on #736E6A background

This text has black color on #736E6A background.


White color preview on #736E6A background

This text has white color on #736E6A background.


Related colors

Complementary color

Complementary color for #hex is #8C9195.


I love getcolorcode.com

Triadic colors

1 #6A736E and #6E6A73 with #736E6A are triadic colors.

2 #6A6E73 and #6E736A with #736E6A are triadic colors.