COLOR #73776A

HEX: #73776A
RGB: (115,119,106)

Color info

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

RGB color model

#73776A color RGB value is (115,119,106).

  • red value is 115;
  • green value is 119;
  • blue value is 106.
RGB:
(115,119,106)
(45%,47%,42%)

RGB channels and saturation

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

115
119
106

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

Portions of RGB colors in percentages

R + G + B =
115 + 119 + 106 = 340 (100%)
R 115 of 340 ~ 33.82%
G 119 of 340 ~ 35%
B 106 of 340 ~ 31.18%

%33.82
%35
%31.18

CMYK color model

#73776A color CMYK value is (3,0,11,53).

  • cyan value is 3.36%
  • magenta value is 0.00%
  • yellow value is 10.92%
  • key color value is 53.33%
CMYK:
(3,0,11,53)
C3M0Y11K53 
(3%,0%,11%,53%)
(0.03/0.00/0.11/0.53)	

CMYK percentages

%3.36
%0
%10.92
%53.33

Codes

Color #73776A in popluar color models

73776A
RGB115119106
HSL78°5.78%44.12%
HSB/HSV78°10.92%46.67%
CMYK3.36%0.00%10.92%
53.33%

Color #73776A in popluar number systems.

HEX73776A
Decimal115119106
Binary111001111101111101010
Octal163167152

Shades and tints

Shades of #73776A

#73776A
(115,119,106)
#696D61
(105,109,97)
#5F6358
(95,99,88)
#55594F
(85,89,79)
#4B4F46
(75,79,70)
#41453D
(65,69,61)
#373B34
(55,59,52)
#2D312B
(45,49,43)
#232722
(35,39,34)
#191D19
(25,29,25)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #73776A

#73776A
(115,119,106)
#7F8377
(127,131,119)
#8B8F84
(139,143,132)
#979B91
(151,155,145)
#A3A79E
(163,167,158)
#AFB3AB
(175,179,171)
#BBBFB8
(187,191,184)
#C7CBC5
(199,203,197)
#D3D7D2
(211,215,210)
#DFE3DF
(223,227,223)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73776A; }

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

This text font color is #73776A.


Background Color

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

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

This div background color is #73776A.


Border color

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

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

This div border color is #73776A.


Opacity

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

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

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

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

This text has shadow with #73776A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73776A on black background.


Color preview on white background

This text has color #73776A on white background.



Black color preview on #73776A background

This text has black color on #73776A background.


White color preview on #73776A background

This text has white color on #73776A background.