COLOR #6F8777

HEX: #6F8777 RGB: (111,135,119)

Color info

#6F8777 contains red, green and blue colors in about the same proportion. Web safe color of #6F8777 is #669966 (or #696).

RGB color model

#6F8777 color RGB value is (111,135,119).

RGB: (111,135,119) (44%, 53%, 47%)

RGB channels and saturation

R 111 of 255 = 44%
G 135 of 255 = 53%
B 119 of 255 = 47%

111
135
119

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

Portions of RGB colors in percentages

R + G + B = 111 + 135 + 119 = 365 (100%)
R 111 of 365 ~ 30.41%
G 135 of 365 ~ 36.99%
B 119 of 365 ~ 32.6'%

%30.41
%36.99
%32.6

CMYK color model

#6F8777 color CMYK value is (18,0,12,47).

  • cyan value is 17.78%
  • magenta value is 0.00%
  • yellow value is 11.85%
  • key color value is 47.06%

CMYK: (18,0,12,47)
C18M0Y12K47 (18%, 0%, 12%, 47%)
(0.18 / 0.00 / 0.12 / 0.47)

CMYK percentages

%17.78
%0
%11.85
%47.06

Codes

Color #6F8777 in popluar color models

6F 87 77
RGB 111 135 119
HSL 140° 9.76% 48.24%
HSB/HSV 140° 17.78% 52.94%
CMYK 17.78% 0.00% 11.85%
47.06%

Color #6F8777 in popluar number systems.

HEX 6F 87 77
Decimal 111 135 119
Binary 1101111 10000111 1110111
Octal 157 207 167

Shades and tints

Shades of #6F8777

#6F8777
(111,135,119)
#657B6D
(101,123,109)
#5B6F63
(91,111,99)
#516359
(81,99,89)
#47574F
(71,87,79)
#3D4B45
(61,75,69)
#333F3B
(51,63,59)
#293331
(41,51,49)
#1F2727
(31,39,39)
#151B1D
(21,27,29)
#0B0F13
(11,15,19)
#000000
(0,0,0)

Tints of #6F8777

#6F8777
(111,135,119)
#7C9183
(124,145,131)
#899B8F
(137,155,143)
#96A59B
(150,165,155)
#A3AFA7
(163,175,167)
#B0B9B3
(176,185,179)
#BDC3BF
(189,195,191)
#CACDCB
(202,205,203)
#D7D7D7
(215,215,215)
#E4E1E3
(228,225,227)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8777; }

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

This text font color is #6F8777.

Background Color

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

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

This div background color is #6F8777.

Border color

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

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

This div border color is #6F8777.

Opacity

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

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

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

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

This text has shadow with #6F8777 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F8777.

Preview

Color preview on black background

This text has color #6F8777 on black background.


Color preview on white background

This text has color #6F8777 on white background.


Black color preview on #6F8777 background

This text has black color on #6F8777 background.


White color preview on #6F8777 background

This text has white color on #6F8777 background.


Related colors

Complementary color

Complementary color for #hex is #907888.


I love getcolorcode.com

Triadic colors

1 #776F87 and #87776F with #6F8777 are triadic colors.

2 #77876F and #876F77 with #6F8777 are triadic colors.