COLOR #76765B

HEX: #76765B RGB: (118,118,91)

Color info

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

RGB color model

#76765B color RGB value is (118,118,91).

RGB: (118,118,91) (46%, 46%, 36%)

RGB channels and saturation

R 118 of 255 = 46%
G 118 of 255 = 46%
B 91 of 255 = 36%

118
118
91

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

Portions of RGB colors in percentages

R + G + B = 118 + 118 + 91 = 327 (100%)
R 118 of 327 ~ 36.09%
G 118 of 327 ~ 36.09%
B 91 of 327 ~ 27.83'%

%36.09
%36.09
%27.83

CMYK color model

#76765B color CMYK value is (0,0,23,54).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 22.88%
  • key color value is 53.73%
CMYK: (0,0,23,54) C0M0Y23K54 (0%,0%,23%,54%) (0.00/0.00/0.23/0.54) 

CMYK percentages

%0
%0
%22.88
%53.73

Codes

Color #76765B in popluar color models

76 76 5B
RGB 118 118 91
HSL 60° 12.92% 40.98%
HSB/HSV 60° 22.88% 46.27%
CMYK 0.00% 0.00% 22.88%
53.73%

Color #76765B in popluar number systems.

HEX 76 76 5B
Decimal 118 118 91
Binary 1110110 1110110 1011011
Octal 166 166 133

Shades and tints

Shades of #76765B

#76765B
(118,118,91)
#6C6C53
(108,108,83)
#62624B
(98,98,75)
#585843
(88,88,67)
#4E4E3B
(78,78,59)
#444433
(68,68,51)
#3A3A2B
(58,58,43)
#303023
(48,48,35)
#26261B
(38,38,27)
#1C1C13
(28,28,19)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #76765B

#76765B
(118,118,91)
#828269
(130,130,105)
#8E8E77
(142,142,119)
#9A9A85
(154,154,133)
#A6A693
(166,166,147)
#B2B2A1
(178,178,161)
#BEBEAF
(190,190,175)
#CACABD
(202,202,189)
#D6D6CB
(214,214,203)
#E2E2D9
(226,226,217)
#EEEEE7
(238,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76765B; }

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

This text font color is #76765B.

Background Color

.myBgColor { background-color: #76765B; }

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

This div background color is #76765B.

Border color

.myBorderColor { border: 1px solid #76765B; }

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

This div border color is #76765B.

Opacity

.myOpacity80 { color: #76765B; opacity: 0.8; }

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

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

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

This text has shadow with #76765B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76765B.

Preview

Color preview on black background

This text has color #76765B on black background.


Color preview on white background

This text has color #76765B on white background.


Black color preview on #76765B background

This text has black color on #76765B background.


White color preview on #76765B background

This text has white color on #76765B background.


Related colors

Complementary color

Complementary color for #hex is #8989A4.


I love getcolorcode.com