COLOR #768472

HEX: #768472
RGB: (118,132,114)

Color info

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

RGB color model

#768472 color RGB value is (118,132,114).

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

RGB channels and saturation

R 118 of 255 = 46%
G 132 of 255 = 52%
B 114 of 255 = 45%

118
132
114

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

Portions of RGB colors in percentages

R + G + B =
118 + 132 + 114 = 364 (100%)
R 118 of 364 ~ 32.42%
G 132 of 364 ~ 36.26%
B 114 of 364 ~ 31.32%

%32.42
%36.26
%31.32

CMYK color model

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

  • cyan value is 10.61%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • 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
%13.64
%48.24

Codes

Color #768472 in popluar color models

768472
RGB118132114
HSL107°7.32%48.24%
HSB/HSV107°13.64%51.76%
CMYK10.61%0.00%13.64%
48.24%

Color #768472 in popluar number systems.

HEX768472
Decimal118132114
Binary1110110100001001110010
Octal166204162

Shades and tints

Shades of #768472

#768472
(118,132,114)
#6C7868
(108,120,104)
#626C5E
(98,108,94)
#586054
(88,96,84)
#4E544A
(78,84,74)
#444840
(68,72,64)
#3A3C36
(58,60,54)
#30302C
(48,48,44)
#262422
(38,36,34)
#1C1818
(28,24,24)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #768472

#768472
(118,132,114)
#828F7E
(130,143,126)
#8E9A8A
(142,154,138)
#9AA596
(154,165,150)
#A6B0A2
(166,176,162)
#B2BBAE
(178,187,174)
#BEC6BA
(190,198,186)
#CAD1C6
(202,209,198)
#D6DCD2
(214,220,210)
#E2E7DE
(226,231,222)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768472; }

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

This text font color is #768472.


Background Color

.myBgColor { background-color: #768472; }

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

This div background color is #768472.


Border color

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

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

This div border color is #768472.


Opacity

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

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

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

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

This text has shadow with #768472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768472 on black background.


Color preview on white background

This text has color #768472 on white background.



Black color preview on #768472 background

This text has black color on #768472 background.


White color preview on #768472 background

This text has white color on #768472 background.