COLOR #767560

HEX: #767560
RGB: (118,117,96)

Color info

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

RGB color model

#767560 color RGB value is (118,117,96).

  • red value is 118;
  • green value is 117;
  • blue value is 96.
RGB:
(118,117,96)
(46%,46%,38%)

RGB channels and saturation

R 118 of 255 = 46%
G 117 of 255 = 46%
B 96 of 255 = 38%

118
117
96

R + G + B ~ 43%. #767560 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 117 + 96 = 331 (100%)
R 118 of 331 ~ 35.65%
G 117 of 331 ~ 35.35%
B 96 of 331 ~ 29%

%35.65
%35.35
%29

CMYK color model

#767560 color CMYK value is (0,1,19,54).

  • cyan value is 0.00%
  • magenta value is 0.85%
  • yellow value is 18.64%
  • key color value is 53.73%
CMYK:
(0,1,19,54)
C0M1Y19K54 
(0%,1%,19%,54%)
(0.00/0.01/0.19/0.54)	

CMYK percentages

%0
%0.85
%18.64
%53.73

Codes

Color #767560 in popluar color models

767560
RGB11811796
HSL57°10.28%41.96%
HSB/HSV57°18.64%46.27%
CMYK0.00%0.85%18.64%
53.73%

Color #767560 in popluar number systems.

HEX767560
Decimal11811796
Binary111011011101011100000
Octal166165140

Shades and tints

Shades of #767560

#767560
(118,117,96)
#6C6B58
(108,107,88)
#626150
(98,97,80)
#585748
(88,87,72)
#4E4D40
(78,77,64)
#444338
(68,67,56)
#3A3930
(58,57,48)
#302F28
(48,47,40)
#262520
(38,37,32)
#1C1B18
(28,27,24)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #767560

#767560
(118,117,96)
#82816E
(130,129,110)
#8E8D7C
(142,141,124)
#9A998A
(154,153,138)
#A6A598
(166,165,152)
#B2B1A6
(178,177,166)
#BEBDB4
(190,189,180)
#CAC9C2
(202,201,194)
#D6D5D0
(214,213,208)
#E2E1DE
(226,225,222)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767560 color. Also use rgb(118,117,96) instead hex code.

Text Font Color

.myTextColor { color: #767560; }

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

This text font color is #767560.


Background Color

.myBgColor { background-color: #767560; }

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

This div background color is #767560.


Border color

.myBorderColor { border: 1px solid #767560; }

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

This div border color is #767560.


Opacity

.myOpacity80 { color: #767560; opacity: 0.8; }

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

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

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

This text has shadow with #767560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767560 on black background.


Color preview on white background

This text has color #767560 on white background.



Black color preview on #767560 background

This text has black color on #767560 background.


White color preview on #767560 background

This text has white color on #767560 background.