COLOR #768658

HEX: #768658
RGB: (118,134,88)

Color info

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

RGB color model

#768658 color RGB value is (118,134,88).

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

RGB channels and saturation

R 118 of 255 = 46%
G 134 of 255 = 53%
B 88 of 255 = 35%

118
134
88

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

Portions of RGB colors in percentages

R + G + B =
118 + 134 + 88 = 340 (100%)
R 118 of 340 ~ 34.71%
G 134 of 340 ~ 39.41%
B 88 of 340 ~ 25.88%

%34.71
%39.41
%25.88

CMYK color model

#768658 color CMYK value is (12,0,34,47).

  • cyan value is 11.94%
  • magenta value is 0.00%
  • yellow value is 34.33%
  • key color value is 47.45%
CMYK:
(12,0,34,47)
C12M0Y34K47 
(12%,0%,34%,47%)
(0.12/0.00/0.34/0.47)	

CMYK percentages

%11.94
%0
%34.33
%47.45

Codes

Color #768658 in popluar color models

768658
RGB11813488
HSL81°20.72%43.53%
HSB/HSV81°34.33%52.55%
CMYK11.94%0.00%34.33%
47.45%

Color #768658 in popluar number systems.

HEX768658
Decimal11813488
Binary1110110100001101011000
Octal166206130

Shades and tints

Shades of #768658

#768658
(118,134,88)
#6C7A50
(108,122,80)
#626E48
(98,110,72)
#586240
(88,98,64)
#4E5638
(78,86,56)
#444A30
(68,74,48)
#3A3E28
(58,62,40)
#303220
(48,50,32)
#262618
(38,38,24)
#1C1A10
(28,26,16)
#120E08
(18,14,8)
#000000
(0,0,0)

Tints of #768658

#768658
(118,134,88)
#829167
(130,145,103)
#8E9C76
(142,156,118)
#9AA785
(154,167,133)
#A6B294
(166,178,148)
#B2BDA3
(178,189,163)
#BEC8B2
(190,200,178)
#CAD3C1
(202,211,193)
#D6DED0
(214,222,208)
#E2E9DF
(226,233,223)
#EEF4EE
(238,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768658 color. Also use rgb(118,134,88) instead hex code.

Text Font Color

.myTextColor { color: #768658; }

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

This text font color is #768658.


Background Color

.myBgColor { background-color: #768658; }

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

This div background color is #768658.


Border color

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

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

This div border color is #768658.


Opacity

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

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

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

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

This text has shadow with #768658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768658 on black background.


Color preview on white background

This text has color #768658 on white background.



Black color preview on #768658 background

This text has black color on #768658 background.


White color preview on #768658 background

This text has white color on #768658 background.