COLOR #777273

HEX: #777273
RGB: (119,114,115)

Color info

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

RGB color model

#777273 color RGB value is (119,114,115).

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

RGB channels and saturation

R 119 of 255 = 47%
G 114 of 255 = 45%
B 115 of 255 = 45%

119
114
115

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

Portions of RGB colors in percentages

R + G + B =
119 + 114 + 115 = 348 (100%)
R 119 of 348 ~ 34.2%
G 114 of 348 ~ 32.76%
B 115 of 348 ~ 33.05%

%34.2
%32.76
%33.05

CMYK color model

#777273 color CMYK value is (0,4,3,53).

  • cyan value is 0.00%
  • magenta value is 4.20%
  • yellow value is 3.36%
  • key color value is 53.33%
CMYK:
(0,4,3,53)
C0M4Y3K53 
(0%,4%,3%,53%)
(0.00/0.04/0.03/0.53)	

CMYK percentages

%0
%4.2
%3.36
%53.33

Codes

Color #777273 in popluar color models

777273
RGB119114115
HSL348°2.15%45.69%
HSB/HSV348°4.20%46.67%
CMYK0.00%4.20%3.36%
53.33%

Color #777273 in popluar number systems.

HEX777273
Decimal119114115
Binary111011111100101110011
Octal167162163

Shades and tints

Shades of #777273

#777273
(119,114,115)
#6D6869
(109,104,105)
#635E5F
(99,94,95)
#595455
(89,84,85)
#4F4A4B
(79,74,75)
#454041
(69,64,65)
#3B3637
(59,54,55)
#312C2D
(49,44,45)
#272223
(39,34,35)
#1D1819
(29,24,25)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #777273

#777273
(119,114,115)
#837E7F
(131,126,127)
#8F8A8B
(143,138,139)
#9B9697
(155,150,151)
#A7A2A3
(167,162,163)
#B3AEAF
(179,174,175)
#BFBABB
(191,186,187)
#CBC6C7
(203,198,199)
#D7D2D3
(215,210,211)
#E3DEDF
(227,222,223)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777273; }

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

This text font color is #777273.


Background Color

.myBgColor { background-color: #777273; }

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

This div background color is #777273.


Border color

.myBorderColor { border: 1px solid #777273; }

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

This div border color is #777273.


Opacity

.myOpacity80 { color: #777273; opacity: 0.8; }

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

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

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

This text has shadow with #777273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777273 on black background.


Color preview on white background

This text has color #777273 on white background.



Black color preview on #777273 background

This text has black color on #777273 background.


White color preview on #777273 background

This text has white color on #777273 background.