COLOR #73676B

HEX: #73676B RGB: (115,103,107)

Color info

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

RGB color model

#73676B color RGB value is (115,103,107).

RGB: (115,103,107) (45%, 40%, 42%)

RGB channels and saturation

R 115 of 255 = 45%
G 103 of 255 = 40%
B 107 of 255 = 42%

115
103
107

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

Portions of RGB colors in percentages

R + G + B = 115 + 103 + 107 = 325 (100%)
R 115 of 325 ~ 35.38%
G 103 of 325 ~ 31.69%
B 107 of 325 ~ 32.92'%

%35.38
%31.69
%32.92

CMYK color model

#73676B color CMYK value is (0,10,7,55).

  • cyan value is 0.00%
  • magenta value is 10.43%
  • yellow value is 6.96%
  • key color value is 54.90%

CMYK: (0,10,7,55)
C0M10Y7K55 (0%, 10%, 7%, 55%)
(0.00 / 0.10 / 0.07 / 0.55)

CMYK percentages

%0
%10.43
%6.96
%54.9

Codes

Color #73676B in popluar color models

73 67 6B
RGB 115 103 107
HSL 340° 5.50% 42.75%
HSB/HSV 340° 10.43% 45.10%
CMYK 0.00% 10.43% 6.96%
54.90%

Color #73676B in popluar number systems.

HEX 73 67 6B
Decimal 115 103 107
Binary 1110011 1100111 1101011
Octal 163 147 153

Shades and tints

Shades of #73676B

#73676B
(115,103,107)
#695E62
(105,94,98)
#5F5559
(95,85,89)
#554C50
(85,76,80)
#4B4347
(75,67,71)
#413A3E
(65,58,62)
#373135
(55,49,53)
#2D282C
(45,40,44)
#231F23
(35,31,35)
#19161A
(25,22,26)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #73676B

#73676B
(115,103,107)
#7F7478
(127,116,120)
#8B8185
(139,129,133)
#978E92
(151,142,146)
#A39B9F
(163,155,159)
#AFA8AC
(175,168,172)
#BBB5B9
(187,181,185)
#C7C2C6
(199,194,198)
#D3CFD3
(211,207,211)
#DFDCE0
(223,220,224)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73676B color. Also use rgb(115,103,107) instead hex code.

Text Font Color

.myTextColor { color: #73676B; }

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

This text font color is #73676B.

Background Color

.myBgColor { background-color: #73676B; }

<div style="background-color:#73676B">Inner text</div>

This div background color is #73676B.

Border color

.myBorderColor { border: 1px solid #73676B; }

<div style="border:3px solid #73676B">Div</div>

This div border color is #73676B.

Opacity

.myOpacity80 { color: #73676B; opacity: 0.8; }

<p style="color:#73676B;opacity:0.8;">80%</p>

Text with #73676B 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 #73676B;}

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

This text has shadow with #73676B color.


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

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

This text has shadow with #73676B primary color and red secondary color.


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

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

This text has shadow with #73676B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #73676B.

Preview

Color preview on black background

This text has color #73676B on black background.


Color preview on white background

This text has color #73676B on white background.


Black color preview on #73676B background

This text has black color on #73676B background.


White color preview on #73676B background

This text has white color on #73676B background.


Related colors

Complementary color

Complementary color for #hex is #8C9894.


I love getcolorcode.com

Triadic colors

1 #6B7367 and #676B73 with #73676B are triadic colors.

2 #6B6773 and #67736B with #73676B are triadic colors.