COLOR #6B795E

HEX: #6B795E RGB: (107,121,94)

Color info

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

RGB color model

#6B795E color RGB value is (107,121,94).

RGB: (107,121,94) (42%, 47%, 37%)

RGB channels and saturation

R 107 of 255 = 42%
G 121 of 255 = 47%
B 94 of 255 = 37%

107
121
94

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

Portions of RGB colors in percentages

R + G + B = 107 + 121 + 94 = 322 (100%)
R 107 of 322 ~ 33.23%
G 121 of 322 ~ 37.58%
B 94 of 322 ~ 29.19'%

%33.23
%37.58
%29.19

CMYK color model

#6B795E color CMYK value is (12,0,22,53).

  • cyan value is 11.57%
  • magenta value is 0.00%
  • yellow value is 22.31%
  • key color value is 52.55%

CMYK: (12,0,22,53)
C12M0Y22K53 (12%, 0%, 22%, 53%)
(0.12 / 0.00 / 0.22 / 0.53)

CMYK percentages

%11.57
%0
%22.31
%52.55

Codes

Color #6B795E in popluar color models

6B 79 5E
RGB 107 121 94
HSL 91° 12.56% 42.16%
HSB/HSV 91° 22.31% 47.45%
CMYK 11.57% 0.00% 22.31%
52.55%

Color #6B795E in popluar number systems.

HEX 6B 79 5E
Decimal 107 121 94
Binary 1101011 1111001 1011110
Octal 153 171 136

Shades and tints

Shades of #6B795E

#6B795E
(107,121,94)
#626E56
(98,110,86)
#59634E
(89,99,78)
#505846
(80,88,70)
#474D3E
(71,77,62)
#3E4236
(62,66,54)
#35372E
(53,55,46)
#2C2C26
(44,44,38)
#23211E
(35,33,30)
#1A1616
(26,22,22)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #6B795E

#6B795E
(107,121,94)
#78856C
(120,133,108)
#85917A
(133,145,122)
#929D88
(146,157,136)
#9FA996
(159,169,150)
#ACB5A4
(172,181,164)
#B9C1B2
(185,193,178)
#C6CDC0
(198,205,192)
#D3D9CE
(211,217,206)
#E0E5DC
(224,229,220)
#EDF1EA
(237,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B795E color. Also use rgb(107,121,94) instead hex code.

Text Font Color

.myTextColor { color: #6B795E; }

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

This text font color is #6B795E.

Background Color

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

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

This div background color is #6B795E.

Border color

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

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

This div border color is #6B795E.

Opacity

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

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

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

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

This text has shadow with #6B795E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B795E.

Preview

Color preview on black background

This text has color #6B795E on black background.


Color preview on white background

This text has color #6B795E on white background.


Black color preview on #6B795E background

This text has black color on #6B795E background.


White color preview on #6B795E background

This text has white color on #6B795E background.


Related colors

Complementary color

Complementary color for #hex is #9486A1.


I love getcolorcode.com

Triadic colors

1 #5E6B79 and #795E6B with #6B795E are triadic colors.

2 #5E796B and #796B5E with #6B795E are triadic colors.