COLOR #6B777E

HEX: #6B777E RGB: (107,119,126)

Color info

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

RGB color model

#6B777E color RGB value is (107,119,126).

RGB: (107,119,126) (42%, 47%, 49%)

RGB channels and saturation

R 107 of 255 = 42%
G 119 of 255 = 47%
B 126 of 255 = 49%

107
119
126

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

Portions of RGB colors in percentages

R + G + B = 107 + 119 + 126 = 352 (100%)
R 107 of 352 ~ 30.4%
G 119 of 352 ~ 33.81%
B 126 of 352 ~ 35.8'%

%30.4
%33.81
%35.8

CMYK color model

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

  • cyan value is 15.08%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (15,6,0,51)
C15M6Y0K51 (15%, 6%, 0%, 51%)
(0.15 / 0.06 / 0.00 / 0.51)

CMYK percentages

%15.08
%5.56
%0
%50.59

Codes

Color #6B777E in popluar color models

6B 77 7E
RGB 107 119 126
HSL 202° 8.15% 45.69%
HSB/HSV 202° 15.08% 49.41%
CMYK 15.08% 5.56% 0.00%
50.59%

Color #6B777E in popluar number systems.

HEX 6B 77 7E
Decimal 107 119 126
Binary 1101011 1110111 1111110
Octal 153 167 176

Shades and tints

Shades of #6B777E

#6B777E
(107,119,126)
#626D73
(98,109,115)
#596368
(89,99,104)
#50595D
(80,89,93)
#474F52
(71,79,82)
#3E4547
(62,69,71)
#353B3C
(53,59,60)
#2C3131
(44,49,49)
#232726
(35,39,38)
#1A1D1B
(26,29,27)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #6B777E

#6B777E
(107,119,126)
#788389
(120,131,137)
#858F94
(133,143,148)
#929B9F
(146,155,159)
#9FA7AA
(159,167,170)
#ACB3B5
(172,179,181)
#B9BFC0
(185,191,192)
#C6CBCB
(198,203,203)
#D3D7D6
(211,215,214)
#E0E3E1
(224,227,225)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B777E color. Also use rgb(107,119,126) instead hex code.

Text Font Color

.myTextColor { color: #6B777E; }

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

This text font color is #6B777E.

Background Color

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

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

This div background color is #6B777E.

Border color

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

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

This div border color is #6B777E.

Opacity

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

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

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

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

This text has shadow with #6B777E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B777E.

Preview

Color preview on black background

This text has color #6B777E on black background.


Color preview on white background

This text has color #6B777E on white background.


Black color preview on #6B777E background

This text has black color on #6B777E background.


White color preview on #6B777E background

This text has white color on #6B777E background.


Related colors

Complementary color

Complementary color for #hex is #948881.


I love getcolorcode.com

Triadic colors

1 #7E6B77 and #777E6B with #6B777E are triadic colors.

2 #7E776B and #776B7E with #6B777E are triadic colors.