COLOR #736A6C

HEX: #736A6C RGB: (115,106,108)

Color info

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

RGB color model

#736A6C color RGB value is (115,106,108).

RGB: (115,106,108) (45%, 42%, 42%)

RGB channels and saturation

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

115
106
108

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

Portions of RGB colors in percentages

R + G + B = 115 + 106 + 108 = 329 (100%)
R 115 of 329 ~ 34.95%
G 106 of 329 ~ 32.22%
B 108 of 329 ~ 32.83'%

%34.95
%32.22
%32.83

CMYK color model

#736A6C color CMYK value is (0,8,6,55).

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

CMYK: (0,8,6,55)
C0M8Y6K55 (0%, 8%, 6%, 55%)
(0.00 / 0.08 / 0.06 / 0.55)

CMYK percentages

%0
%7.83
%6.09
%54.9

Codes

Color #736A6C in popluar color models

73 6A 6C
RGB 115 106 108
HSL 347° 4.07% 43.33%
HSB/HSV 347° 7.83% 45.10%
CMYK 0.00% 7.83% 6.09%
54.90%

Color #736A6C in popluar number systems.

HEX 73 6A 6C
Decimal 115 106 108
Binary 1110011 1101010 1101100
Octal 163 152 154

Shades and tints

Shades of #736A6C

#736A6C
(115,106,108)
#696163
(105,97,99)
#5F585A
(95,88,90)
#554F51
(85,79,81)
#4B4648
(75,70,72)
#413D3F
(65,61,63)
#373436
(55,52,54)
#2D2B2D
(45,43,45)
#232224
(35,34,36)
#19191B
(25,25,27)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #736A6C

#736A6C
(115,106,108)
#7F7779
(127,119,121)
#8B8486
(139,132,134)
#979193
(151,145,147)
#A39EA0
(163,158,160)
#AFABAD
(175,171,173)
#BBB8BA
(187,184,186)
#C7C5C7
(199,197,199)
#D3D2D4
(211,210,212)
#DFDFE1
(223,223,225)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736A6C; }

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

This text font color is #736A6C.

Background Color

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

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

This div background color is #736A6C.

Border color

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

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

This div border color is #736A6C.

Opacity

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

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

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

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

This text has shadow with #736A6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #736A6C.

Preview

Color preview on black background

This text has color #736A6C on black background.


Color preview on white background

This text has color #736A6C on white background.


Black color preview on #736A6C background

This text has black color on #736A6C background.


White color preview on #736A6C background

This text has white color on #736A6C background.


Related colors

Complementary color

Complementary color for #hex is #8C9593.


I love getcolorcode.com

Triadic colors

1 #6C736A and #6A6C73 with #736A6C are triadic colors.

2 #6C6A73 and #6A736C with #736A6C are triadic colors.