COLOR #736A65

HEX: #736A65 RGB: (115,106,101)

Color info

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

RGB color model

#736A65 color RGB value is (115,106,101).

RGB: (115,106,101) (45%, 42%, 40%)

RGB channels and saturation

R 115 of 255 = 45%
G 106 of 255 = 42%
B 101 of 255 = 40%

115
106
101

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

Portions of RGB colors in percentages

R + G + B = 115 + 106 + 101 = 322 (100%)
R 115 of 322 ~ 35.71%
G 106 of 322 ~ 32.92%
B 101 of 322 ~ 31.37'%

%35.71
%32.92
%31.37

CMYK color model

#736A65 color CMYK value is (0,8,12,55).

  • cyan value is 0.00%
  • magenta value is 7.83%
  • yellow value is 12.17%
  • key color value is 54.90%
CMYK: (0,8,12,55) C0M8Y12K55 (0%,8%,12%,55%) (0.00/0.08/0.12/0.55) 

CMYK percentages

%0
%7.83
%12.17
%54.9

Codes

Color #736A65 in popluar color models

73 6A 65
RGB 115 106 101
HSL 21° 6.48% 42.35%
HSB/HSV 21° 12.17% 45.10%
CMYK 0.00% 7.83% 12.17%
54.90%

Color #736A65 in popluar number systems.

HEX 73 6A 65
Decimal 115 106 101
Binary 1110011 1101010 1100101
Octal 163 152 145

Shades and tints

Shades of #736A65

#736A65
(115,106,101)
#69615C
(105,97,92)
#5F5853
(95,88,83)
#554F4A
(85,79,74)
#4B4641
(75,70,65)
#413D38
(65,61,56)
#37342F
(55,52,47)
#2D2B26
(45,43,38)
#23221D
(35,34,29)
#191914
(25,25,20)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #736A65

#736A65
(115,106,101)
#7F7773
(127,119,115)
#8B8481
(139,132,129)
#97918F
(151,145,143)
#A39E9D
(163,158,157)
#AFABAB
(175,171,171)
#BBB8B9
(187,184,185)
#C7C5C7
(199,197,199)
#D3D2D5
(211,210,213)
#DFDFE3
(223,223,227)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736A65; }

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

This text font color is #736A65.

Background Color

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

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

This div background color is #736A65.

Border color

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

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

This div border color is #736A65.

Opacity

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

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

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

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

This text has shadow with #736A65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #736A65.

Preview

Color preview on black background

This text has color #736A65 on black background.


Color preview on white background

This text has color #736A65 on white background.


Black color preview on #736A65 background

This text has black color on #736A65 background.


White color preview on #736A65 background

This text has white color on #736A65 background.


Related colors

Complementary color

Complementary color for #hex is #8C959A.


I love getcolorcode.com

Triadic colors

1 #65736A and #6A6573 with #736A65 are triadic colors.

2 #656A73 and #6A7365 with #736A65 are triadic colors.