COLOR #769C92

HEX: #769C92 RGB: (118,156,146)

Color info

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

RGB color model

#769C92 color RGB value is (118,156,146).

RGB: (118,156,146) (46%, 61%, 57%)

RGB channels and saturation

R 118 of 255 = 46%
G 156 of 255 = 61%
B 146 of 255 = 57%

118
156
146

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

Portions of RGB colors in percentages

R + G + B = 118 + 156 + 146 = 420 (100%)
R 118 of 420 ~ 28.1%
G 156 of 420 ~ 37.14%
B 146 of 420 ~ 34.76'%

%28.1
%37.14
%34.76

CMYK color model

#769C92 color CMYK value is (24,0,6,39).

  • cyan value is 24.36%
  • magenta value is 0.00%
  • yellow value is 6.41%
  • key color value is 38.82%

CMYK: (24,0,6,39)
C24M0Y6K39 (24%, 0%, 6%, 39%)
(0.24 / 0.00 / 0.06 / 0.39)

CMYK percentages

%24.36
%0
%6.41
%38.82

Codes

Color #769C92 in popluar color models

76 9C 92
RGB 118 156 146
HSL 164° 16.10% 53.73%
HSB/HSV 164° 24.36% 61.18%
CMYK 24.36% 0.00% 6.41%
38.82%

Color #769C92 in popluar number systems.

HEX 76 9C 92
Decimal 118 156 146
Binary 1110110 10011100 10010010
Octal 166 234 222

Shades and tints

Shades of #769C92

#769C92
(118,156,146)
#6C8E85
(108,142,133)
#628078
(98,128,120)
#58726B
(88,114,107)
#4E645E
(78,100,94)
#445651
(68,86,81)
#3A4844
(58,72,68)
#303A37
(48,58,55)
#262C2A
(38,44,42)
#1C1E1D
(28,30,29)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #769C92

#769C92
(118,156,146)
#82A59B
(130,165,155)
#8EAEA4
(142,174,164)
#9AB7AD
(154,183,173)
#A6C0B6
(166,192,182)
#B2C9BF
(178,201,191)
#BED2C8
(190,210,200)
#CADBD1
(202,219,209)
#D6E4DA
(214,228,218)
#E2EDE3
(226,237,227)
#EEF6EC
(238,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769C92 color. Also use rgb(118,156,146) instead hex code.

Text Font Color

.myTextColor { color: #769C92; }

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

This text font color is #769C92.

Background Color

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

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

This div background color is #769C92.

Border color

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

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

This div border color is #769C92.

Opacity

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

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

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

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

This text has shadow with #769C92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #769C92.

Preview

Color preview on black background

This text has color #769C92 on black background.


Color preview on white background

This text has color #769C92 on white background.


Black color preview on #769C92 background

This text has black color on #769C92 background.


White color preview on #769C92 background

This text has white color on #769C92 background.


Related colors

Complementary color

Complementary color for #hex is #89636D.


I love getcolorcode.com

Triadic colors

1 #92769C and #9C9276 with #769C92 are triadic colors.

2 #929C76 and #9C7692 with #769C92 are triadic colors.