COLOR #60777E

HEX: #60777E
RGB: (96,119,126)

Color info

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

RGB color model

#60777E color RGB value is (96,119,126).

  • red value is 96;
  • green value is 119;
  • blue value is 126.
RGB:
(96,119,126)
(38%,47%,49%)

RGB channels and saturation

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

96
119
126

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

Portions of RGB colors in percentages

R + G + B =
96 + 119 + 126 = 341 (100%)
R 96 of 341 ~ 28.15%
G 119 of 341 ~ 34.9%
B 126 of 341 ~ 36.95%

%28.15
%34.9
%36.95

CMYK color model

#60777E color CMYK value is (24,6,0,51).

  • cyan value is 23.81%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(24,6,0,51)
C24M6Y0K51 
(24%,6%,0%,51%)
(0.24/0.06/0.00/0.51)	

CMYK percentages

%23.81
%5.56
%0
%50.59

Codes

Color #60777E in popluar color models

60777E
RGB96119126
HSL194°13.51%43.53%
HSB/HSV194°23.81%49.41%
CMYK23.81%5.56%0.00%
50.59%

Color #60777E in popluar number systems.

HEX60777E
Decimal96119126
Binary110000011101111111110
Octal140167176

Shades and tints

Shades of #60777E

#60777E
(96,119,126)
#586D73
(88,109,115)
#506368
(80,99,104)
#48595D
(72,89,93)
#404F52
(64,79,82)
#384547
(56,69,71)
#303B3C
(48,59,60)
#283131
(40,49,49)
#202726
(32,39,38)
#181D1B
(24,29,27)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #60777E

#60777E
(96,119,126)
#6E8389
(110,131,137)
#7C8F94
(124,143,148)
#8A9B9F
(138,155,159)
#98A7AA
(152,167,170)
#A6B3B5
(166,179,181)
#B4BFC0
(180,191,192)
#C2CBCB
(194,203,203)
#D0D7D6
(208,215,214)
#DEE3E1
(222,227,225)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60777E; }

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

This text font color is #60777E.


Background Color

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

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

This div background color is #60777E.


Border color

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

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

This div border color is #60777E.


Opacity

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

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

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

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

This text has shadow with #60777E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60777E on black background.


Color preview on white background

This text has color #60777E on white background.



Black color preview on #60777E background

This text has black color on #60777E background.


White color preview on #60777E background

This text has white color on #60777E background.