COLOR #6B7754

HEX: #6B7754 RGB: (107,119,84)

Color info

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

RGB color model

#6B7754 color RGB value is (107,119,84).

RGB: (107,119,84) (42%, 47%, 33%)

RGB channels and saturation

R 107 of 255 = 42%
G 119 of 255 = 47%
B 84 of 255 = 33%

107
119
84

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

Portions of RGB colors in percentages

R + G + B = 107 + 119 + 84 = 310 (100%)
R 107 of 310 ~ 34.52%
G 119 of 310 ~ 38.39%
B 84 of 310 ~ 27.1'%

%34.52
%38.39
%27.1

CMYK color model

#6B7754 color CMYK value is (10,0,29,53).

  • cyan value is 10.08%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 53.33%

CMYK: (10,0,29,53)
C10M0Y29K53 (10%, 0%, 29%, 53%)
(0.10 / 0.00 / 0.29 / 0.53)

CMYK percentages

%10.08
%0
%29.41
%53.33

Codes

Color #6B7754 in popluar color models

6B 77 54
RGB 107 119 84
HSL 81° 17.24% 39.80%
HSB/HSV 81° 29.41% 46.67%
CMYK 10.08% 0.00% 29.41%
53.33%

Color #6B7754 in popluar number systems.

HEX 6B 77 54
Decimal 107 119 84
Binary 1101011 1110111 1010100
Octal 153 167 124

Shades and tints

Shades of #6B7754

#6B7754
(107,119,84)
#626D4D
(98,109,77)
#596346
(89,99,70)
#50593F
(80,89,63)
#474F38
(71,79,56)
#3E4531
(62,69,49)
#353B2A
(53,59,42)
#2C3123
(44,49,35)
#23271C
(35,39,28)
#1A1D15
(26,29,21)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #6B7754

#6B7754
(107,119,84)
#788363
(120,131,99)
#858F72
(133,143,114)
#929B81
(146,155,129)
#9FA790
(159,167,144)
#ACB39F
(172,179,159)
#B9BFAE
(185,191,174)
#C6CBBD
(198,203,189)
#D3D7CC
(211,215,204)
#E0E3DB
(224,227,219)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7754 color. Also use rgb(107,119,84) instead hex code.

Text Font Color

.myTextColor { color: #6B7754; }

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

This text font color is #6B7754.

Background Color

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

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

This div background color is #6B7754.

Border color

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

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

This div border color is #6B7754.

Opacity

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

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

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

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

This text has shadow with #6B7754 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B7754.

Preview

Color preview on black background

This text has color #6B7754 on black background.


Color preview on white background

This text has color #6B7754 on white background.


Black color preview on #6B7754 background

This text has black color on #6B7754 background.


White color preview on #6B7754 background

This text has white color on #6B7754 background.


Related colors

Complementary color

Complementary color for #hex is #9488AB.


I love getcolorcode.com

Triadic colors

1 #546B77 and #77546B with #6B7754 are triadic colors.

2 #54776B and #776B54 with #6B7754 are triadic colors.