COLOR #60797E

HEX: #60797E RGB: (96,121,126)

Color info

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

RGB color model

#60797E color RGB value is (96,121,126).

RGB: (96,121,126) (38%, 47%, 49%)

RGB channels and saturation

R 96 of 255 = 38%
G 121 of 255 = 47%
B 126 of 255 = 49%

96
121
126

R + G + B ~ 45%. #60797E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 96 + 121 + 126 = 343 (100%)
R 96 of 343 ~ 27.99%
G 121 of 343 ~ 35.28%
B 126 of 343 ~ 36.73'%

%27.99
%35.28
%36.73

CMYK color model

#60797E color CMYK value is (24,4,0,51).

  • cyan value is 23.81%
  • magenta value is 3.97%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (24,4,0,51)
C24M4Y0K51 (24%, 4%, 0%, 51%)
(0.24 / 0.04 / 0.00 / 0.51)

CMYK percentages

%23.81
%3.97
%0
%50.59

Codes

Color #60797E in popluar color models

60 79 7E
RGB 96 121 126
HSL 190° 13.51% 43.53%
HSB/HSV 190° 23.81% 49.41%
CMYK 23.81% 3.97% 0.00%
50.59%

Color #60797E in popluar number systems.

HEX 60 79 7E
Decimal 96 121 126
Binary 1100000 1111001 1111110
Octal 140 171 176

Shades and tints

Shades of #60797E

#60797E
(96,121,126)
#586E73
(88,110,115)
#506368
(80,99,104)
#48585D
(72,88,93)
#404D52
(64,77,82)
#384247
(56,66,71)
#30373C
(48,55,60)
#282C31
(40,44,49)
#202126
(32,33,38)
#18161B
(24,22,27)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #60797E

#60797E
(96,121,126)
#6E8589
(110,133,137)
#7C9194
(124,145,148)
#8A9D9F
(138,157,159)
#98A9AA
(152,169,170)
#A6B5B5
(166,181,181)
#B4C1C0
(180,193,192)
#C2CDCB
(194,205,203)
#D0D9D6
(208,217,214)
#DEE5E1
(222,229,225)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60797E color. Also use rgb(96,121,126) instead hex code.

Text Font Color

.myTextColor { color: #60797E; }

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

This text font color is #60797E.

Background Color

.myBgColor { background-color: #60797E; }

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

This div background color is #60797E.

Border color

.myBorderColor { border: 1px solid #60797E; }

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

This div border color is #60797E.

Opacity

.myOpacity80 { color: #60797E; opacity: 0.8; }

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

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

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

This text has shadow with #60797E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60797E.

Preview

Color preview on black background

This text has color #60797E on black background.


Color preview on white background

This text has color #60797E on white background.


Black color preview on #60797E background

This text has black color on #60797E background.


White color preview on #60797E background

This text has white color on #60797E background.


Related colors

Complementary color

Complementary color for #hex is #9F8681.


I love getcolorcode.com

Triadic colors

1 #7E6079 and #797E60 with #60797E are triadic colors.

2 #7E7960 and #79607E with #60797E are triadic colors.