COLOR #768892

HEX: #768892
RGB: (118,136,146)

Color info

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

RGB color model

#768892 color RGB value is (118,136,146).

  • red value is 118;
  • green value is 136;
  • blue value is 146.
RGB:
(118,136,146)
(46%,53%,57%)

RGB channels and saturation

R 118 of 255 = 46%
G 136 of 255 = 53%
B 146 of 255 = 57%

118
136
146

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

Portions of RGB colors in percentages

R + G + B =
118 + 136 + 146 = 400 (100%)
R 118 of 400 ~ 29.5%
G 136 of 400 ~ 34%
B 146 of 400 ~ 36.5%

%29.5
%34
%36.5

CMYK color model

#768892 color CMYK value is (19,7,0,43).

  • cyan value is 19.18%
  • magenta value is 6.85%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(19,7,0,43)
C19M7Y0K43 
(19%,7%,0%,43%)
(0.19/0.07/0.00/0.43)	

CMYK percentages

%19.18
%6.85
%0
%42.75

Codes

Color #768892 in popluar color models

768892
RGB118136146
HSL201°11.38%51.76%
HSB/HSV201°19.18%57.25%
CMYK19.18%6.85%0.00%
42.75%

Color #768892 in popluar number systems.

HEX768892
Decimal118136146
Binary11101101000100010010010
Octal166210222

Shades and tints

Shades of #768892

#768892
(118,136,146)
#6C7C85
(108,124,133)
#627078
(98,112,120)
#58646B
(88,100,107)
#4E585E
(78,88,94)
#444C51
(68,76,81)
#3A4044
(58,64,68)
#303437
(48,52,55)
#26282A
(38,40,42)
#1C1C1D
(28,28,29)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #768892

#768892
(118,136,146)
#82929B
(130,146,155)
#8E9CA4
(142,156,164)
#9AA6AD
(154,166,173)
#A6B0B6
(166,176,182)
#B2BABF
(178,186,191)
#BEC4C8
(190,196,200)
#CACED1
(202,206,209)
#D6D8DA
(214,216,218)
#E2E2E3
(226,226,227)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768892 color. Also use rgb(118,136,146) instead hex code.

Text Font Color

.myTextColor { color: #768892; }

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

This text font color is #768892.


Background Color

.myBgColor { background-color: #768892; }

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

This div background color is #768892.


Border color

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

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

This div border color is #768892.


Opacity

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

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

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

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

This text has shadow with #768892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768892 on black background.


Color preview on white background

This text has color #768892 on white background.



Black color preview on #768892 background

This text has black color on #768892 background.


White color preview on #768892 background

This text has white color on #768892 background.