COLOR #60766D

HEX: #60766D
RGB: (96,118,109)

Color info

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

RGB color model

#60766D color RGB value is (96,118,109).

  • red value is 96;
  • green value is 118;
  • blue value is 109.
RGB:
(96,118,109)
(38%,46%,43%)

RGB channels and saturation

R 96 of 255 = 38%
G 118 of 255 = 46%
B 109 of 255 = 43%

96
118
109

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

Portions of RGB colors in percentages

R + G + B =
96 + 118 + 109 = 323 (100%)
R 96 of 323 ~ 29.72%
G 118 of 323 ~ 36.53%
B 109 of 323 ~ 33.75%

%29.72
%36.53
%33.75

CMYK color model

#60766D color CMYK value is (19,0,8,54).

  • cyan value is 18.64%
  • magenta value is 0.00%
  • yellow value is 7.63%
  • key color value is 53.73%
CMYK:
(19,0,8,54)
C19M0Y8K54 
(19%,0%,8%,54%)
(0.19/0.00/0.08/0.54)	

CMYK percentages

%18.64
%0
%7.63
%53.73

Codes

Color #60766D in popluar color models

60766D
RGB96118109
HSL155°10.28%41.96%
HSB/HSV155°18.64%46.27%
CMYK18.64%0.00%7.63%
53.73%

Color #60766D in popluar number systems.

HEX60766D
Decimal96118109
Binary110000011101101101101
Octal140166155

Shades and tints

Shades of #60766D

#60766D
(96,118,109)
#586C64
(88,108,100)
#50625B
(80,98,91)
#485852
(72,88,82)
#404E49
(64,78,73)
#384440
(56,68,64)
#303A37
(48,58,55)
#28302E
(40,48,46)
#202625
(32,38,37)
#181C1C
(24,28,28)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #60766D

#60766D
(96,118,109)
#6E827A
(110,130,122)
#7C8E87
(124,142,135)
#8A9A94
(138,154,148)
#98A6A1
(152,166,161)
#A6B2AE
(166,178,174)
#B4BEBB
(180,190,187)
#C2CAC8
(194,202,200)
#D0D6D5
(208,214,213)
#DEE2E2
(222,226,226)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60766D color. Also use rgb(96,118,109) instead hex code.

Text Font Color

.myTextColor { color: #60766D; }

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

This text font color is #60766D.


Background Color

.myBgColor { background-color: #60766D; }

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

This div background color is #60766D.


Border color

.myBorderColor { border: 1px solid #60766D; }

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

This div border color is #60766D.


Opacity

.myOpacity80 { color: #60766D; opacity: 0.8; }

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

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

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

This text has shadow with #60766D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60766D on black background.


Color preview on white background

This text has color #60766D on white background.



Black color preview on #60766D background

This text has black color on #60766D background.


White color preview on #60766D background

This text has white color on #60766D background.