COLOR #6B8778

HEX: #6B8778 RGB: (107,135,120)

Color info

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

RGB color model

#6B8778 color RGB value is (107,135,120).

RGB: (107,135,120) (42%, 53%, 47%)

RGB channels and saturation

R 107 of 255 = 42%
G 135 of 255 = 53%
B 120 of 255 = 47%

107
135
120

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

Portions of RGB colors in percentages

R + G + B = 107 + 135 + 120 = 362 (100%)
R 107 of 362 ~ 29.56%
G 135 of 362 ~ 37.29%
B 120 of 362 ~ 33.15'%

%29.56
%37.29
%33.15

CMYK color model

#6B8778 color CMYK value is (21,0,11,47).

  • cyan value is 20.74%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 47.06%

CMYK: (21,0,11,47)
C21M0Y11K47 (21%, 0%, 11%, 47%)
(0.21 / 0.00 / 0.11 / 0.47)

CMYK percentages

%20.74
%0
%11.11
%47.06

Codes

Color #6B8778 in popluar color models

6B 87 78
RGB 107 135 120
HSL 148° 11.57% 47.45%
HSB/HSV 148° 20.74% 52.94%
CMYK 20.74% 0.00% 11.11%
47.06%

Color #6B8778 in popluar number systems.

HEX 6B 87 78
Decimal 107 135 120
Binary 1101011 10000111 1111000
Octal 153 207 170

Shades and tints

Shades of #6B8778

#6B8778
(107,135,120)
#627B6E
(98,123,110)
#596F64
(89,111,100)
#50635A
(80,99,90)
#475750
(71,87,80)
#3E4B46
(62,75,70)
#353F3C
(53,63,60)
#2C3332
(44,51,50)
#232728
(35,39,40)
#1A1B1E
(26,27,30)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #6B8778

#6B8778
(107,135,120)
#789184
(120,145,132)
#859B90
(133,155,144)
#92A59C
(146,165,156)
#9FAFA8
(159,175,168)
#ACB9B4
(172,185,180)
#B9C3C0
(185,195,192)
#C6CDCC
(198,205,204)
#D3D7D8
(211,215,216)
#E0E1E4
(224,225,228)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8778; }

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

This text font color is #6B8778.

Background Color

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

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

This div background color is #6B8778.

Border color

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

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

This div border color is #6B8778.

Opacity

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

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

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

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

This text has shadow with #6B8778 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B8778.

Preview

Color preview on black background

This text has color #6B8778 on black background.


Color preview on white background

This text has color #6B8778 on white background.


Black color preview on #6B8778 background

This text has black color on #6B8778 background.


White color preview on #6B8778 background

This text has white color on #6B8778 background.


Related colors

Complementary color

Complementary color for #hex is #947887.


I love getcolorcode.com

Triadic colors

1 #786B87 and #87786B with #6B8778 are triadic colors.

2 #78876B and #876B78 with #6B8778 are triadic colors.