COLOR #769194

HEX: #769194
RGB: (118,145,148)

Color info

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

RGB color model

#769194 color RGB value is (118,145,148).

  • red value is 118;
  • green value is 145;
  • blue value is 148.
RGB:
(118,145,148)
(46%,57%,58%)

RGB channels and saturation

R 118 of 255 = 46%
G 145 of 255 = 57%
B 148 of 255 = 58%

118
145
148

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

Portions of RGB colors in percentages

R + G + B =
118 + 145 + 148 = 411 (100%)
R 118 of 411 ~ 28.71%
G 145 of 411 ~ 35.28%
B 148 of 411 ~ 36.01%

%28.71
%35.28
%36.01

CMYK color model

#769194 color CMYK value is (20,2,0,42).

  • cyan value is 20.27%
  • magenta value is 2.03%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(20,2,0,42)
C20M2Y0K42 
(20%,2%,0%,42%)
(0.20/0.02/0.00/0.42)	

CMYK percentages

%20.27
%2.03
%0
%41.96

Codes

Color #769194 in popluar color models

769194
RGB118145148
HSL186°12.30%52.16%
HSB/HSV186°20.27%58.04%
CMYK20.27%2.03%0.00%
41.96%

Color #769194 in popluar number systems.

HEX769194
Decimal118145148
Binary11101101001000110010100
Octal166221224

Shades and tints

Shades of #769194

#769194
(118,145,148)
#6C8487
(108,132,135)
#62777A
(98,119,122)
#586A6D
(88,106,109)
#4E5D60
(78,93,96)
#445053
(68,80,83)
#3A4346
(58,67,70)
#303639
(48,54,57)
#26292C
(38,41,44)
#1C1C1F
(28,28,31)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #769194

#769194
(118,145,148)
#829B9D
(130,155,157)
#8EA5A6
(142,165,166)
#9AAFAF
(154,175,175)
#A6B9B8
(166,185,184)
#B2C3C1
(178,195,193)
#BECDCA
(190,205,202)
#CAD7D3
(202,215,211)
#D6E1DC
(214,225,220)
#E2EBE5
(226,235,229)
#EEF5EE
(238,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769194 color. Also use rgb(118,145,148) instead hex code.

Text Font Color

.myTextColor { color: #769194; }

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

This text font color is #769194.


Background Color

.myBgColor { background-color: #769194; }

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

This div background color is #769194.


Border color

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

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

This div border color is #769194.


Opacity

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

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

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

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

This text has shadow with #769194 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769194 on black background.


Color preview on white background

This text has color #769194 on white background.



Black color preview on #769194 background

This text has black color on #769194 background.


White color preview on #769194 background

This text has white color on #769194 background.