COLOR #768582

HEX: #768582
RGB: (118,133,130)

Color info

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

RGB color model

#768582 color RGB value is (118,133,130).

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

RGB channels and saturation

R 118 of 255 = 46%
G 133 of 255 = 52%
B 130 of 255 = 51%

118
133
130

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

Portions of RGB colors in percentages

R + G + B =
118 + 133 + 130 = 381 (100%)
R 118 of 381 ~ 30.97%
G 133 of 381 ~ 34.91%
B 130 of 381 ~ 34.12%

%30.97
%34.91
%34.12

CMYK color model

#768582 color CMYK value is (11,0,2,48).

  • cyan value is 11.28%
  • magenta value is 0.00%
  • yellow value is 2.26%
  • key color value is 47.84%
CMYK:
(11,0,2,48)
C11M0Y2K48 
(11%,0%,2%,48%)
(0.11/0.00/0.02/0.48)	

CMYK percentages

%11.28
%0
%2.26
%47.84

Codes

Color #768582 in popluar color models

768582
RGB118133130
HSL168°5.98%49.22%
HSB/HSV168°11.28%52.16%
CMYK11.28%0.00%2.26%
47.84%

Color #768582 in popluar number systems.

HEX768582
Decimal118133130
Binary11101101000010110000010
Octal166205202

Shades and tints

Shades of #768582

#768582
(118,133,130)
#6C7977
(108,121,119)
#626D6C
(98,109,108)
#586161
(88,97,97)
#4E5556
(78,85,86)
#44494B
(68,73,75)
#3A3D40
(58,61,64)
#303135
(48,49,53)
#26252A
(38,37,42)
#1C191F
(28,25,31)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #768582

#768582
(118,133,130)
#82908D
(130,144,141)
#8E9B98
(142,155,152)
#9AA6A3
(154,166,163)
#A6B1AE
(166,177,174)
#B2BCB9
(178,188,185)
#BEC7C4
(190,199,196)
#CAD2CF
(202,210,207)
#D6DDDA
(214,221,218)
#E2E8E5
(226,232,229)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768582; }

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

This text font color is #768582.


Background Color

.myBgColor { background-color: #768582; }

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

This div background color is #768582.


Border color

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

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

This div border color is #768582.


Opacity

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

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

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

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

This text has shadow with #768582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768582 on black background.


Color preview on white background

This text has color #768582 on white background.



Black color preview on #768582 background

This text has black color on #768582 background.


White color preview on #768582 background

This text has white color on #768582 background.