COLOR #6B765C

HEX: #6B765C
RGB: (107,118,92)

Color info

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

RGB color model

#6B765C color RGB value is (107,118,92).

  • red value is 107;
  • green value is 118;
  • blue value is 92.
RGB:
(107,118,92)
(42%,46%,36%)

RGB channels and saturation

R 107 of 255 = 42%
G 118 of 255 = 46%
B 92 of 255 = 36%

107
118
92

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

Portions of RGB colors in percentages

R + G + B =
107 + 118 + 92 = 317 (100%)
R 107 of 317 ~ 33.75%
G 118 of 317 ~ 37.22%
B 92 of 317 ~ 29.02%

%33.75
%37.22
%29.02

CMYK color model

#6B765C color CMYK value is (9,0,22,54).

  • cyan value is 9.32%
  • magenta value is 0.00%
  • yellow value is 22.03%
  • key color value is 53.73%
CMYK:
(9,0,22,54)
C9M0Y22K54 
(9%,0%,22%,54%)
(0.09/0.00/0.22/0.54)	

CMYK percentages

%9.32
%0
%22.03
%53.73

Codes

Color #6B765C in popluar color models

6B765C
RGB10711892
HSL85°12.38%41.18%
HSB/HSV85°22.03%46.27%
CMYK9.32%0.00%22.03%
53.73%

Color #6B765C in popluar number systems.

HEX6B765C
Decimal10711892
Binary110101111101101011100
Octal153166134

Shades and tints

Shades of #6B765C

#6B765C
(107,118,92)
#626C54
(98,108,84)
#59624C
(89,98,76)
#505844
(80,88,68)
#474E3C
(71,78,60)
#3E4434
(62,68,52)
#353A2C
(53,58,44)
#2C3024
(44,48,36)
#23261C
(35,38,28)
#1A1C14
(26,28,20)
#11120C
(17,18,12)
#000000
(0,0,0)

Tints of #6B765C

#6B765C
(107,118,92)
#78826A
(120,130,106)
#858E78
(133,142,120)
#929A86
(146,154,134)
#9FA694
(159,166,148)
#ACB2A2
(172,178,162)
#B9BEB0
(185,190,176)
#C6CABE
(198,202,190)
#D3D6CC
(211,214,204)
#E0E2DA
(224,226,218)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B765C color. Also use rgb(107,118,92) instead hex code.

Text Font Color

.myTextColor { color: #6B765C; }

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

This text font color is #6B765C.


Background Color

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

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

This div background color is #6B765C.


Border color

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

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

This div border color is #6B765C.


Opacity

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

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

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

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

This text has shadow with #6B765C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B765C on black background.


Color preview on white background

This text has color #6B765C on white background.



Black color preview on #6B765C background

This text has black color on #6B765C background.


White color preview on #6B765C background

This text has white color on #6B765C background.