COLOR #6B7F7B

HEX: #6B7F7B
RGB: (107,127,123)

Color info

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

RGB color model

#6B7F7B color RGB value is (107,127,123).

  • red value is 107;
  • green value is 127;
  • blue value is 123.
RGB:
(107,127,123)
(42%,50%,48%)

RGB channels and saturation

R 107 of 255 = 42%
G 127 of 255 = 50%
B 123 of 255 = 48%

107
127
123

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

Portions of RGB colors in percentages

R + G + B =
107 + 127 + 123 = 357 (100%)
R 107 of 357 ~ 29.97%
G 127 of 357 ~ 35.57%
B 123 of 357 ~ 34.45%

%29.97
%35.57
%34.45

CMYK color model

#6B7F7B color CMYK value is (16,0,3,50).

  • cyan value is 15.75%
  • magenta value is 0.00%
  • yellow value is 3.15%
  • key color value is 50.20%
CMYK:
(16,0,3,50)
C16M0Y3K50 
(16%,0%,3%,50%)
(0.16/0.00/0.03/0.50)	

CMYK percentages

%15.75
%0
%3.15
%50.2

Codes

Color #6B7F7B in popluar color models

6B7F7B
RGB107127123
HSL168°8.55%45.88%
HSB/HSV168°15.75%49.80%
CMYK15.75%0.00%3.15%
50.20%

Color #6B7F7B in popluar number systems.

HEX6B7F7B
Decimal107127123
Binary110101111111111111011
Octal153177173

Shades and tints

Shades of #6B7F7B

#6B7F7B
(107,127,123)
#627470
(98,116,112)
#596965
(89,105,101)
#505E5A
(80,94,90)
#47534F
(71,83,79)
#3E4844
(62,72,68)
#353D39
(53,61,57)
#2C322E
(44,50,46)
#232723
(35,39,35)
#1A1C18
(26,28,24)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #6B7F7B

#6B7F7B
(107,127,123)
#788A87
(120,138,135)
#859593
(133,149,147)
#92A09F
(146,160,159)
#9FABAB
(159,171,171)
#ACB6B7
(172,182,183)
#B9C1C3
(185,193,195)
#C6CCCF
(198,204,207)
#D3D7DB
(211,215,219)
#E0E2E7
(224,226,231)
#EDEDF3
(237,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7F7B color. Also use rgb(107,127,123) instead hex code.

Text Font Color

.myTextColor { color: #6B7F7B; }

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

This text font color is #6B7F7B.


Background Color

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

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

This div background color is #6B7F7B.


Border color

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

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

This div border color is #6B7F7B.


Opacity

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

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

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

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

This text has shadow with #6B7F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7F7B on black background.


Color preview on white background

This text has color #6B7F7B on white background.



Black color preview on #6B7F7B background

This text has black color on #6B7F7B background.


White color preview on #6B7F7B background

This text has white color on #6B7F7B background.