COLOR #60766B

HEX: #60766B RGB: (96,118,107)

Color info

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

RGB color model

#60766B color RGB value is (96,118,107).

RGB: (96,118,107) (38%, 46%, 42%)

RGB channels and saturation

R 96 of 255 = 38%
G 118 of 255 = 46%
B 107 of 255 = 42%

96
118
107

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

Portions of RGB colors in percentages

R + G + B = 96 + 118 + 107 = 321 (100%)
R 96 of 321 ~ 29.91%
G 118 of 321 ~ 36.76%
B 107 of 321 ~ 33.33'%

%29.91
%36.76
%33.33

CMYK color model

#60766B color CMYK value is (19,0,9,54).

  • cyan value is 18.64%
  • magenta value is 0.00%
  • yellow value is 9.32%
  • key color value is 53.73%

CMYK: (19,0,9,54)
C19M0Y9K54 (19%, 0%, 9%, 54%)
(0.19 / 0.00 / 0.09 / 0.54)

CMYK percentages

%18.64
%0
%9.32
%53.73

Codes

Color #60766B in popluar color models

60 76 6B
RGB 96 118 107
HSL 150° 10.28% 41.96%
HSB/HSV 150° 18.64% 46.27%
CMYK 18.64% 0.00% 9.32%
53.73%

Color #60766B in popluar number systems.

HEX 60 76 6B
Decimal 96 118 107
Binary 1100000 1110110 1101011
Octal 140 166 153

Shades and tints

Shades of #60766B

#60766B
(96,118,107)
#586C62
(88,108,98)
#506259
(80,98,89)
#485850
(72,88,80)
#404E47
(64,78,71)
#38443E
(56,68,62)
#303A35
(48,58,53)
#28302C
(40,48,44)
#202623
(32,38,35)
#181C1A
(24,28,26)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #60766B

#60766B
(96,118,107)
#6E8278
(110,130,120)
#7C8E85
(124,142,133)
#8A9A92
(138,154,146)
#98A69F
(152,166,159)
#A6B2AC
(166,178,172)
#B4BEB9
(180,190,185)
#C2CAC6
(194,202,198)
#D0D6D3
(208,214,211)
#DEE2E0
(222,226,224)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60766B; }

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

This text font color is #60766B.

Background Color

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

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

This div background color is #60766B.

Border color

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

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

This div border color is #60766B.

Opacity

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

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

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

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

This text has shadow with #60766B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60766B.

Preview

Color preview on black background

This text has color #60766B on black background.


Color preview on white background

This text has color #60766B on white background.


Black color preview on #60766B background

This text has black color on #60766B background.


White color preview on #60766B background

This text has white color on #60766B background.


Related colors

Complementary color

Complementary color for #hex is #9F8994.


I love getcolorcode.com

Triadic colors

1 #6B6076 and #766B60 with #60766B are triadic colors.

2 #6B7660 and #76606B with #60766B are triadic colors.