COLOR #77908F

HEX: #77908F RGB: (119,144,143)

Color info

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

RGB color model

#77908F color RGB value is (119,144,143).

RGB: (119,144,143) (47%, 56%, 56%)

RGB channels and saturation

R 119 of 255 = 47%
G 144 of 255 = 56%
B 143 of 255 = 56%

119
144
143

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

Portions of RGB colors in percentages

R + G + B = 119 + 144 + 143 = 406 (100%)
R 119 of 406 ~ 29.31%
G 144 of 406 ~ 35.47%
B 143 of 406 ~ 35.22'%

%29.31
%35.47
%35.22

CMYK color model

#77908F color CMYK value is (17,0,1,44).

  • cyan value is 17.36%
  • magenta value is 0.00%
  • yellow value is 0.69%
  • key color value is 43.53%

CMYK: (17,0,1,44)
C17M0Y1K44 (17%, 0%, 1%, 44%)
(0.17 / 0.00 / 0.01 / 0.44)

CMYK percentages

%17.36
%0
%0.69
%43.53

Codes

Color #77908F in popluar color models

77 90 8F
RGB 119 144 143
HSL 178° 10.12% 51.57%
HSB/HSV 178° 17.36% 56.47%
CMYK 17.36% 0.00% 0.69%
43.53%

Color #77908F in popluar number systems.

HEX 77 90 8F
Decimal 119 144 143
Binary 1110111 10010000 10001111
Octal 167 220 217

Shades and tints

Shades of #77908F

#77908F
(119,144,143)
#6D8382
(109,131,130)
#637675
(99,118,117)
#596968
(89,105,104)
#4F5C5B
(79,92,91)
#454F4E
(69,79,78)
#3B4241
(59,66,65)
#313534
(49,53,52)
#272827
(39,40,39)
#1D1B1A
(29,27,26)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #77908F

#77908F
(119,144,143)
#839A99
(131,154,153)
#8FA4A3
(143,164,163)
#9BAEAD
(155,174,173)
#A7B8B7
(167,184,183)
#B3C2C1
(179,194,193)
#BFCCCB
(191,204,203)
#CBD6D5
(203,214,213)
#D7E0DF
(215,224,223)
#E3EAE9
(227,234,233)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77908F color. Also use rgb(119,144,143) instead hex code.

Text Font Color

.myTextColor { color: #77908F; }

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

This text font color is #77908F.

Background Color

.myBgColor { background-color: #77908F; }

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

This div background color is #77908F.

Border color

.myBorderColor { border: 1px solid #77908F; }

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

This div border color is #77908F.

Opacity

.myOpacity80 { color: #77908F; opacity: 0.8; }

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

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

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

This text has shadow with #77908F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77908F.

Preview

Color preview on black background

This text has color #77908F on black background.


Color preview on white background

This text has color #77908F on white background.


Black color preview on #77908F background

This text has black color on #77908F background.


White color preview on #77908F background

This text has white color on #77908F background.


Related colors

Complementary color

Complementary color for #hex is #886F70.


I love getcolorcode.com

Triadic colors

1 #8F7790 and #908F77 with #77908F are triadic colors.

2 #8F9077 and #90778F with #77908F are triadic colors.