COLOR #767562

HEX: #767562
RGB: (118,117,98)

Color info

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

RGB color model

#767562 color RGB value is (118,117,98).

  • red value is 118;
  • green value is 117;
  • blue value is 98.
RGB:
(118,117,98)
(46%,46%,38%)

RGB channels and saturation

R 118 of 255 = 46%
G 117 of 255 = 46%
B 98 of 255 = 38%

118
117
98

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

Portions of RGB colors in percentages

R + G + B =
118 + 117 + 98 = 333 (100%)
R 118 of 333 ~ 35.44%
G 117 of 333 ~ 35.14%
B 98 of 333 ~ 29.43%

%35.44
%35.14
%29.43

CMYK color model

#767562 color CMYK value is (0,1,17,54).

  • cyan value is 0.00%
  • magenta value is 0.85%
  • yellow value is 16.95%
  • key color value is 53.73%
CMYK:
(0,1,17,54)
C0M1Y17K54 
(0%,1%,17%,54%)
(0.00/0.01/0.17/0.54)	

CMYK percentages

%0
%0.85
%16.95
%53.73

Codes

Color #767562 in popluar color models

767562
RGB11811798
HSL57°9.26%42.35%
HSB/HSV57°16.95%46.27%
CMYK0.00%0.85%16.95%
53.73%

Color #767562 in popluar number systems.

HEX767562
Decimal11811798
Binary111011011101011100010
Octal166165142

Shades and tints

Shades of #767562

#767562
(118,117,98)
#6C6B5A
(108,107,90)
#626152
(98,97,82)
#58574A
(88,87,74)
#4E4D42
(78,77,66)
#44433A
(68,67,58)
#3A3932
(58,57,50)
#302F2A
(48,47,42)
#262522
(38,37,34)
#1C1B1A
(28,27,26)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #767562

#767562
(118,117,98)
#828170
(130,129,112)
#8E8D7E
(142,141,126)
#9A998C
(154,153,140)
#A6A59A
(166,165,154)
#B2B1A8
(178,177,168)
#BEBDB6
(190,189,182)
#CAC9C4
(202,201,196)
#D6D5D2
(214,213,210)
#E2E1E0
(226,225,224)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767562 color. Also use rgb(118,117,98) instead hex code.

Text Font Color

.myTextColor { color: #767562; }

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

This text font color is #767562.


Background Color

.myBgColor { background-color: #767562; }

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

This div background color is #767562.


Border color

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

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

This div border color is #767562.


Opacity

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

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

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

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

This text has shadow with #767562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767562 on black background.


Color preview on white background

This text has color #767562 on white background.



Black color preview on #767562 background

This text has black color on #767562 background.


White color preview on #767562 background

This text has white color on #767562 background.