COLOR #767655

HEX: #767655
RGB: (118,118,85)

Color info

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

RGB color model

#767655 color RGB value is (118,118,85).

  • red value is 118;
  • green value is 118;
  • blue value is 85.
RGB:
(118,118,85)
(46%,46%,33%)

RGB channels and saturation

R 118 of 255 = 46%
G 118 of 255 = 46%
B 85 of 255 = 33%

118
118
85

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

Portions of RGB colors in percentages

R + G + B =
118 + 118 + 85 = 321 (100%)
R 118 of 321 ~ 36.76%
G 118 of 321 ~ 36.76%
B 85 of 321 ~ 26.48%

%36.76
%36.76
%26.48

CMYK color model

#767655 color CMYK value is (0,0,28,54).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 27.97%
  • key color value is 53.73%
CMYK:
(0,0,28,54)
C0M0Y28K54 
(0%,0%,28%,54%)
(0.00/0.00/0.28/0.54)	

CMYK percentages

%0
%0
%27.97
%53.73

Codes

Color #767655 in popluar color models

767655
RGB11811885
HSL60°16.26%39.80%
HSB/HSV60°27.97%46.27%
CMYK0.00%0.00%27.97%
53.73%

Color #767655 in popluar number systems.

HEX767655
Decimal11811885
Binary111011011101101010101
Octal166166125

Shades and tints

Shades of #767655

#767655
(118,118,85)
#6C6C4E
(108,108,78)
#626247
(98,98,71)
#585840
(88,88,64)
#4E4E39
(78,78,57)
#444432
(68,68,50)
#3A3A2B
(58,58,43)
#303024
(48,48,36)
#26261D
(38,38,29)
#1C1C16
(28,28,22)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #767655

#767655
(118,118,85)
#828264
(130,130,100)
#8E8E73
(142,142,115)
#9A9A82
(154,154,130)
#A6A691
(166,166,145)
#B2B2A0
(178,178,160)
#BEBEAF
(190,190,175)
#CACABE
(202,202,190)
#D6D6CD
(214,214,205)
#E2E2DC
(226,226,220)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767655; }

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

This text font color is #767655.


Background Color

.myBgColor { background-color: #767655; }

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

This div background color is #767655.


Border color

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

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

This div border color is #767655.


Opacity

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

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

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

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

This text has shadow with #767655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767655 on black background.


Color preview on white background

This text has color #767655 on white background.



Black color preview on #767655 background

This text has black color on #767655 background.


White color preview on #767655 background

This text has white color on #767655 background.