COLOR #768059

HEX: #768059
RGB: (118,128,89)

Color info

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

RGB color model

#768059 color RGB value is (118,128,89).

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

RGB channels and saturation

R 118 of 255 = 46%
G 128 of 255 = 50%
B 89 of 255 = 35%

118
128
89

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

Portions of RGB colors in percentages

R + G + B =
118 + 128 + 89 = 335 (100%)
R 118 of 335 ~ 35.22%
G 128 of 335 ~ 38.21%
B 89 of 335 ~ 26.57%

%35.22
%38.21
%26.57

CMYK color model

#768059 color CMYK value is (8,0,30,50).

  • cyan value is 7.81%
  • magenta value is 0.00%
  • yellow value is 30.47%
  • key color value is 49.80%
CMYK:
(8,0,30,50)
C8M0Y30K50 
(8%,0%,30%,50%)
(0.08/0.00/0.30/0.50)	

CMYK percentages

%7.81
%0
%30.47
%49.8

Codes

Color #768059 in popluar color models

768059
RGB11812889
HSL75°17.97%42.55%
HSB/HSV75°30.47%50.20%
CMYK7.81%0.00%30.47%
49.80%

Color #768059 in popluar number systems.

HEX768059
Decimal11812889
Binary1110110100000001011001
Octal166200131

Shades and tints

Shades of #768059

#768059
(118,128,89)
#6C7551
(108,117,81)
#626A49
(98,106,73)
#585F41
(88,95,65)
#4E5439
(78,84,57)
#444931
(68,73,49)
#3A3E29
(58,62,41)
#303321
(48,51,33)
#262819
(38,40,25)
#1C1D11
(28,29,17)
#121209
(18,18,9)
#000000
(0,0,0)

Tints of #768059

#768059
(118,128,89)
#828B68
(130,139,104)
#8E9677
(142,150,119)
#9AA186
(154,161,134)
#A6AC95
(166,172,149)
#B2B7A4
(178,183,164)
#BEC2B3
(190,194,179)
#CACDC2
(202,205,194)
#D6D8D1
(214,216,209)
#E2E3E0
(226,227,224)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768059; }

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

This text font color is #768059.


Background Color

.myBgColor { background-color: #768059; }

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

This div background color is #768059.


Border color

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

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

This div border color is #768059.


Opacity

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

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

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

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

This text has shadow with #768059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768059 on black background.


Color preview on white background

This text has color #768059 on white background.



Black color preview on #768059 background

This text has black color on #768059 background.


White color preview on #768059 background

This text has white color on #768059 background.