COLOR #60776C

HEX: #60776C RGB: (96,119,108)

Color info

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

RGB color model

#60776C color RGB value is (96,119,108).

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

RGB channels and saturation

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

96
119
108

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

Portions of RGB colors in percentages

R + G + B = 96 + 119 + 108 = 323 (100%)
R 96 of 323 ~ 29.72%
G 119 of 323 ~ 36.84%
B 108 of 323 ~ 33.44'%

%29.72
%36.84
%33.44

CMYK color model

#60776C color CMYK value is (19,0,9,53).

  • cyan value is 19.33%
  • magenta value is 0.00%
  • yellow value is 9.24%
  • key color value is 53.33%

CMYK: (19,0,9,53)
C19M0Y9K53 (19%, 0%, 9%, 53%)
(0.19 / 0.00 / 0.09 / 0.53)

CMYK percentages

%19.33
%0
%9.24
%53.33

Codes

Color #60776C in popluar color models

60 77 6C
RGB 96 119 108
HSL 151° 10.70% 42.16%
HSB/HSV 151° 19.33% 46.67%
CMYK 19.33% 0.00% 9.24%
53.33%

Color #60776C in popluar number systems.

HEX 60 77 6C
Decimal 96 119 108
Binary 1100000 1110111 1101100
Octal 140 167 154

Shades and tints

Shades of #60776C

#60776C
(96,119,108)
#586D63
(88,109,99)
#50635A
(80,99,90)
#485951
(72,89,81)
#404F48
(64,79,72)
#38453F
(56,69,63)
#303B36
(48,59,54)
#28312D
(40,49,45)
#202724
(32,39,36)
#181D1B
(24,29,27)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #60776C

#60776C
(96,119,108)
#6E8379
(110,131,121)
#7C8F86
(124,143,134)
#8A9B93
(138,155,147)
#98A7A0
(152,167,160)
#A6B3AD
(166,179,173)
#B4BFBA
(180,191,186)
#C2CBC7
(194,203,199)
#D0D7D4
(208,215,212)
#DEE3E1
(222,227,225)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60776C; }

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

This text font color is #60776C.

Background Color

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

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

This div background color is #60776C.

Border color

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

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

This div border color is #60776C.

Opacity

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

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

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

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

This text has shadow with #60776C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60776C.

Preview

Color preview on black background

This text has color #60776C on black background.


Color preview on white background

This text has color #60776C on white background.


Black color preview on #60776C background

This text has black color on #60776C background.


White color preview on #60776C background

This text has white color on #60776C background.


Related colors

Complementary color

Complementary color for #hex is #9F8893.


I love getcolorcode.com

Triadic colors

1 #6C6077 and #776C60 with #60776C are triadic colors.

2 #6C7760 and #77606C with #60776C are triadic colors.