COLOR #677B75

HEX: #677B75
RGB: (103,123,117)

Color info

#677B75 contains red, green and blue colors in about the same proportion. Web safe color of #677B75 is #666666 (or #666).

RGB color model

#677B75 color RGB value is (103,123,117).

  • red value is 103;
  • green value is 123;
  • blue value is 117.
RGB:
(103,123,117)
(40%,48%,46%)

RGB channels and saturation

R 103 of 255 = 40%
G 123 of 255 = 48%
B 117 of 255 = 46%

103
123
117

R + G + B ~ 45%. #677B75 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 123 + 117 = 343 (100%)
R 103 of 343 ~ 30.03%
G 123 of 343 ~ 35.86%
B 117 of 343 ~ 34.11%

%30.03
%35.86
%34.11

CMYK color model

#677B75 color CMYK value is (16,0,5,52).

  • cyan value is 16.26%
  • magenta value is 0.00%
  • yellow value is 4.88%
  • key color value is 51.76%
CMYK:
(16,0,5,52)
C16M0Y5K52 
(16%,0%,5%,52%)
(0.16/0.00/0.05/0.52)	

CMYK percentages

%16.26
%0
%4.88
%51.76

Codes

Color #677B75 in popluar color models

677B75
RGB103123117
HSL162°8.85%44.31%
HSB/HSV162°16.26%48.24%
CMYK16.26%0.00%4.88%
51.76%

Color #677B75 in popluar number systems.

HEX677B75
Decimal103123117
Binary110011111110111110101
Octal147173165

Shades and tints

Shades of #677B75

#677B75
(103,123,117)
#5E706B
(94,112,107)
#556561
(85,101,97)
#4C5A57
(76,90,87)
#434F4D
(67,79,77)
#3A4443
(58,68,67)
#313939
(49,57,57)
#282E2F
(40,46,47)
#1F2325
(31,35,37)
#16181B
(22,24,27)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #677B75

#677B75
(103,123,117)
#748781
(116,135,129)
#81938D
(129,147,141)
#8E9F99
(142,159,153)
#9BABA5
(155,171,165)
#A8B7B1
(168,183,177)
#B5C3BD
(181,195,189)
#C2CFC9
(194,207,201)
#CFDBD5
(207,219,213)
#DCE7E1
(220,231,225)
#E9F3ED
(233,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677B75 color. Also use rgb(103,123,117) instead hex code.

Text Font Color

.myTextColor { color: #677B75; }

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

This text font color is #677B75.


Background Color

.myBgColor { background-color: #677B75; }

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

This div background color is #677B75.


Border color

.myBorderColor { border: 1px solid #677B75; }

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

This div border color is #677B75.


Opacity

.myOpacity80 { color: #677B75; opacity: 0.8; }

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

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

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

This text has shadow with #677B75 color.

.textShadow {text-shadow: 3px 3px 1px #677B75, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677B75 on black background.


Color preview on white background

This text has color #677B75 on white background.



Black color preview on #677B75 background

This text has black color on #677B75 background.


White color preview on #677B75 background

This text has white color on #677B75 background.