COLOR #73777A

HEX: #73777A RGB: (115,119,122)

Color info

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

RGB color model

#73777A color RGB value is (115,119,122).

RGB: (115,119,122) (45%, 47%, 48%)

RGB channels and saturation

R 115 of 255 = 45%
G 119 of 255 = 47%
B 122 of 255 = 48%

115
119
122

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

Portions of RGB colors in percentages

R + G + B = 115 + 119 + 122 = 356 (100%)
R 115 of 356 ~ 32.3%
G 119 of 356 ~ 33.43%
B 122 of 356 ~ 34.27'%

%32.3
%33.43
%34.27

CMYK color model

#73777A color CMYK value is (6,2,0,52).

  • cyan value is 5.74%
  • magenta value is 2.46%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (6,2,0,52)
C6M2Y0K52 (6%, 2%, 0%, 52%)
(0.06 / 0.02 / 0.00 / 0.52)

CMYK percentages

%5.74
%2.46
%0
%52.16

Codes

Color #73777A in popluar color models

73 77 7A
RGB 115 119 122
HSL 206° 2.95% 46.47%
HSB/HSV 206° 5.74% 47.84%
CMYK 5.74% 2.46% 0.00%
52.16%

Color #73777A in popluar number systems.

HEX 73 77 7A
Decimal 115 119 122
Binary 1110011 1110111 1111010
Octal 163 167 172

Shades and tints

Shades of #73777A

#73777A
(115,119,122)
#696D6F
(105,109,111)
#5F6364
(95,99,100)
#555959
(85,89,89)
#4B4F4E
(75,79,78)
#414543
(65,69,67)
#373B38
(55,59,56)
#2D312D
(45,49,45)
#232722
(35,39,34)
#191D17
(25,29,23)
#0F130C
(15,19,12)
#000000
(0,0,0)

Tints of #73777A

#73777A
(115,119,122)
#7F8386
(127,131,134)
#8B8F92
(139,143,146)
#979B9E
(151,155,158)
#A3A7AA
(163,167,170)
#AFB3B6
(175,179,182)
#BBBFC2
(187,191,194)
#C7CBCE
(199,203,206)
#D3D7DA
(211,215,218)
#DFE3E6
(223,227,230)
#EBEFF2
(235,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73777A; }

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

This text font color is #73777A.

Background Color

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

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

This div background color is #73777A.

Border color

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

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

This div border color is #73777A.

Opacity

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

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

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

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

This text has shadow with #73777A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73777A.

Preview

Color preview on black background

This text has color #73777A on black background.


Color preview on white background

This text has color #73777A on white background.


Black color preview on #73777A background

This text has black color on #73777A background.


White color preview on #73777A background

This text has white color on #73777A background.


Related colors

Complementary color

Complementary color for #hex is #8C8885.


I love getcolorcode.com

Triadic colors

1 #7A7377 and #777A73 with #73777A are triadic colors.

2 #7A7773 and #77737A with #73777A are triadic colors.