COLOR #73626B

HEX: #73626B RGB: (115,98,107)

Color info

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

RGB color model

#73626B color RGB value is (115,98,107).

RGB: (115,98,107) (45%, 38%, 42%)

RGB channels and saturation

R 115 of 255 = 45%
G 98 of 255 = 38%
B 107 of 255 = 42%

115
98
107

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

Portions of RGB colors in percentages

R + G + B = 115 + 98 + 107 = 320 (100%)
R 115 of 320 ~ 35.94%
G 98 of 320 ~ 30.63%
B 107 of 320 ~ 33.44'%

%35.94
%30.63
%33.44

CMYK color model

#73626B color CMYK value is (0,15,7,55).

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

CMYK: (0,15,7,55)
C0M15Y7K55 (0%, 15%, 7%, 55%)
(0.00 / 0.15 / 0.07 / 0.55)

CMYK percentages

%0
%14.78
%6.96
%54.9

Codes

Color #73626B in popluar color models

73 62 6B
RGB 115 98 107
HSL 328° 7.98% 41.76%
HSB/HSV 328° 14.78% 45.10%
CMYK 0.00% 14.78% 6.96%
54.90%

Color #73626B in popluar number systems.

HEX 73 62 6B
Decimal 115 98 107
Binary 1110011 1100010 1101011
Octal 163 142 153

Shades and tints

Shades of #73626B

#73626B
(115,98,107)
#695A62
(105,90,98)
#5F5259
(95,82,89)
#554A50
(85,74,80)
#4B4247
(75,66,71)
#413A3E
(65,58,62)
#373235
(55,50,53)
#2D2A2C
(45,42,44)
#232223
(35,34,35)
#191A1A
(25,26,26)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #73626B

#73626B
(115,98,107)
#7F7078
(127,112,120)
#8B7E85
(139,126,133)
#978C92
(151,140,146)
#A39A9F
(163,154,159)
#AFA8AC
(175,168,172)
#BBB6B9
(187,182,185)
#C7C4C6
(199,196,198)
#D3D2D3
(211,210,211)
#DFE0E0
(223,224,224)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73626B; }

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

This text font color is #73626B.

Background Color

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

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

This div background color is #73626B.

Border color

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

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

This div border color is #73626B.

Opacity

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

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

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

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

This text has shadow with #73626B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73626B.

Preview

Color preview on black background

This text has color #73626B on black background.


Color preview on white background

This text has color #73626B on white background.


Black color preview on #73626B background

This text has black color on #73626B background.


White color preview on #73626B background

This text has white color on #73626B background.


Related colors

Complementary color

Complementary color for #hex is #8C9D94.


I love getcolorcode.com

Triadic colors

1 #6B7362 and #626B73 with #73626B are triadic colors.

2 #6B6273 and #62736B with #73626B are triadic colors.