COLOR #736A6B

HEX: #736A6B
RGB: (115,106,107)

Color info

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

RGB color model

#736A6B color RGB value is (115,106,107).

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

RGB channels and saturation

R 115 of 255 = 45%
G 106 of 255 = 42%
B 107 of 255 = 42%

115
106
107

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

Portions of RGB colors in percentages

R + G + B =
115 + 106 + 107 = 328 (100%)
R 115 of 328 ~ 35.06%
G 106 of 328 ~ 32.32%
B 107 of 328 ~ 32.62%

%35.06
%32.32
%32.62

CMYK color model

#736A6B color CMYK value is (0,8,7,55).

  • cyan value is 0.00%
  • magenta value is 7.83%
  • yellow value is 6.96%
  • key color value is 54.90%
CMYK:
(0,8,7,55)
C0M8Y7K55 
(0%,8%,7%,55%)
(0.00/0.08/0.07/0.55)	

CMYK percentages

%0
%7.83
%6.96
%54.9

Codes

Color #736A6B in popluar color models

736A6B
RGB115106107
HSL353°4.07%43.33%
HSB/HSV353°7.83%45.10%
CMYK0.00%7.83%6.96%
54.90%

Color #736A6B in popluar number systems.

HEX736A6B
Decimal115106107
Binary111001111010101101011
Octal163152153

Shades and tints

Shades of #736A6B

#736A6B
(115,106,107)
#696162
(105,97,98)
#5F5859
(95,88,89)
#554F50
(85,79,80)
#4B4647
(75,70,71)
#413D3E
(65,61,62)
#373435
(55,52,53)
#2D2B2C
(45,43,44)
#232223
(35,34,35)
#19191A
(25,25,26)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #736A6B

#736A6B
(115,106,107)
#7F7778
(127,119,120)
#8B8485
(139,132,133)
#979192
(151,145,146)
#A39E9F
(163,158,159)
#AFABAC
(175,171,172)
#BBB8B9
(187,184,185)
#C7C5C6
(199,197,198)
#D3D2D3
(211,210,211)
#DFDFE0
(223,223,224)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736A6B; }

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

This text font color is #736A6B.


Background Color

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

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

This div background color is #736A6B.


Border color

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

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

This div border color is #736A6B.


Opacity

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

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

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

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

This text has shadow with #736A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736A6B on black background.


Color preview on white background

This text has color #736A6B on white background.



Black color preview on #736A6B background

This text has black color on #736A6B background.


White color preview on #736A6B background

This text has white color on #736A6B background.