COLOR #768481

HEX: #768481
RGB: (118,132,129)

Color info

#768481 contains red, green and blue colors in about the same proportion. Web safe color of #768481 is #669999 (or #699).

RGB color model

#768481 color RGB value is (118,132,129).

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

RGB channels and saturation

R 118 of 255 = 46%
G 132 of 255 = 52%
B 129 of 255 = 51%

118
132
129

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

Portions of RGB colors in percentages

R + G + B =
118 + 132 + 129 = 379 (100%)
R 118 of 379 ~ 31.13%
G 132 of 379 ~ 34.83%
B 129 of 379 ~ 34.04%

%31.13
%34.83
%34.04

CMYK color model

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

  • cyan value is 10.61%
  • magenta value is 0.00%
  • yellow value is 2.27%
  • key color value is 48.24%
CMYK:
(11,0,2,48)
C11M0Y2K48 
(11%,0%,2%,48%)
(0.11/0.00/0.02/0.48)	

CMYK percentages

%10.61
%0
%2.27
%48.24

Codes

Color #768481 in popluar color models

768481
RGB118132129
HSL167°5.60%49.02%
HSB/HSV167°10.61%51.76%
CMYK10.61%0.00%2.27%
48.24%

Color #768481 in popluar number systems.

HEX768481
Decimal118132129
Binary11101101000010010000001
Octal166204201

Shades and tints

Shades of #768481

#768481
(118,132,129)
#6C7876
(108,120,118)
#626C6B
(98,108,107)
#586060
(88,96,96)
#4E5455
(78,84,85)
#44484A
(68,72,74)
#3A3C3F
(58,60,63)
#303034
(48,48,52)
#262429
(38,36,41)
#1C181E
(28,24,30)
#120C13
(18,12,19)
#000000
(0,0,0)

Tints of #768481

#768481
(118,132,129)
#828F8C
(130,143,140)
#8E9A97
(142,154,151)
#9AA5A2
(154,165,162)
#A6B0AD
(166,176,173)
#B2BBB8
(178,187,184)
#BEC6C3
(190,198,195)
#CAD1CE
(202,209,206)
#D6DCD9
(214,220,217)
#E2E7E4
(226,231,228)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768481; }

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

This text font color is #768481.


Background Color

.myBgColor { background-color: #768481; }

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

This div background color is #768481.


Border color

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

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

This div border color is #768481.


Opacity

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

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

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

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

This text has shadow with #768481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768481 on black background.


Color preview on white background

This text has color #768481 on white background.



Black color preview on #768481 background

This text has black color on #768481 background.


White color preview on #768481 background

This text has white color on #768481 background.