COLOR #769B80

HEX: #769B80
RGB: (118,155,128)

Color info

#769B80 contains red, green and blue colors in about the same proportion. Web safe color of #769B80 is #669966 (or #696).

RGB color model

#769B80 color RGB value is (118,155,128).

  • red value is 118;
  • green value is 155;
  • blue value is 128.
RGB:
(118,155,128)
(46%,61%,50%)

RGB channels and saturation

R 118 of 255 = 46%
G 155 of 255 = 61%
B 128 of 255 = 50%

118
155
128

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

Portions of RGB colors in percentages

R + G + B =
118 + 155 + 128 = 401 (100%)
R 118 of 401 ~ 29.43%
G 155 of 401 ~ 38.65%
B 128 of 401 ~ 31.92%

%29.43
%38.65
%31.92

CMYK color model

#769B80 color CMYK value is (24,0,17,39).

  • cyan value is 23.87%
  • magenta value is 0.00%
  • yellow value is 17.42%
  • key color value is 39.22%
CMYK:
(24,0,17,39)
C24M0Y17K39 
(24%,0%,17%,39%)
(0.24/0.00/0.17/0.39)	

CMYK percentages

%23.87
%0
%17.42
%39.22

Codes

Color #769B80 in popluar color models

769B80
RGB118155128
HSL136°15.61%53.53%
HSB/HSV136°23.87%60.78%
CMYK23.87%0.00%17.42%
39.22%

Color #769B80 in popluar number systems.

HEX769B80
Decimal118155128
Binary11101101001101110000000
Octal166233200

Shades and tints

Shades of #769B80

#769B80
(118,155,128)
#6C8D75
(108,141,117)
#627F6A
(98,127,106)
#58715F
(88,113,95)
#4E6354
(78,99,84)
#445549
(68,85,73)
#3A473E
(58,71,62)
#303933
(48,57,51)
#262B28
(38,43,40)
#1C1D1D
(28,29,29)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #769B80

#769B80
(118,155,128)
#82A48B
(130,164,139)
#8EAD96
(142,173,150)
#9AB6A1
(154,182,161)
#A6BFAC
(166,191,172)
#B2C8B7
(178,200,183)
#BED1C2
(190,209,194)
#CADACD
(202,218,205)
#D6E3D8
(214,227,216)
#E2ECE3
(226,236,227)
#EEF5EE
(238,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769B80 color. Also use rgb(118,155,128) instead hex code.

Text Font Color

.myTextColor { color: #769B80; }

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

This text font color is #769B80.


Background Color

.myBgColor { background-color: #769B80; }

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

This div background color is #769B80.


Border color

.myBorderColor { border: 1px solid #769B80; }

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

This div border color is #769B80.


Opacity

.myOpacity80 { color: #769B80; opacity: 0.8; }

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

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

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

This text has shadow with #769B80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769B80 on black background.


Color preview on white background

This text has color #769B80 on white background.



Black color preview on #769B80 background

This text has black color on #769B80 background.


White color preview on #769B80 background

This text has white color on #769B80 background.