COLOR #6F7780

HEX: #6F7780
RGB: (111,119,128)

Color info

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

RGB color model

#6F7780 color RGB value is (111,119,128).

  • red value is 111;
  • green value is 119;
  • blue value is 128.
RGB:
(111,119,128)
(44%,47%,50%)

RGB channels and saturation

R 111 of 255 = 44%
G 119 of 255 = 47%
B 128 of 255 = 50%

111
119
128

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

Portions of RGB colors in percentages

R + G + B =
111 + 119 + 128 = 358 (100%)
R 111 of 358 ~ 31.01%
G 119 of 358 ~ 33.24%
B 128 of 358 ~ 35.75%

%31.01
%33.24
%35.75

CMYK color model

#6F7780 color CMYK value is (13,7,0,50).

  • cyan value is 13.28%
  • magenta value is 7.03%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(13,7,0,50)
C13M7Y0K50 
(13%,7%,0%,50%)
(0.13/0.07/0.00/0.50)	

CMYK percentages

%13.28
%7.03
%0
%49.8

Codes

Color #6F7780 in popluar color models

6F7780
RGB111119128
HSL212°7.11%46.86%
HSB/HSV212°13.28%50.20%
CMYK13.28%7.03%0.00%
49.80%

Color #6F7780 in popluar number systems.

HEX6F7780
Decimal111119128
Binary1101111111011110000000
Octal157167200

Shades and tints

Shades of #6F7780

#6F7780
(111,119,128)
#656D75
(101,109,117)
#5B636A
(91,99,106)
#51595F
(81,89,95)
#474F54
(71,79,84)
#3D4549
(61,69,73)
#333B3E
(51,59,62)
#293133
(41,49,51)
#1F2728
(31,39,40)
#151D1D
(21,29,29)
#0B1312
(11,19,18)
#000000
(0,0,0)

Tints of #6F7780

#6F7780
(111,119,128)
#7C838B
(124,131,139)
#898F96
(137,143,150)
#969BA1
(150,155,161)
#A3A7AC
(163,167,172)
#B0B3B7
(176,179,183)
#BDBFC2
(189,191,194)
#CACBCD
(202,203,205)
#D7D7D8
(215,215,216)
#E4E3E3
(228,227,227)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7780 color. Also use rgb(111,119,128) instead hex code.

Text Font Color

.myTextColor { color: #6F7780; }

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

This text font color is #6F7780.


Background Color

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

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

This div background color is #6F7780.


Border color

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

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

This div border color is #6F7780.


Opacity

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

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

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

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

This text has shadow with #6F7780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7780 on black background.


Color preview on white background

This text has color #6F7780 on white background.



Black color preview on #6F7780 background

This text has black color on #6F7780 background.


White color preview on #6F7780 background

This text has white color on #6F7780 background.