COLOR #767D52

HEX: #767D52
RGB: (118,125,82)

Color info

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

RGB color model

#767D52 color RGB value is (118,125,82).

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

RGB channels and saturation

R 118 of 255 = 46%
G 125 of 255 = 49%
B 82 of 255 = 32%

118
125
82

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

Portions of RGB colors in percentages

R + G + B =
118 + 125 + 82 = 325 (100%)
R 118 of 325 ~ 36.31%
G 125 of 325 ~ 38.46%
B 82 of 325 ~ 25.23%

%36.31
%38.46
%25.23

CMYK color model

#767D52 color CMYK value is (6,0,34,51).

  • cyan value is 5.60%
  • magenta value is 0.00%
  • yellow value is 34.40%
  • key color value is 50.98%
CMYK:
(6,0,34,51)
C6M0Y34K51 
(6%,0%,34%,51%)
(0.06/0.00/0.34/0.51)	

CMYK percentages

%5.6
%0
%34.4
%50.98

Codes

Color #767D52 in popluar color models

767D52
RGB11812582
HSL70°20.77%40.59%
HSB/HSV70°34.40%49.02%
CMYK5.60%0.00%34.40%
50.98%

Color #767D52 in popluar number systems.

HEX767D52
Decimal11812582
Binary111011011111011010010
Octal166175122

Shades and tints

Shades of #767D52

#767D52
(118,125,82)
#6C724B
(108,114,75)
#626744
(98,103,68)
#585C3D
(88,92,61)
#4E5136
(78,81,54)
#44462F
(68,70,47)
#3A3B28
(58,59,40)
#303021
(48,48,33)
#26251A
(38,37,26)
#1C1A13
(28,26,19)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #767D52

#767D52
(118,125,82)
#828861
(130,136,97)
#8E9370
(142,147,112)
#9A9E7F
(154,158,127)
#A6A98E
(166,169,142)
#B2B49D
(178,180,157)
#BEBFAC
(190,191,172)
#CACABB
(202,202,187)
#D6D5CA
(214,213,202)
#E2E0D9
(226,224,217)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767D52; }

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

This text font color is #767D52.


Background Color

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

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

This div background color is #767D52.


Border color

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

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

This div border color is #767D52.


Opacity

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

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

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

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

This text has shadow with #767D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767D52 on black background.


Color preview on white background

This text has color #767D52 on white background.



Black color preview on #767D52 background

This text has black color on #767D52 background.


White color preview on #767D52 background

This text has white color on #767D52 background.