COLOR #6A777C

HEX: #6A777C
RGB: (106,119,124)

Color info

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

RGB color model

#6A777C color RGB value is (106,119,124).

  • red value is 106;
  • green value is 119;
  • blue value is 124.
RGB:
(106,119,124)
(42%,47%,49%)

RGB channels and saturation

R 106 of 255 = 42%
G 119 of 255 = 47%
B 124 of 255 = 49%

106
119
124

R + G + B ~ 46%. #6A777C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
106 + 119 + 124 = 349 (100%)
R 106 of 349 ~ 30.37%
G 119 of 349 ~ 34.1%
B 124 of 349 ~ 35.53%

%30.37
%34.1
%35.53

CMYK color model

#6A777C color CMYK value is (15,4,0,51).

  • cyan value is 14.52%
  • magenta value is 4.03%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(15,4,0,51)
C15M4Y0K51 
(15%,4%,0%,51%)
(0.15/0.04/0.00/0.51)	

CMYK percentages

%14.52
%4.03
%0
%51.37

Codes

Color #6A777C in popluar color models

6A777C
RGB106119124
HSL197°7.83%45.10%
HSB/HSV197°14.52%48.63%
CMYK14.52%4.03%0.00%
51.37%

Color #6A777C in popluar number systems.

HEX6A777C
Decimal106119124
Binary110101011101111111100
Octal152167174

Shades and tints

Shades of #6A777C

#6A777C
(106,119,124)
#616D71
(97,109,113)
#586366
(88,99,102)
#4F595B
(79,89,91)
#464F50
(70,79,80)
#3D4545
(61,69,69)
#343B3A
(52,59,58)
#2B312F
(43,49,47)
#222724
(34,39,36)
#191D19
(25,29,25)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #6A777C

#6A777C
(106,119,124)
#778387
(119,131,135)
#848F92
(132,143,146)
#919B9D
(145,155,157)
#9EA7A8
(158,167,168)
#ABB3B3
(171,179,179)
#B8BFBE
(184,191,190)
#C5CBC9
(197,203,201)
#D2D7D4
(210,215,212)
#DFE3DF
(223,227,223)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A777C color. Also use rgb(106,119,124) instead hex code.

Text Font Color

.myTextColor { color: #6A777C; }

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

This text font color is #6A777C.


Background Color

.myBgColor { background-color: #6A777C; }

<div style="background-color:#6A777C">Inner text</div>

This div background color is #6A777C.


Border color

.myBorderColor { border: 1px solid #6A777C; }

<div style="border:3px solid #6A777C">Div</div>

This div border color is #6A777C.


Opacity

.myOpacity80 { color: #6A777C; opacity: 0.8; }

<p style="color:#6A777C;opacity:0.8;">80%</p>

Text with #6A777C 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 #6A777C;}

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

This text has shadow with #6A777C color.

.textShadow {text-shadow: 3px 3px 1px #6A777C, 3px 3px 1px red;}

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

This text has shadow with #6A777C primary color and red secondary color.


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

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

This text has shadow with #6A777C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A777C on black background.


Color preview on white background

This text has color #6A777C on white background.



Black color preview on #6A777C background

This text has black color on #6A777C background.


White color preview on #6A777C background

This text has white color on #6A777C background.