COLOR #6B727B

HEX: #6B727B
RGB: (107,114,123)

Color info

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

RGB color model

#6B727B color RGB value is (107,114,123).

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

RGB channels and saturation

R 107 of 255 = 42%
G 114 of 255 = 45%
B 123 of 255 = 48%

107
114
123

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

Portions of RGB colors in percentages

R + G + B =
107 + 114 + 123 = 344 (100%)
R 107 of 344 ~ 31.1%
G 114 of 344 ~ 33.14%
B 123 of 344 ~ 35.76%

%31.1
%33.14
%35.76

CMYK color model

#6B727B color CMYK value is (13,7,0,52).

  • cyan value is 13.01%
  • magenta value is 7.32%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(13,7,0,52)
C13M7Y0K52 
(13%,7%,0%,52%)
(0.13/0.07/0.00/0.52)	

CMYK percentages

%13.01
%7.32
%0
%51.76

Codes

Color #6B727B in popluar color models

6B727B
RGB107114123
HSL214°6.96%45.10%
HSB/HSV214°13.01%48.24%
CMYK13.01%7.32%0.00%
51.76%

Color #6B727B in popluar number systems.

HEX6B727B
Decimal107114123
Binary110101111100101111011
Octal153162173

Shades and tints

Shades of #6B727B

#6B727B
(107,114,123)
#626870
(98,104,112)
#595E65
(89,94,101)
#50545A
(80,84,90)
#474A4F
(71,74,79)
#3E4044
(62,64,68)
#353639
(53,54,57)
#2C2C2E
(44,44,46)
#232223
(35,34,35)
#1A1818
(26,24,24)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #6B727B

#6B727B
(107,114,123)
#787E87
(120,126,135)
#858A93
(133,138,147)
#92969F
(146,150,159)
#9FA2AB
(159,162,171)
#ACAEB7
(172,174,183)
#B9BAC3
(185,186,195)
#C6C6CF
(198,198,207)
#D3D2DB
(211,210,219)
#E0DEE7
(224,222,231)
#EDEAF3
(237,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B727B; }

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

This text font color is #6B727B.


Background Color

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

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

This div background color is #6B727B.


Border color

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

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

This div border color is #6B727B.


Opacity

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

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

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

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

This text has shadow with #6B727B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B727B on black background.


Color preview on white background

This text has color #6B727B on white background.



Black color preview on #6B727B background

This text has black color on #6B727B background.


White color preview on #6B727B background

This text has white color on #6B727B background.