COLOR #767D4B

HEX: #767D4B
RGB: (118,125,75)

Color info

#767D4B contains red, green and blue colors in about the same proportion. Web safe color of #767D4B is #666633 (or #663).

RGB color model

#767D4B color RGB value is (118,125,75).

  • red value is 118;
  • green value is 125;
  • blue value is 75.
RGB:
(118,125,75)
(46%,49%,29%)

RGB channels and saturation

R 118 of 255 = 46%
G 125 of 255 = 49%
B 75 of 255 = 29%

118
125
75

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

Portions of RGB colors in percentages

R + G + B =
118 + 125 + 75 = 318 (100%)
R 118 of 318 ~ 37.11%
G 125 of 318 ~ 39.31%
B 75 of 318 ~ 23.58%

%37.11
%39.31
%23.58

CMYK color model

#767D4B color CMYK value is (6,0,40,51).

  • cyan value is 5.60%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 50.98%
CMYK:
(6,0,40,51)
C6M0Y40K51 
(6%,0%,40%,51%)
(0.06/0.00/0.40/0.51)	

CMYK percentages

%5.6
%0
%40
%50.98

Codes

Color #767D4B in popluar color models

767D4B
RGB11812575
HSL68°25.00%39.22%
HSB/HSV68°40.00%49.02%
CMYK5.60%0.00%40.00%
50.98%

Color #767D4B in popluar number systems.

HEX767D4B
Decimal11812575
Binary111011011111011001011
Octal166175113

Shades and tints

Shades of #767D4B

#767D4B
(118,125,75)
#6C7245
(108,114,69)
#62673F
(98,103,63)
#585C39
(88,92,57)
#4E5133
(78,81,51)
#44462D
(68,70,45)
#3A3B27
(58,59,39)
#303021
(48,48,33)
#26251B
(38,37,27)
#1C1A15
(28,26,21)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #767D4B

#767D4B
(118,125,75)
#82885B
(130,136,91)
#8E936B
(142,147,107)
#9A9E7B
(154,158,123)
#A6A98B
(166,169,139)
#B2B49B
(178,180,155)
#BEBFAB
(190,191,171)
#CACABB
(202,202,187)
#D6D5CB
(214,213,203)
#E2E0DB
(226,224,219)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767D4B color. Also use rgb(118,125,75) instead hex code.

Text Font Color

.myTextColor { color: #767D4B; }

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

This text font color is #767D4B.


Background Color

.myBgColor { background-color: #767D4B; }

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

This div background color is #767D4B.


Border color

.myBorderColor { border: 1px solid #767D4B; }

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

This div border color is #767D4B.


Opacity

.myOpacity80 { color: #767D4B; opacity: 0.8; }

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

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

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

This text has shadow with #767D4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767D4B on black background.


Color preview on white background

This text has color #767D4B on white background.



Black color preview on #767D4B background

This text has black color on #767D4B background.


White color preview on #767D4B background

This text has white color on #767D4B background.