COLOR #56766C

HEX: #56766C RGB: (86,118,108)

Color info

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

RGB color model

#56766C color RGB value is (86,118,108).

RGB: (86,118,108) (34%, 46%, 42%)

RGB channels and saturation

R 86 of 255 = 34%
G 118 of 255 = 46%
B 108 of 255 = 42%

86
118
108

R + G + B ~ 41%. #56766C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 86 + 118 + 108 = 312 (100%)
R 86 of 312 ~ 27.56%
G 118 of 312 ~ 37.82%
B 108 of 312 ~ 34.62'%

%27.56
%37.82
%34.62

CMYK color model

#56766C color CMYK value is (27,0,8,54).

  • cyan value is 27.12%
  • magenta value is 0.00%
  • yellow value is 8.47%
  • key color value is 53.73%

CMYK: (27,0,8,54)
C27M0Y8K54 (27%, 0%, 8%, 54%)
(0.27 / 0.00 / 0.08 / 0.54)

CMYK percentages

%27.12
%0
%8.47
%53.73

Codes

Color #56766C in popluar color models

56 76 6C
RGB 86 118 108
HSL 161° 15.69% 40.00%
HSB/HSV 161° 27.12% 46.27%
CMYK 27.12% 0.00% 8.47%
53.73%

Color #56766C in popluar number systems.

HEX 56 76 6C
Decimal 86 118 108
Binary 1010110 1110110 1101100
Octal 126 166 154

Shades and tints

Shades of #56766C

#56766C
(86,118,108)
#4F6C63
(79,108,99)
#48625A
(72,98,90)
#415851
(65,88,81)
#3A4E48
(58,78,72)
#33443F
(51,68,63)
#2C3A36
(44,58,54)
#25302D
(37,48,45)
#1E2624
(30,38,36)
#171C1B
(23,28,27)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #56766C

#56766C
(86,118,108)
#658279
(101,130,121)
#748E86
(116,142,134)
#839A93
(131,154,147)
#92A6A0
(146,166,160)
#A1B2AD
(161,178,173)
#B0BEBA
(176,190,186)
#BFCAC7
(191,202,199)
#CED6D4
(206,214,212)
#DDE2E1
(221,226,225)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56766C color. Also use rgb(86,118,108) instead hex code.

Text Font Color

.myTextColor { color: #56766C; }

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

This text font color is #56766C.

Background Color

.myBgColor { background-color: #56766C; }

<div style="background-color:#56766C">Inner text</div>

This div background color is #56766C.

Border color

.myBorderColor { border: 1px solid #56766C; }

<div style="border:3px solid #56766C">Div</div>

This div border color is #56766C.

Opacity

.myOpacity80 { color: #56766C; opacity: 0.8; }

<p style="color:#56766C;opacity:0.8;">80%</p>

Text with #56766C 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 #56766C;}

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

This text has shadow with #56766C color.


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

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

This text has shadow with #56766C primary color and red secondary color.


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

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

This text has shadow with #56766C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #56766C.

Preview

Color preview on black background

This text has color #56766C on black background.


Color preview on white background

This text has color #56766C on white background.


Black color preview on #56766C background

This text has black color on #56766C background.


White color preview on #56766C background

This text has white color on #56766C background.


Related colors

Complementary color

Complementary color for #hex is #A98993.


I love getcolorcode.com

Triadic colors

1 #6C5676 and #766C56 with #56766C are triadic colors.

2 #6C7656 and #76566C with #56766C are triadic colors.