COLOR #736C70

HEX: #736C70 RGB: (115,108,112)

Color info

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

RGB color model

#736C70 color RGB value is (115,108,112).

RGB: (115,108,112) (45%, 42%, 44%)

RGB channels and saturation

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

115
108
112

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

Portions of RGB colors in percentages

R + G + B = 115 + 108 + 112 = 335 (100%)
R 115 of 335 ~ 34.33%
G 108 of 335 ~ 32.24%
B 112 of 335 ~ 33.43'%

%34.33
%32.24
%33.43

CMYK color model

#736C70 color CMYK value is (0,6,3,55).

  • cyan value is 0.00%
  • magenta value is 6.09%
  • yellow value is 2.61%
  • key color value is 54.90%

CMYK: (0,6,3,55)
C0M6Y3K55 (0%, 6%, 3%, 55%)
(0.00 / 0.06 / 0.03 / 0.55)

CMYK percentages

%0
%6.09
%2.61
%54.9

Codes

Color #736C70 in popluar color models

73 6C 70
RGB 115 108 112
HSL 326° 3.14% 43.73%
HSB/HSV 326° 6.09% 45.10%
CMYK 0.00% 6.09% 2.61%
54.90%

Color #736C70 in popluar number systems.

HEX 73 6C 70
Decimal 115 108 112
Binary 1110011 1101100 1110000
Octal 163 154 160

Shades and tints

Shades of #736C70

#736C70
(115,108,112)
#696366
(105,99,102)
#5F5A5C
(95,90,92)
#555152
(85,81,82)
#4B4848
(75,72,72)
#413F3E
(65,63,62)
#373634
(55,54,52)
#2D2D2A
(45,45,42)
#232420
(35,36,32)
#191B16
(25,27,22)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #736C70

#736C70
(115,108,112)
#7F797D
(127,121,125)
#8B868A
(139,134,138)
#979397
(151,147,151)
#A3A0A4
(163,160,164)
#AFADB1
(175,173,177)
#BBBABE
(187,186,190)
#C7C7CB
(199,199,203)
#D3D4D8
(211,212,216)
#DFE1E5
(223,225,229)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736C70; }

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

This text font color is #736C70.

Background Color

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

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

This div background color is #736C70.

Border color

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

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

This div border color is #736C70.

Opacity

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

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

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

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

This text has shadow with #736C70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #736C70.

Preview

Color preview on black background

This text has color #736C70 on black background.


Color preview on white background

This text has color #736C70 on white background.


Black color preview on #736C70 background

This text has black color on #736C70 background.


White color preview on #736C70 background

This text has white color on #736C70 background.


Related colors

Complementary color

Complementary color for #hex is #8C938F.


I love getcolorcode.com

Triadic colors

1 #70736C and #6C7073 with #736C70 are triadic colors.

2 #706C73 and #6C7370 with #736C70 are triadic colors.