COLOR #768475

HEX: #768475
RGB: (118,132,117)

Color info

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

RGB color model

#768475 color RGB value is (118,132,117).

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

RGB channels and saturation

R 118 of 255 = 46%
G 132 of 255 = 52%
B 117 of 255 = 46%

118
132
117

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

Portions of RGB colors in percentages

R + G + B =
118 + 132 + 117 = 367 (100%)
R 118 of 367 ~ 32.15%
G 132 of 367 ~ 35.97%
B 117 of 367 ~ 31.88%

%32.15
%35.97
%31.88

CMYK color model

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

  • cyan value is 10.61%
  • magenta value is 0.00%
  • yellow value is 11.36%
  • key color value is 48.24%
CMYK:
(11,0,11,48)
C11M0Y11K48 
(11%,0%,11%,48%)
(0.11/0.00/0.11/0.48)	

CMYK percentages

%10.61
%0
%11.36
%48.24

Codes

Color #768475 in popluar color models

768475
RGB118132117
HSL116°6.02%48.82%
HSB/HSV116°11.36%51.76%
CMYK10.61%0.00%11.36%
48.24%

Color #768475 in popluar number systems.

HEX768475
Decimal118132117
Binary1110110100001001110101
Octal166204165

Shades and tints

Shades of #768475

#768475
(118,132,117)
#6C786B
(108,120,107)
#626C61
(98,108,97)
#586057
(88,96,87)
#4E544D
(78,84,77)
#444843
(68,72,67)
#3A3C39
(58,60,57)
#30302F
(48,48,47)
#262425
(38,36,37)
#1C181B
(28,24,27)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #768475

#768475
(118,132,117)
#828F81
(130,143,129)
#8E9A8D
(142,154,141)
#9AA599
(154,165,153)
#A6B0A5
(166,176,165)
#B2BBB1
(178,187,177)
#BEC6BD
(190,198,189)
#CAD1C9
(202,209,201)
#D6DCD5
(214,220,213)
#E2E7E1
(226,231,225)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768475; }

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

This text font color is #768475.


Background Color

.myBgColor { background-color: #768475; }

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

This div background color is #768475.


Border color

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

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

This div border color is #768475.


Opacity

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

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

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

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

This text has shadow with #768475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768475 on black background.


Color preview on white background

This text has color #768475 on white background.



Black color preview on #768475 background

This text has black color on #768475 background.


White color preview on #768475 background

This text has white color on #768475 background.