COLOR #768759

HEX: #768759
RGB: (118,135,89)

Color info

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

RGB color model

#768759 color RGB value is (118,135,89).

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

RGB channels and saturation

R 118 of 255 = 46%
G 135 of 255 = 53%
B 89 of 255 = 35%

118
135
89

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

Portions of RGB colors in percentages

R + G + B =
118 + 135 + 89 = 342 (100%)
R 118 of 342 ~ 34.5%
G 135 of 342 ~ 39.47%
B 89 of 342 ~ 26.02%

%34.5
%39.47
%26.02

CMYK color model

#768759 color CMYK value is (13,0,34,47).

  • cyan value is 12.59%
  • magenta value is 0.00%
  • yellow value is 34.07%
  • key color value is 47.06%
CMYK:
(13,0,34,47)
C13M0Y34K47 
(13%,0%,34%,47%)
(0.13/0.00/0.34/0.47)	

CMYK percentages

%12.59
%0
%34.07
%47.06

Codes

Color #768759 in popluar color models

768759
RGB11813589
HSL82°20.54%43.92%
HSB/HSV82°34.07%52.94%
CMYK12.59%0.00%34.07%
47.06%

Color #768759 in popluar number systems.

HEX768759
Decimal11813589
Binary1110110100001111011001
Octal166207131

Shades and tints

Shades of #768759

#768759
(118,135,89)
#6C7B51
(108,123,81)
#626F49
(98,111,73)
#586341
(88,99,65)
#4E5739
(78,87,57)
#444B31
(68,75,49)
#3A3F29
(58,63,41)
#303321
(48,51,33)
#262719
(38,39,25)
#1C1B11
(28,27,17)
#120F09
(18,15,9)
#000000
(0,0,0)

Tints of #768759

#768759
(118,135,89)
#829168
(130,145,104)
#8E9B77
(142,155,119)
#9AA586
(154,165,134)
#A6AF95
(166,175,149)
#B2B9A4
(178,185,164)
#BEC3B3
(190,195,179)
#CACDC2
(202,205,194)
#D6D7D1
(214,215,209)
#E2E1E0
(226,225,224)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768759; }

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

This text font color is #768759.


Background Color

.myBgColor { background-color: #768759; }

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

This div background color is #768759.


Border color

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

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

This div border color is #768759.


Opacity

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

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

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

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

This text has shadow with #768759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768759 on black background.


Color preview on white background

This text has color #768759 on white background.



Black color preview on #768759 background

This text has black color on #768759 background.


White color preview on #768759 background

This text has white color on #768759 background.