COLOR #768681

HEX: #768681
RGB: (118,134,129)

Color info

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

RGB color model

#768681 color RGB value is (118,134,129).

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

RGB channels and saturation

R 118 of 255 = 46%
G 134 of 255 = 53%
B 129 of 255 = 51%

118
134
129

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

Portions of RGB colors in percentages

R + G + B =
118 + 134 + 129 = 381 (100%)
R 118 of 381 ~ 30.97%
G 134 of 381 ~ 35.17%
B 129 of 381 ~ 33.86%

%30.97
%35.17
%33.86

CMYK color model

#768681 color CMYK value is (12,0,4,47).

  • cyan value is 11.94%
  • magenta value is 0.00%
  • yellow value is 3.73%
  • key color value is 47.45%
CMYK:
(12,0,4,47)
C12M0Y4K47 
(12%,0%,4%,47%)
(0.12/0.00/0.04/0.47)	

CMYK percentages

%11.94
%0
%3.73
%47.45

Codes

Color #768681 in popluar color models

768681
RGB118134129
HSL161°6.35%49.41%
HSB/HSV161°11.94%52.55%
CMYK11.94%0.00%3.73%
47.45%

Color #768681 in popluar number systems.

HEX768681
Decimal118134129
Binary11101101000011010000001
Octal166206201

Shades and tints

Shades of #768681

#768681
(118,134,129)
#6C7A76
(108,122,118)
#626E6B
(98,110,107)
#586260
(88,98,96)
#4E5655
(78,86,85)
#444A4A
(68,74,74)
#3A3E3F
(58,62,63)
#303234
(48,50,52)
#262629
(38,38,41)
#1C1A1E
(28,26,30)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #768681

#768681
(118,134,129)
#82918C
(130,145,140)
#8E9C97
(142,156,151)
#9AA7A2
(154,167,162)
#A6B2AD
(166,178,173)
#B2BDB8
(178,189,184)
#BEC8C3
(190,200,195)
#CAD3CE
(202,211,206)
#D6DED9
(214,222,217)
#E2E9E4
(226,233,228)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768681; }

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

This text font color is #768681.


Background Color

.myBgColor { background-color: #768681; }

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

This div background color is #768681.


Border color

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

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

This div border color is #768681.


Opacity

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

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

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

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

This text has shadow with #768681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768681 on black background.


Color preview on white background

This text has color #768681 on white background.



Black color preview on #768681 background

This text has black color on #768681 background.


White color preview on #768681 background

This text has white color on #768681 background.