COLOR #736A70

HEX: #736A70
RGB: (115,106,112)

Color info

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

RGB color model

#736A70 color RGB value is (115,106,112).

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

RGB channels and saturation

R 115 of 255 = 45%
G 106 of 255 = 42%
B 112 of 255 = 44%

115
106
112

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

Portions of RGB colors in percentages

R + G + B =
115 + 106 + 112 = 333 (100%)
R 115 of 333 ~ 34.53%
G 106 of 333 ~ 31.83%
B 112 of 333 ~ 33.63%

%34.53
%31.83
%33.63

CMYK color model

#736A70 color CMYK value is (0,8,3,55).

  • cyan value is 0.00%
  • magenta value is 7.83%
  • yellow value is 2.61%
  • key color value is 54.90%
CMYK:
(0,8,3,55)
C0M8Y3K55 
(0%,8%,3%,55%)
(0.00/0.08/0.03/0.55)	

CMYK percentages

%0
%7.83
%2.61
%54.9

Codes

Color #736A70 in popluar color models

736A70
RGB115106112
HSL320°4.07%43.33%
HSB/HSV320°7.83%45.10%
CMYK0.00%7.83%2.61%
54.90%

Color #736A70 in popluar number systems.

HEX736A70
Decimal115106112
Binary111001111010101110000
Octal163152160

Shades and tints

Shades of #736A70

#736A70
(115,106,112)
#696166
(105,97,102)
#5F585C
(95,88,92)
#554F52
(85,79,82)
#4B4648
(75,70,72)
#413D3E
(65,61,62)
#373434
(55,52,52)
#2D2B2A
(45,43,42)
#232220
(35,34,32)
#191916
(25,25,22)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #736A70

#736A70
(115,106,112)
#7F777D
(127,119,125)
#8B848A
(139,132,138)
#979197
(151,145,151)
#A39EA4
(163,158,164)
#AFABB1
(175,171,177)
#BBB8BE
(187,184,190)
#C7C5CB
(199,197,203)
#D3D2D8
(211,210,216)
#DFDFE5
(223,223,229)
#EBECF2
(235,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736A70; }

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

This text font color is #736A70.


Background Color

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

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

This div background color is #736A70.


Border color

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

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

This div border color is #736A70.


Opacity

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

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

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

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

This text has shadow with #736A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736A70 on black background.


Color preview on white background

This text has color #736A70 on white background.



Black color preview on #736A70 background

This text has black color on #736A70 background.


White color preview on #736A70 background

This text has white color on #736A70 background.