COLOR #6B727A

HEX: #6B727A
RGB: (107,114,122)

Color info

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

RGB color model

#6B727A color RGB value is (107,114,122).

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

RGB channels and saturation

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

107
114
122

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

Portions of RGB colors in percentages

R + G + B =
107 + 114 + 122 = 343 (100%)
R 107 of 343 ~ 31.2%
G 114 of 343 ~ 33.24%
B 122 of 343 ~ 35.57%

%31.2
%33.24
%35.57

CMYK color model

#6B727A color CMYK value is (12,7,0,52).

  • cyan value is 12.30%
  • magenta value is 6.56%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(12,7,0,52)
C12M7Y0K52 
(12%,7%,0%,52%)
(0.12/0.07/0.00/0.52)	

CMYK percentages

%12.3
%6.56
%0
%52.16

Codes

Color #6B727A in popluar color models

6B727A
RGB107114122
HSL212°6.55%44.90%
HSB/HSV212°12.30%47.84%
CMYK12.30%6.56%0.00%
52.16%

Color #6B727A in popluar number systems.

HEX6B727A
Decimal107114122
Binary110101111100101111010
Octal153162172

Shades and tints

Shades of #6B727A

#6B727A
(107,114,122)
#62686F
(98,104,111)
#595E64
(89,94,100)
#505459
(80,84,89)
#474A4E
(71,74,78)
#3E4043
(62,64,67)
#353638
(53,54,56)
#2C2C2D
(44,44,45)
#232222
(35,34,34)
#1A1817
(26,24,23)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #6B727A

#6B727A
(107,114,122)
#787E86
(120,126,134)
#858A92
(133,138,146)
#92969E
(146,150,158)
#9FA2AA
(159,162,170)
#ACAEB6
(172,174,182)
#B9BAC2
(185,186,194)
#C6C6CE
(198,198,206)
#D3D2DA
(211,210,218)
#E0DEE6
(224,222,230)
#EDEAF2
(237,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B727A; }

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

This text font color is #6B727A.


Background Color

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

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

This div background color is #6B727A.


Border color

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

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

This div border color is #6B727A.


Opacity

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

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

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

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

This text has shadow with #6B727A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B727A on black background.


Color preview on white background

This text has color #6B727A on white background.



Black color preview on #6B727A background

This text has black color on #6B727A background.


White color preview on #6B727A background

This text has white color on #6B727A background.