COLOR #766162

HEX: #766162
RGB: (118,97,98)

Color info

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

RGB color model

#766162 color RGB value is (118,97,98).

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

RGB channels and saturation

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

118
97
98

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

Portions of RGB colors in percentages

R + G + B =
118 + 97 + 98 = 313 (100%)
R 118 of 313 ~ 37.7%
G 97 of 313 ~ 30.99%
B 98 of 313 ~ 31.31%

%37.7
%30.99
%31.31

CMYK color model

#766162 color CMYK value is (0,18,17,54).

  • cyan value is 0.00%
  • magenta value is 17.80%
  • yellow value is 16.95%
  • key color value is 53.73%
CMYK:
(0,18,17,54)
C0M18Y17K54 
(0%,18%,17%,54%)
(0.00/0.18/0.17/0.54)	

CMYK percentages

%0
%17.8
%16.95
%53.73

Codes

Color #766162 in popluar color models

766162
RGB1189798
HSL357°9.77%42.16%
HSB/HSV357°17.80%46.27%
CMYK0.00%17.80%16.95%
53.73%

Color #766162 in popluar number systems.

HEX766162
Decimal1189798
Binary111011011000011100010
Octal166141142

Shades and tints

Shades of #766162

#766162
(118,97,98)
#6C595A
(108,89,90)
#625152
(98,81,82)
#58494A
(88,73,74)
#4E4142
(78,65,66)
#44393A
(68,57,58)
#3A3132
(58,49,50)
#30292A
(48,41,42)
#262122
(38,33,34)
#1C191A
(28,25,26)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #766162

#766162
(118,97,98)
#826F70
(130,111,112)
#8E7D7E
(142,125,126)
#9A8B8C
(154,139,140)
#A6999A
(166,153,154)
#B2A7A8
(178,167,168)
#BEB5B6
(190,181,182)
#CAC3C4
(202,195,196)
#D6D1D2
(214,209,210)
#E2DFE0
(226,223,224)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766162; }

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

This text font color is #766162.


Background Color

.myBgColor { background-color: #766162; }

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

This div background color is #766162.


Border color

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

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

This div border color is #766162.


Opacity

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

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

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

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

This text has shadow with #766162 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766162 on black background.


Color preview on white background

This text has color #766162 on white background.



Black color preview on #766162 background

This text has black color on #766162 background.


White color preview on #766162 background

This text has white color on #766162 background.