COLOR #6F7C77

HEX: #6F7C77
RGB: (111,124,119)

Color info

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

RGB color model

#6F7C77 color RGB value is (111,124,119).

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

RGB channels and saturation

R 111 of 255 = 44%
G 124 of 255 = 49%
B 119 of 255 = 47%

111
124
119

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

Portions of RGB colors in percentages

R + G + B =
111 + 124 + 119 = 354 (100%)
R 111 of 354 ~ 31.36%
G 124 of 354 ~ 35.03%
B 119 of 354 ~ 33.62%

%31.36
%35.03
%33.62

CMYK color model

#6F7C77 color CMYK value is (10,0,4,51).

  • cyan value is 10.48%
  • magenta value is 0.00%
  • yellow value is 4.03%
  • key color value is 51.37%
CMYK:
(10,0,4,51)
C10M0Y4K51 
(10%,0%,4%,51%)
(0.10/0.00/0.04/0.51)	

CMYK percentages

%10.48
%0
%4.03
%51.37

Codes

Color #6F7C77 in popluar color models

6F7C77
RGB111124119
HSL157°5.53%46.08%
HSB/HSV157°10.48%48.63%
CMYK10.48%0.00%4.03%
51.37%

Color #6F7C77 in popluar number systems.

HEX6F7C77
Decimal111124119
Binary110111111111001110111
Octal157174167

Shades and tints

Shades of #6F7C77

#6F7C77
(111,124,119)
#65716D
(101,113,109)
#5B6663
(91,102,99)
#515B59
(81,91,89)
#47504F
(71,80,79)
#3D4545
(61,69,69)
#333A3B
(51,58,59)
#292F31
(41,47,49)
#1F2427
(31,36,39)
#15191D
(21,25,29)
#0B0E13
(11,14,19)
#000000
(0,0,0)

Tints of #6F7C77

#6F7C77
(111,124,119)
#7C8783
(124,135,131)
#89928F
(137,146,143)
#969D9B
(150,157,155)
#A3A8A7
(163,168,167)
#B0B3B3
(176,179,179)
#BDBEBF
(189,190,191)
#CAC9CB
(202,201,203)
#D7D4D7
(215,212,215)
#E4DFE3
(228,223,227)
#F1EAEF
(241,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7C77; }

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

This text font color is #6F7C77.


Background Color

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

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

This div background color is #6F7C77.


Border color

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

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

This div border color is #6F7C77.


Opacity

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

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

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

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

This text has shadow with #6F7C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7C77 on black background.


Color preview on white background

This text has color #6F7C77 on white background.



Black color preview on #6F7C77 background

This text has black color on #6F7C77 background.


White color preview on #6F7C77 background

This text has white color on #6F7C77 background.