COLOR #6F7767

HEX: #6F7767
RGB: (111,119,103)

Color info

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

RGB color model

#6F7767 color RGB value is (111,119,103).

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

RGB channels and saturation

R 111 of 255 = 44%
G 119 of 255 = 47%
B 103 of 255 = 40%

111
119
103

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

Portions of RGB colors in percentages

R + G + B =
111 + 119 + 103 = 333 (100%)
R 111 of 333 ~ 33.33%
G 119 of 333 ~ 35.74%
B 103 of 333 ~ 30.93%

%33.33
%35.74
%30.93

CMYK color model

#6F7767 color CMYK value is (7,0,13,53).

  • cyan value is 6.72%
  • magenta value is 0.00%
  • yellow value is 13.45%
  • key color value is 53.33%
CMYK:
(7,0,13,53)
C7M0Y13K53 
(7%,0%,13%,53%)
(0.07/0.00/0.13/0.53)	

CMYK percentages

%6.72
%0
%13.45
%53.33

Codes

Color #6F7767 in popluar color models

6F7767
RGB111119103
HSL90°7.21%43.53%
HSB/HSV90°13.45%46.67%
CMYK6.72%0.00%13.45%
53.33%

Color #6F7767 in popluar number systems.

HEX6F7767
Decimal111119103
Binary110111111101111100111
Octal157167147

Shades and tints

Shades of #6F7767

#6F7767
(111,119,103)
#656D5E
(101,109,94)
#5B6355
(91,99,85)
#51594C
(81,89,76)
#474F43
(71,79,67)
#3D453A
(61,69,58)
#333B31
(51,59,49)
#293128
(41,49,40)
#1F271F
(31,39,31)
#151D16
(21,29,22)
#0B130D
(11,19,13)
#000000
(0,0,0)

Tints of #6F7767

#6F7767
(111,119,103)
#7C8374
(124,131,116)
#898F81
(137,143,129)
#969B8E
(150,155,142)
#A3A79B
(163,167,155)
#B0B3A8
(176,179,168)
#BDBFB5
(189,191,181)
#CACBC2
(202,203,194)
#D7D7CF
(215,215,207)
#E4E3DC
(228,227,220)
#F1EFE9
(241,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7767; }

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

This text font color is #6F7767.


Background Color

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

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

This div background color is #6F7767.


Border color

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

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

This div border color is #6F7767.


Opacity

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

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

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

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

This text has shadow with #6F7767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7767 on black background.


Color preview on white background

This text has color #6F7767 on white background.



Black color preview on #6F7767 background

This text has black color on #6F7767 background.


White color preview on #6F7767 background

This text has white color on #6F7767 background.