COLOR #73776B

HEX: #73776B RGB: (115,119,107)

Color info

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

RGB color model

#73776B color RGB value is (115,119,107).

RGB: (115,119,107) (45%, 47%, 42%)

RGB channels and saturation

R 115 of 255 = 45%
G 119 of 255 = 47%
B 107 of 255 = 42%

115
119
107

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

Portions of RGB colors in percentages

R + G + B = 115 + 119 + 107 = 341 (100%)
R 115 of 341 ~ 33.72%
G 119 of 341 ~ 34.9%
B 107 of 341 ~ 31.38'%

%33.72
%34.9
%31.38

CMYK color model

#73776B color CMYK value is (3,0,10,53).

  • cyan value is 3.36%
  • magenta value is 0.00%
  • yellow value is 10.08%
  • key color value is 53.33%
CMYK: (3,0,10,53) C3M0Y10K53 (3%,0%,10%,53%) (0.03/0.00/0.10/0.53) 

CMYK percentages

%3.36
%0
%10.08
%53.33

Codes

Color #73776B in popluar color models

73 77 6B
RGB 115 119 107
HSL 80° 5.31% 44.31%
HSB/HSV 80° 10.08% 46.67%
CMYK 3.36% 0.00% 10.08%
53.33%

Color #73776B in popluar number systems.

HEX 73 77 6B
Decimal 115 119 107
Binary 1110011 1110111 1101011
Octal 163 167 153

Shades and tints

Shades of #73776B

#73776B
(115,119,107)
#696D62
(105,109,98)
#5F6359
(95,99,89)
#555950
(85,89,80)
#4B4F47
(75,79,71)
#41453E
(65,69,62)
#373B35
(55,59,53)
#2D312C
(45,49,44)
#232723
(35,39,35)
#191D1A
(25,29,26)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #73776B

#73776B
(115,119,107)
#7F8378
(127,131,120)
#8B8F85
(139,143,133)
#979B92
(151,155,146)
#A3A79F
(163,167,159)
#AFB3AC
(175,179,172)
#BBBFB9
(187,191,185)
#C7CBC6
(199,203,198)
#D3D7D3
(211,215,211)
#DFE3E0
(223,227,224)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73776B; }

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

This text font color is #73776B.

Background Color

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

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

This div background color is #73776B.

Border color

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

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

This div border color is #73776B.

Opacity

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

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

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

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

This text has shadow with #73776B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73776B.

Preview

Color preview on black background

This text has color #73776B on black background.


Color preview on white background

This text has color #73776B on white background.


Black color preview on #73776B background

This text has black color on #73776B background.


White color preview on #73776B background

This text has white color on #73776B background.


Related colors

Complementary color

Complementary color for #hex is #8C8894.


I love getcolorcode.com

Triadic colors

1 #6B7377 and #776B73 with #73776B are triadic colors.

2 #6B7773 and #77736B with #73776B are triadic colors.