COLOR #768182

HEX: #768182
RGB: (118,129,130)

Color info

#768182 contains red, green and blue colors in about the same proportion. Web safe color of #768182 is #669999 (or #699).

RGB color model

#768182 color RGB value is (118,129,130).

  • red value is 118;
  • green value is 129;
  • blue value is 130.
RGB:
(118,129,130)
(46%,51%,51%)

RGB channels and saturation

R 118 of 255 = 46%
G 129 of 255 = 51%
B 130 of 255 = 51%

118
129
130

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

Portions of RGB colors in percentages

R + G + B =
118 + 129 + 130 = 377 (100%)
R 118 of 377 ~ 31.3%
G 129 of 377 ~ 34.22%
B 130 of 377 ~ 34.48%

%31.3
%34.22
%34.48

CMYK color model

#768182 color CMYK value is (9,1,0,49).

  • cyan value is 9.23%
  • magenta value is 0.77%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(9,1,0,49)
C9M1Y0K49 
(9%,1%,0%,49%)
(0.09/0.01/0.00/0.49)	

CMYK percentages

%9.23
%0.77
%0
%49.02

Codes

Color #768182 in popluar color models

768182
RGB118129130
HSL185°4.84%48.63%
HSB/HSV185°9.23%50.98%
CMYK9.23%0.77%0.00%
49.02%

Color #768182 in popluar number systems.

HEX768182
Decimal118129130
Binary11101101000000110000010
Octal166201202

Shades and tints

Shades of #768182

#768182
(118,129,130)
#6C7677
(108,118,119)
#626B6C
(98,107,108)
#586061
(88,96,97)
#4E5556
(78,85,86)
#444A4B
(68,74,75)
#3A3F40
(58,63,64)
#303435
(48,52,53)
#26292A
(38,41,42)
#1C1E1F
(28,30,31)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #768182

#768182
(118,129,130)
#828C8D
(130,140,141)
#8E9798
(142,151,152)
#9AA2A3
(154,162,163)
#A6ADAE
(166,173,174)
#B2B8B9
(178,184,185)
#BEC3C4
(190,195,196)
#CACECF
(202,206,207)
#D6D9DA
(214,217,218)
#E2E4E5
(226,228,229)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768182 color. Also use rgb(118,129,130) instead hex code.

Text Font Color

.myTextColor { color: #768182; }

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

This text font color is #768182.


Background Color

.myBgColor { background-color: #768182; }

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

This div background color is #768182.


Border color

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

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

This div border color is #768182.


Opacity

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

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

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

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

This text has shadow with #768182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768182 on black background.


Color preview on white background

This text has color #768182 on white background.



Black color preview on #768182 background

This text has black color on #768182 background.


White color preview on #768182 background

This text has white color on #768182 background.