COLOR #769188

HEX: #769188
RGB: (118,145,136)

Color info

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

RGB color model

#769188 color RGB value is (118,145,136).

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

RGB channels and saturation

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

118
145
136

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

Portions of RGB colors in percentages

R + G + B =
118 + 145 + 136 = 399 (100%)
R 118 of 399 ~ 29.57%
G 145 of 399 ~ 36.34%
B 136 of 399 ~ 34.09%

%29.57
%36.34
%34.09

CMYK color model

#769188 color CMYK value is (19,0,6,43).

  • cyan value is 18.62%
  • magenta value is 0.00%
  • yellow value is 6.21%
  • key color value is 43.14%
CMYK:
(19,0,6,43)
C19M0Y6K43 
(19%,0%,6%,43%)
(0.19/0.00/0.06/0.43)	

CMYK percentages

%18.62
%0
%6.21
%43.14

Codes

Color #769188 in popluar color models

769188
RGB118145136
HSL160°10.93%51.57%
HSB/HSV160°18.62%56.86%
CMYK18.62%0.00%6.21%
43.14%

Color #769188 in popluar number systems.

HEX769188
Decimal118145136
Binary11101101001000110001000
Octal166221210

Shades and tints

Shades of #769188

#769188
(118,145,136)
#6C847C
(108,132,124)
#627770
(98,119,112)
#586A64
(88,106,100)
#4E5D58
(78,93,88)
#44504C
(68,80,76)
#3A4340
(58,67,64)
#303634
(48,54,52)
#262928
(38,41,40)
#1C1C1C
(28,28,28)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #769188

#769188
(118,145,136)
#829B92
(130,155,146)
#8EA59C
(142,165,156)
#9AAFA6
(154,175,166)
#A6B9B0
(166,185,176)
#B2C3BA
(178,195,186)
#BECDC4
(190,205,196)
#CAD7CE
(202,215,206)
#D6E1D8
(214,225,216)
#E2EBE2
(226,235,226)
#EEF5EC
(238,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769188; }

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

This text font color is #769188.


Background Color

.myBgColor { background-color: #769188; }

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

This div background color is #769188.


Border color

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

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

This div border color is #769188.


Opacity

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

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

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

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

This text has shadow with #769188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769188 on black background.


Color preview on white background

This text has color #769188 on white background.



Black color preview on #769188 background

This text has black color on #769188 background.


White color preview on #769188 background

This text has white color on #769188 background.