COLOR #768190

HEX: #768190
RGB: (118,129,144)

Color info

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

RGB color model

#768190 color RGB value is (118,129,144).

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

RGB channels and saturation

R 118 of 255 = 46%
G 129 of 255 = 51%
B 144 of 255 = 56%

118
129
144

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

Portions of RGB colors in percentages

R + G + B =
118 + 129 + 144 = 391 (100%)
R 118 of 391 ~ 30.18%
G 129 of 391 ~ 32.99%
B 144 of 391 ~ 36.83%

%30.18
%32.99
%36.83

CMYK color model

#768190 color CMYK value is (18,10,0,44).

  • cyan value is 18.06%
  • magenta value is 10.42%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(18,10,0,44)
C18M10Y0K44 
(18%,10%,0%,44%)
(0.18/0.10/0.00/0.44)	

CMYK percentages

%18.06
%10.42
%0
%43.53

Codes

Color #768190 in popluar color models

768190
RGB118129144
HSL215°10.48%51.37%
HSB/HSV215°18.06%56.47%
CMYK18.06%10.42%0.00%
43.53%

Color #768190 in popluar number systems.

HEX768190
Decimal118129144
Binary11101101000000110010000
Octal166201220

Shades and tints

Shades of #768190

#768190
(118,129,144)
#6C7683
(108,118,131)
#626B76
(98,107,118)
#586069
(88,96,105)
#4E555C
(78,85,92)
#444A4F
(68,74,79)
#3A3F42
(58,63,66)
#303435
(48,52,53)
#262928
(38,41,40)
#1C1E1B
(28,30,27)
#12130E
(18,19,14)
#000000
(0,0,0)

Tints of #768190

#768190
(118,129,144)
#828C9A
(130,140,154)
#8E97A4
(142,151,164)
#9AA2AE
(154,162,174)
#A6ADB8
(166,173,184)
#B2B8C2
(178,184,194)
#BEC3CC
(190,195,204)
#CACED6
(202,206,214)
#D6D9E0
(214,217,224)
#E2E4EA
(226,228,234)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768190; }

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

This text font color is #768190.


Background Color

.myBgColor { background-color: #768190; }

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

This div background color is #768190.


Border color

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

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

This div border color is #768190.


Opacity

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

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

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

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

This text has shadow with #768190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768190 on black background.


Color preview on white background

This text has color #768190 on white background.



Black color preview on #768190 background

This text has black color on #768190 background.


White color preview on #768190 background

This text has white color on #768190 background.