COLOR #767958

HEX: #767958
RGB: (118,121,88)

Color info

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

RGB color model

#767958 color RGB value is (118,121,88).

  • red value is 118;
  • green value is 121;
  • blue value is 88.
RGB:
(118,121,88)
(46%,47%,35%)

RGB channels and saturation

R 118 of 255 = 46%
G 121 of 255 = 47%
B 88 of 255 = 35%

118
121
88

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

Portions of RGB colors in percentages

R + G + B =
118 + 121 + 88 = 327 (100%)
R 118 of 327 ~ 36.09%
G 121 of 327 ~ 37%
B 88 of 327 ~ 26.91%

%36.09
%37
%26.91

CMYK color model

#767958 color CMYK value is (2,0,27,53).

  • cyan value is 2.48%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 52.55%
CMYK:
(2,0,27,53)
C2M0Y27K53 
(2%,0%,27%,53%)
(0.02/0.00/0.27/0.53)	

CMYK percentages

%2.48
%0
%27.27
%52.55

Codes

Color #767958 in popluar color models

767958
RGB11812188
HSL65°15.79%40.98%
HSB/HSV65°27.27%47.45%
CMYK2.48%0.00%27.27%
52.55%

Color #767958 in popluar number systems.

HEX767958
Decimal11812188
Binary111011011110011011000
Octal166171130

Shades and tints

Shades of #767958

#767958
(118,121,88)
#6C6E50
(108,110,80)
#626348
(98,99,72)
#585840
(88,88,64)
#4E4D38
(78,77,56)
#444230
(68,66,48)
#3A3728
(58,55,40)
#302C20
(48,44,32)
#262118
(38,33,24)
#1C1610
(28,22,16)
#120B08
(18,11,8)
#000000
(0,0,0)

Tints of #767958

#767958
(118,121,88)
#828567
(130,133,103)
#8E9176
(142,145,118)
#9A9D85
(154,157,133)
#A6A994
(166,169,148)
#B2B5A3
(178,181,163)
#BEC1B2
(190,193,178)
#CACDC1
(202,205,193)
#D6D9D0
(214,217,208)
#E2E5DF
(226,229,223)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767958; }

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

This text font color is #767958.


Background Color

.myBgColor { background-color: #767958; }

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

This div background color is #767958.


Border color

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

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

This div border color is #767958.


Opacity

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

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

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

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

This text has shadow with #767958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767958 on black background.


Color preview on white background

This text has color #767958 on white background.



Black color preview on #767958 background

This text has black color on #767958 background.


White color preview on #767958 background

This text has white color on #767958 background.