COLOR #768771

HEX: #768771
RGB: (118,135,113)

Color info

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

RGB color model

#768771 color RGB value is (118,135,113).

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

RGB channels and saturation

R 118 of 255 = 46%
G 135 of 255 = 53%
B 113 of 255 = 44%

118
135
113

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

Portions of RGB colors in percentages

R + G + B =
118 + 135 + 113 = 366 (100%)
R 118 of 366 ~ 32.24%
G 135 of 366 ~ 36.89%
B 113 of 366 ~ 30.87%

%32.24
%36.89
%30.87

CMYK color model

#768771 color CMYK value is (13,0,16,47).

  • cyan value is 12.59%
  • magenta value is 0.00%
  • yellow value is 16.30%
  • key color value is 47.06%
CMYK:
(13,0,16,47)
C13M0Y16K47 
(13%,0%,16%,47%)
(0.13/0.00/0.16/0.47)	

CMYK percentages

%12.59
%0
%16.3
%47.06

Codes

Color #768771 in popluar color models

768771
RGB118135113
HSL106°8.87%48.63%
HSB/HSV106°16.30%52.94%
CMYK12.59%0.00%16.30%
47.06%

Color #768771 in popluar number systems.

HEX768771
Decimal118135113
Binary1110110100001111110001
Octal166207161

Shades and tints

Shades of #768771

#768771
(118,135,113)
#6C7B67
(108,123,103)
#626F5D
(98,111,93)
#586353
(88,99,83)
#4E5749
(78,87,73)
#444B3F
(68,75,63)
#3A3F35
(58,63,53)
#30332B
(48,51,43)
#262721
(38,39,33)
#1C1B17
(28,27,23)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #768771

#768771
(118,135,113)
#82917D
(130,145,125)
#8E9B89
(142,155,137)
#9AA595
(154,165,149)
#A6AFA1
(166,175,161)
#B2B9AD
(178,185,173)
#BEC3B9
(190,195,185)
#CACDC5
(202,205,197)
#D6D7D1
(214,215,209)
#E2E1DD
(226,225,221)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768771; }

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

This text font color is #768771.


Background Color

.myBgColor { background-color: #768771; }

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

This div background color is #768771.


Border color

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

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

This div border color is #768771.


Opacity

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

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

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

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

This text has shadow with #768771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768771 on black background.


Color preview on white background

This text has color #768771 on white background.



Black color preview on #768771 background

This text has black color on #768771 background.


White color preview on #768771 background

This text has white color on #768771 background.