COLOR #60776B

HEX: #60776B RGB: (96,119,107)

Color info

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

RGB color model

#60776B color RGB value is (96,119,107).

RGB: (96,119,107) (38%, 47%, 42%)

RGB channels and saturation

R 96 of 255 = 38%
G 119 of 255 = 47%
B 107 of 255 = 42%

96
119
107

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

Portions of RGB colors in percentages

R + G + B = 96 + 119 + 107 = 322 (100%)
R 96 of 322 ~ 29.81%
G 119 of 322 ~ 36.96%
B 107 of 322 ~ 33.23'%

%29.81
%36.96
%33.23

CMYK color model

#60776B color CMYK value is (19,0,10,53).

  • cyan value is 19.33%
  • magenta value is 0.00%
  • yellow value is 10.08%
  • key color value is 53.33%
CMYK: (19,0,10,53) C19M0Y10K53 (19%,0%,10%,53%) (0.19/0.00/0.10/0.53) 

CMYK percentages

%19.33
%0
%10.08
%53.33

Codes

Color #60776B in popluar color models

60 77 6B
RGB 96 119 107
HSL 149° 10.70% 42.16%
HSB/HSV 149° 19.33% 46.67%
CMYK 19.33% 0.00% 10.08%
53.33%

Color #60776B in popluar number systems.

HEX 60 77 6B
Decimal 96 119 107
Binary 1100000 1110111 1101011
Octal 140 167 153

Shades and tints

Shades of #60776B

#60776B
(96,119,107)
#586D62
(88,109,98)
#506359
(80,99,89)
#485950
(72,89,80)
#404F47
(64,79,71)
#38453E
(56,69,62)
#303B35
(48,59,53)
#28312C
(40,49,44)
#202723
(32,39,35)
#181D1A
(24,29,26)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #60776B

#60776B
(96,119,107)
#6E8378
(110,131,120)
#7C8F85
(124,143,133)
#8A9B92
(138,155,146)
#98A79F
(152,167,159)
#A6B3AC
(166,179,172)
#B4BFB9
(180,191,185)
#C2CBC6
(194,203,198)
#D0D7D3
(208,215,211)
#DEE3E0
(222,227,224)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60776B; }

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

This text font color is #60776B.

Background Color

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

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

This div background color is #60776B.

Border color

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

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

This div border color is #60776B.

Opacity

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

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

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

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

This text has shadow with #60776B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60776B.

Preview

Color preview on black background

This text has color #60776B on black background.


Color preview on white background

This text has color #60776B on white background.


Black color preview on #60776B background

This text has black color on #60776B background.


White color preview on #60776B background

This text has white color on #60776B background.


Related colors

Complementary color

Complementary color for #hex is #9F8894.


I love getcolorcode.com

Triadic colors

1 #6B6077 and #776B60 with #60776B are triadic colors.

2 #6B7760 and #77606B with #60776B are triadic colors.