COLOR #768790

HEX: #768790
RGB: (118,135,144)

Color info

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

RGB color model

#768790 color RGB value is (118,135,144).

  • red value is 118;
  • green value is 135;
  • blue value is 144.
RGB:
(118,135,144)
(46%,53%,56%)

RGB channels and saturation

R 118 of 255 = 46%
G 135 of 255 = 53%
B 144 of 255 = 56%

118
135
144

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

Portions of RGB colors in percentages

R + G + B =
118 + 135 + 144 = 397 (100%)
R 118 of 397 ~ 29.72%
G 135 of 397 ~ 34.01%
B 144 of 397 ~ 36.27%

%29.72
%34.01
%36.27

CMYK color model

#768790 color CMYK value is (18,6,0,44).

  • cyan value is 18.06%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(18,6,0,44)
C18M6Y0K44 
(18%,6%,0%,44%)
(0.18/0.06/0.00/0.44)	

CMYK percentages

%18.06
%6.25
%0
%43.53

Codes

Color #768790 in popluar color models

768790
RGB118135144
HSL201°10.48%51.37%
HSB/HSV201°18.06%56.47%
CMYK18.06%6.25%0.00%
43.53%

Color #768790 in popluar number systems.

HEX768790
Decimal118135144
Binary11101101000011110010000
Octal166207220

Shades and tints

Shades of #768790

#768790
(118,135,144)
#6C7B83
(108,123,131)
#626F76
(98,111,118)
#586369
(88,99,105)
#4E575C
(78,87,92)
#444B4F
(68,75,79)
#3A3F42
(58,63,66)
#303335
(48,51,53)
#262728
(38,39,40)
#1C1B1B
(28,27,27)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #768790

#768790
(118,135,144)
#82919A
(130,145,154)
#8E9BA4
(142,155,164)
#9AA5AE
(154,165,174)
#A6AFB8
(166,175,184)
#B2B9C2
(178,185,194)
#BEC3CC
(190,195,204)
#CACDD6
(202,205,214)
#D6D7E0
(214,215,224)
#E2E1EA
(226,225,234)
#EEEBF4
(238,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768790 color. Also use rgb(118,135,144) instead hex code.

Text Font Color

.myTextColor { color: #768790; }

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

This text font color is #768790.


Background Color

.myBgColor { background-color: #768790; }

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

This div background color is #768790.


Border color

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

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

This div border color is #768790.


Opacity

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

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

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

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

This text has shadow with #768790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768790 on black background.


Color preview on white background

This text has color #768790 on white background.



Black color preview on #768790 background

This text has black color on #768790 background.


White color preview on #768790 background

This text has white color on #768790 background.