COLOR #768471

HEX: #768471
RGB: (118,132,113)

Color info

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

RGB color model

#768471 color RGB value is (118,132,113).

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

RGB channels and saturation

R 118 of 255 = 46%
G 132 of 255 = 52%
B 113 of 255 = 44%

118
132
113

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

Portions of RGB colors in percentages

R + G + B =
118 + 132 + 113 = 363 (100%)
R 118 of 363 ~ 32.51%
G 132 of 363 ~ 36.36%
B 113 of 363 ~ 31.13%

%32.51
%36.36
%31.13

CMYK color model

#768471 color CMYK value is (11,0,14,48).

  • cyan value is 10.61%
  • magenta value is 0.00%
  • yellow value is 14.39%
  • key color value is 48.24%
CMYK:
(11,0,14,48)
C11M0Y14K48 
(11%,0%,14%,48%)
(0.11/0.00/0.14/0.48)	

CMYK percentages

%10.61
%0
%14.39
%48.24

Codes

Color #768471 in popluar color models

768471
RGB118132113
HSL104°7.76%48.04%
HSB/HSV104°14.39%51.76%
CMYK10.61%0.00%14.39%
48.24%

Color #768471 in popluar number systems.

HEX768471
Decimal118132113
Binary1110110100001001110001
Octal166204161

Shades and tints

Shades of #768471

#768471
(118,132,113)
#6C7867
(108,120,103)
#626C5D
(98,108,93)
#586053
(88,96,83)
#4E5449
(78,84,73)
#44483F
(68,72,63)
#3A3C35
(58,60,53)
#30302B
(48,48,43)
#262421
(38,36,33)
#1C1817
(28,24,23)
#120C0D
(18,12,13)
#000000
(0,0,0)

Tints of #768471

#768471
(118,132,113)
#828F7D
(130,143,125)
#8E9A89
(142,154,137)
#9AA595
(154,165,149)
#A6B0A1
(166,176,161)
#B2BBAD
(178,187,173)
#BEC6B9
(190,198,185)
#CAD1C5
(202,209,197)
#D6DCD1
(214,220,209)
#E2E7DD
(226,231,221)
#EEF2E9
(238,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768471; }

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

This text font color is #768471.


Background Color

.myBgColor { background-color: #768471; }

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

This div background color is #768471.


Border color

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

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

This div border color is #768471.


Opacity

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

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

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

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

This text has shadow with #768471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768471 on black background.


Color preview on white background

This text has color #768471 on white background.



Black color preview on #768471 background

This text has black color on #768471 background.


White color preview on #768471 background

This text has white color on #768471 background.