COLOR #6B787A

HEX: #6B787A RGB: (107,120,122)

Color info

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

RGB color model

#6B787A color RGB value is (107,120,122).

RGB: (107,120,122) (42%, 47%, 48%)

RGB channels and saturation

R 107 of 255 = 42%
G 120 of 255 = 47%
B 122 of 255 = 48%

107
120
122

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

Portions of RGB colors in percentages

R + G + B = 107 + 120 + 122 = 349 (100%)
R 107 of 349 ~ 30.66%
G 120 of 349 ~ 34.38%
B 122 of 349 ~ 34.96'%

%30.66
%34.38
%34.96

CMYK color model

#6B787A color CMYK value is (12,2,0,52).

  • cyan value is 12.30%
  • magenta value is 1.64%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (12,2,0,52)
C12M2Y0K52 (12%, 2%, 0%, 52%)
(0.12 / 0.02 / 0.00 / 0.52)

CMYK percentages

%12.3
%1.64
%0
%52.16

Codes

Color #6B787A in popluar color models

6B 78 7A
RGB 107 120 122
HSL 188° 6.55% 44.90%
HSB/HSV 188° 12.30% 47.84%
CMYK 12.30% 1.64% 0.00%
52.16%

Color #6B787A in popluar number systems.

HEX 6B 78 7A
Decimal 107 120 122
Binary 1101011 1111000 1111010
Octal 153 170 172

Shades and tints

Shades of #6B787A

#6B787A
(107,120,122)
#626E6F
(98,110,111)
#596464
(89,100,100)
#505A59
(80,90,89)
#47504E
(71,80,78)
#3E4643
(62,70,67)
#353C38
(53,60,56)
#2C322D
(44,50,45)
#232822
(35,40,34)
#1A1E17
(26,30,23)
#11140C
(17,20,12)
#000000
(0,0,0)

Tints of #6B787A

#6B787A
(107,120,122)
#788486
(120,132,134)
#859092
(133,144,146)
#929C9E
(146,156,158)
#9FA8AA
(159,168,170)
#ACB4B6
(172,180,182)
#B9C0C2
(185,192,194)
#C6CCCE
(198,204,206)
#D3D8DA
(211,216,218)
#E0E4E6
(224,228,230)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B787A; }

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

This text font color is #6B787A.

Background Color

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

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

This div background color is #6B787A.

Border color

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

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

This div border color is #6B787A.

Opacity

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

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

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

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

This text has shadow with #6B787A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B787A.

Preview

Color preview on black background

This text has color #6B787A on black background.


Color preview on white background

This text has color #6B787A on white background.


Black color preview on #6B787A background

This text has black color on #6B787A background.


White color preview on #6B787A background

This text has white color on #6B787A background.


Related colors

Complementary color

Complementary color for #hex is #948785.


I love getcolorcode.com

Triadic colors

1 #7A6B78 and #787A6B with #6B787A are triadic colors.

2 #7A786B and #786B7A with #6B787A are triadic colors.