COLOR #769B82

HEX: #769B82
RGB: (118,155,130)

Color info

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

RGB color model

#769B82 color RGB value is (118,155,130).

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

RGB channels and saturation

R 118 of 255 = 46%
G 155 of 255 = 61%
B 130 of 255 = 51%

118
155
130

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

Portions of RGB colors in percentages

R + G + B =
118 + 155 + 130 = 403 (100%)
R 118 of 403 ~ 29.28%
G 155 of 403 ~ 38.46%
B 130 of 403 ~ 32.26%

%29.28
%38.46
%32.26

CMYK color model

#769B82 color CMYK value is (24,0,16,39).

  • cyan value is 23.87%
  • magenta value is 0.00%
  • yellow value is 16.13%
  • key color value is 39.22%
CMYK:
(24,0,16,39)
C24M0Y16K39 
(24%,0%,16%,39%)
(0.24/0.00/0.16/0.39)	

CMYK percentages

%23.87
%0
%16.13
%39.22

Codes

Color #769B82 in popluar color models

769B82
RGB118155130
HSL139°15.61%53.53%
HSB/HSV139°23.87%60.78%
CMYK23.87%0.00%16.13%
39.22%

Color #769B82 in popluar number systems.

HEX769B82
Decimal118155130
Binary11101101001101110000010
Octal166233202

Shades and tints

Shades of #769B82

#769B82
(118,155,130)
#6C8D77
(108,141,119)
#627F6C
(98,127,108)
#587161
(88,113,97)
#4E6356
(78,99,86)
#44554B
(68,85,75)
#3A4740
(58,71,64)
#303935
(48,57,53)
#262B2A
(38,43,42)
#1C1D1F
(28,29,31)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #769B82

#769B82
(118,155,130)
#82A48D
(130,164,141)
#8EAD98
(142,173,152)
#9AB6A3
(154,182,163)
#A6BFAE
(166,191,174)
#B2C8B9
(178,200,185)
#BED1C4
(190,209,196)
#CADACF
(202,218,207)
#D6E3DA
(214,227,218)
#E2ECE5
(226,236,229)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769B82; }

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

This text font color is #769B82.


Background Color

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

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

This div background color is #769B82.


Border color

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

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

This div border color is #769B82.


Opacity

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

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

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

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

This text has shadow with #769B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769B82 on black background.


Color preview on white background

This text has color #769B82 on white background.



Black color preview on #769B82 background

This text has black color on #769B82 background.


White color preview on #769B82 background

This text has white color on #769B82 background.