COLOR #768068

HEX: #768068
RGB: (118,128,104)

Color info

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

RGB color model

#768068 color RGB value is (118,128,104).

  • red value is 118;
  • green value is 128;
  • blue value is 104.
RGB:
(118,128,104)
(46%,50%,41%)

RGB channels and saturation

R 118 of 255 = 46%
G 128 of 255 = 50%
B 104 of 255 = 41%

118
128
104

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

Portions of RGB colors in percentages

R + G + B =
118 + 128 + 104 = 350 (100%)
R 118 of 350 ~ 33.71%
G 128 of 350 ~ 36.57%
B 104 of 350 ~ 29.71%

%33.71
%36.57
%29.71

CMYK color model

#768068 color CMYK value is (8,0,19,50).

  • cyan value is 7.81%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 49.80%
CMYK:
(8,0,19,50)
C8M0Y19K50 
(8%,0%,19%,50%)
(0.08/0.00/0.19/0.50)	

CMYK percentages

%7.81
%0
%18.75
%49.8

Codes

Color #768068 in popluar color models

768068
RGB118128104
HSL85°10.34%45.49%
HSB/HSV85°18.75%50.20%
CMYK7.81%0.00%18.75%
49.80%

Color #768068 in popluar number systems.

HEX768068
Decimal118128104
Binary1110110100000001101000
Octal166200150

Shades and tints

Shades of #768068

#768068
(118,128,104)
#6C755F
(108,117,95)
#626A56
(98,106,86)
#585F4D
(88,95,77)
#4E5444
(78,84,68)
#44493B
(68,73,59)
#3A3E32
(58,62,50)
#303329
(48,51,41)
#262820
(38,40,32)
#1C1D17
(28,29,23)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #768068

#768068
(118,128,104)
#828B75
(130,139,117)
#8E9682
(142,150,130)
#9AA18F
(154,161,143)
#A6AC9C
(166,172,156)
#B2B7A9
(178,183,169)
#BEC2B6
(190,194,182)
#CACDC3
(202,205,195)
#D6D8D0
(214,216,208)
#E2E3DD
(226,227,221)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768068 color. Also use rgb(118,128,104) instead hex code.

Text Font Color

.myTextColor { color: #768068; }

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

This text font color is #768068.


Background Color

.myBgColor { background-color: #768068; }

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

This div background color is #768068.


Border color

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

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

This div border color is #768068.


Opacity

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

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

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

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

This text has shadow with #768068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768068 on black background.


Color preview on white background

This text has color #768068 on white background.



Black color preview on #768068 background

This text has black color on #768068 background.


White color preview on #768068 background

This text has white color on #768068 background.