COLOR #769791

HEX: #769791
RGB: (118,151,145)

Color info

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

RGB color model

#769791 color RGB value is (118,151,145).

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

RGB channels and saturation

R 118 of 255 = 46%
G 151 of 255 = 59%
B 145 of 255 = 57%

118
151
145

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

Portions of RGB colors in percentages

R + G + B =
118 + 151 + 145 = 414 (100%)
R 118 of 414 ~ 28.5%
G 151 of 414 ~ 36.47%
B 145 of 414 ~ 35.02%

%28.5
%36.47
%35.02

CMYK color model

#769791 color CMYK value is (22,0,4,41).

  • cyan value is 21.85%
  • magenta value is 0.00%
  • yellow value is 3.97%
  • key color value is 40.78%
CMYK:
(22,0,4,41)
C22M0Y4K41 
(22%,0%,4%,41%)
(0.22/0.00/0.04/0.41)	

CMYK percentages

%21.85
%0
%3.97
%40.78

Codes

Color #769791 in popluar color models

769791
RGB118151145
HSL169°13.69%52.75%
HSB/HSV169°21.85%59.22%
CMYK21.85%0.00%3.97%
40.78%

Color #769791 in popluar number systems.

HEX769791
Decimal118151145
Binary11101101001011110010001
Octal166227221

Shades and tints

Shades of #769791

#769791
(118,151,145)
#6C8A84
(108,138,132)
#627D77
(98,125,119)
#58706A
(88,112,106)
#4E635D
(78,99,93)
#445650
(68,86,80)
#3A4943
(58,73,67)
#303C36
(48,60,54)
#262F29
(38,47,41)
#1C221C
(28,34,28)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #769791

#769791
(118,151,145)
#82A09B
(130,160,155)
#8EA9A5
(142,169,165)
#9AB2AF
(154,178,175)
#A6BBB9
(166,187,185)
#B2C4C3
(178,196,195)
#BECDCD
(190,205,205)
#CAD6D7
(202,214,215)
#D6DFE1
(214,223,225)
#E2E8EB
(226,232,235)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769791; }

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

This text font color is #769791.


Background Color

.myBgColor { background-color: #769791; }

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

This div background color is #769791.


Border color

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

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

This div border color is #769791.


Opacity

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

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

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

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

This text has shadow with #769791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769791 on black background.


Color preview on white background

This text has color #769791 on white background.



Black color preview on #769791 background

This text has black color on #769791 background.


White color preview on #769791 background

This text has white color on #769791 background.