COLOR #767B4B

HEX: #767B4B
RGB: (118,123,75)

Color info

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

RGB color model

#767B4B color RGB value is (118,123,75).

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

RGB channels and saturation

R 118 of 255 = 46%
G 123 of 255 = 48%
B 75 of 255 = 29%

118
123
75

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

Portions of RGB colors in percentages

R + G + B =
118 + 123 + 75 = 316 (100%)
R 118 of 316 ~ 37.34%
G 123 of 316 ~ 38.92%
B 75 of 316 ~ 23.73%

%37.34
%38.92
%23.73

CMYK color model

#767B4B color CMYK value is (4,0,39,52).

  • cyan value is 4.07%
  • magenta value is 0.00%
  • yellow value is 39.02%
  • key color value is 51.76%
CMYK:
(4,0,39,52)
C4M0Y39K52 
(4%,0%,39%,52%)
(0.04/0.00/0.39/0.52)	

CMYK percentages

%4.07
%0
%39.02
%51.76

Codes

Color #767B4B in popluar color models

767B4B
RGB11812375
HSL66°24.24%38.82%
HSB/HSV66°39.02%48.24%
CMYK4.07%0.00%39.02%
51.76%

Color #767B4B in popluar number systems.

HEX767B4B
Decimal11812375
Binary111011011110111001011
Octal166173113

Shades and tints

Shades of #767B4B

#767B4B
(118,123,75)
#6C7045
(108,112,69)
#62653F
(98,101,63)
#585A39
(88,90,57)
#4E4F33
(78,79,51)
#44442D
(68,68,45)
#3A3927
(58,57,39)
#302E21
(48,46,33)
#26231B
(38,35,27)
#1C1815
(28,24,21)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #767B4B

#767B4B
(118,123,75)
#82875B
(130,135,91)
#8E936B
(142,147,107)
#9A9F7B
(154,159,123)
#A6AB8B
(166,171,139)
#B2B79B
(178,183,155)
#BEC3AB
(190,195,171)
#CACFBB
(202,207,187)
#D6DBCB
(214,219,203)
#E2E7DB
(226,231,219)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767B4B; }

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

This text font color is #767B4B.


Background Color

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

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

This div background color is #767B4B.


Border color

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

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

This div border color is #767B4B.


Opacity

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

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

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

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

This text has shadow with #767B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767B4B on black background.


Color preview on white background

This text has color #767B4B on white background.



Black color preview on #767B4B background

This text has black color on #767B4B background.


White color preview on #767B4B background

This text has white color on #767B4B background.