COLOR #768883

HEX: #768883 RGB: (118,136,131)

Color info

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

RGB color model

#768883 color RGB value is (118,136,131).

RGB: (118,136,131) (46%, 53%, 51%)

RGB channels and saturation

R 118 of 255 = 46%
G 136 of 255 = 53%
B 131 of 255 = 51%

118
136
131

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

Portions of RGB colors in percentages

R + G + B = 118 + 136 + 131 = 385 (100%)
R 118 of 385 ~ 30.65%
G 136 of 385 ~ 35.32%
B 131 of 385 ~ 34.03'%

%30.65
%35.32
%34.03

CMYK color model

#768883 color CMYK value is (13,0,4,47).

  • cyan value is 13.24%
  • magenta value is 0.00%
  • yellow value is 3.68%
  • key color value is 46.67%

CMYK: (13,0,4,47)
C13M0Y4K47 (13%, 0%, 4%, 47%)
(0.13 / 0.00 / 0.04 / 0.47)

CMYK percentages

%13.24
%0
%3.68
%46.67

Codes

Color #768883 in popluar color models

76 88 83
RGB 118 136 131
HSL 163° 7.09% 49.80%
HSB/HSV 163° 13.24% 53.33%
CMYK 13.24% 0.00% 3.68%
46.67%

Color #768883 in popluar number systems.

HEX 76 88 83
Decimal 118 136 131
Binary 1110110 10001000 10000011
Octal 166 210 203

Shades and tints

Shades of #768883

#768883
(118,136,131)
#6C7C78
(108,124,120)
#62706D
(98,112,109)
#586462
(88,100,98)
#4E5857
(78,88,87)
#444C4C
(68,76,76)
#3A4041
(58,64,65)
#303436
(48,52,54)
#26282B
(38,40,43)
#1C1C20
(28,28,32)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #768883

#768883
(118,136,131)
#82928E
(130,146,142)
#8E9C99
(142,156,153)
#9AA6A4
(154,166,164)
#A6B0AF
(166,176,175)
#B2BABA
(178,186,186)
#BEC4C5
(190,196,197)
#CACED0
(202,206,208)
#D6D8DB
(214,216,219)
#E2E2E6
(226,226,230)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768883; }

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

This text font color is #768883.

Background Color

.myBgColor { background-color: #768883; }

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

This div background color is #768883.

Border color

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

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

This div border color is #768883.

Opacity

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

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

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

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

This text has shadow with #768883 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #768883.

Preview

Color preview on black background

This text has color #768883 on black background.


Color preview on white background

This text has color #768883 on white background.


Black color preview on #768883 background

This text has black color on #768883 background.


White color preview on #768883 background

This text has white color on #768883 background.


Related colors

Complementary color

Complementary color for #hex is #89777C.


I love getcolorcode.com

Triadic colors

1 #837688 and #888376 with #768883 are triadic colors.

2 #838876 and #887683 with #768883 are triadic colors.