COLOR #768379

HEX: #768379
RGB: (118,131,121)

Color info

#768379 contains red, green and blue colors in about the same proportion. Web safe color of #768379 is #669966 (or #696).

RGB color model

#768379 color RGB value is (118,131,121).

  • red value is 118;
  • green value is 131;
  • blue value is 121.
RGB:
(118,131,121)
(46%,51%,47%)

RGB channels and saturation

R 118 of 255 = 46%
G 131 of 255 = 51%
B 121 of 255 = 47%

118
131
121

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

Portions of RGB colors in percentages

R + G + B =
118 + 131 + 121 = 370 (100%)
R 118 of 370 ~ 31.89%
G 131 of 370 ~ 35.41%
B 121 of 370 ~ 32.7%

%31.89
%35.41
%32.7

CMYK color model

#768379 color CMYK value is (10,0,8,49).

  • cyan value is 9.92%
  • magenta value is 0.00%
  • yellow value is 7.63%
  • key color value is 48.63%
CMYK:
(10,0,8,49)
C10M0Y8K49 
(10%,0%,8%,49%)
(0.10/0.00/0.08/0.49)	

CMYK percentages

%9.92
%0
%7.63
%48.63

Codes

Color #768379 in popluar color models

768379
RGB118131121
HSL134°5.22%48.82%
HSB/HSV134°9.92%51.37%
CMYK9.92%0.00%7.63%
48.63%

Color #768379 in popluar number systems.

HEX768379
Decimal118131121
Binary1110110100000111111001
Octal166203171

Shades and tints

Shades of #768379

#768379
(118,131,121)
#6C786E
(108,120,110)
#626D63
(98,109,99)
#586258
(88,98,88)
#4E574D
(78,87,77)
#444C42
(68,76,66)
#3A4137
(58,65,55)
#30362C
(48,54,44)
#262B21
(38,43,33)
#1C2016
(28,32,22)
#12150B
(18,21,11)
#000000
(0,0,0)

Tints of #768379

#768379
(118,131,121)
#828E85
(130,142,133)
#8E9991
(142,153,145)
#9AA49D
(154,164,157)
#A6AFA9
(166,175,169)
#B2BAB5
(178,186,181)
#BEC5C1
(190,197,193)
#CAD0CD
(202,208,205)
#D6DBD9
(214,219,217)
#E2E6E5
(226,230,229)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768379 color. Also use rgb(118,131,121) instead hex code.

Text Font Color

.myTextColor { color: #768379; }

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

This text font color is #768379.


Background Color

.myBgColor { background-color: #768379; }

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

This div background color is #768379.


Border color

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

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

This div border color is #768379.


Opacity

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

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

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

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

This text has shadow with #768379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768379 on black background.


Color preview on white background

This text has color #768379 on white background.



Black color preview on #768379 background

This text has black color on #768379 background.


White color preview on #768379 background

This text has white color on #768379 background.