COLOR #677975

HEX: #677975
RGB: (103,121,117)

Color info

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

RGB color model

#677975 color RGB value is (103,121,117).

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

RGB channels and saturation

R 103 of 255 = 40%
G 121 of 255 = 47%
B 117 of 255 = 46%

103
121
117

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

Portions of RGB colors in percentages

R + G + B =
103 + 121 + 117 = 341 (100%)
R 103 of 341 ~ 30.21%
G 121 of 341 ~ 35.48%
B 117 of 341 ~ 34.31%

%30.21
%35.48
%34.31

CMYK color model

#677975 color CMYK value is (15,0,3,53).

  • cyan value is 14.88%
  • magenta value is 0.00%
  • yellow value is 3.31%
  • key color value is 52.55%
CMYK:
(15,0,3,53)
C15M0Y3K53 
(15%,0%,3%,53%)
(0.15/0.00/0.03/0.53)	

CMYK percentages

%14.88
%0
%3.31
%52.55

Codes

Color #677975 in popluar color models

677975
RGB103121117
HSL167°8.04%43.92%
HSB/HSV167°14.88%47.45%
CMYK14.88%0.00%3.31%
52.55%

Color #677975 in popluar number systems.

HEX677975
Decimal103121117
Binary110011111110011110101
Octal147171165

Shades and tints

Shades of #677975

#677975
(103,121,117)
#5E6E6B
(94,110,107)
#556361
(85,99,97)
#4C5857
(76,88,87)
#434D4D
(67,77,77)
#3A4243
(58,66,67)
#313739
(49,55,57)
#282C2F
(40,44,47)
#1F2125
(31,33,37)
#16161B
(22,22,27)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #677975

#677975
(103,121,117)
#748581
(116,133,129)
#81918D
(129,145,141)
#8E9D99
(142,157,153)
#9BA9A5
(155,169,165)
#A8B5B1
(168,181,177)
#B5C1BD
(181,193,189)
#C2CDC9
(194,205,201)
#CFD9D5
(207,217,213)
#DCE5E1
(220,229,225)
#E9F1ED
(233,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677975; }

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

This text font color is #677975.


Background Color

.myBgColor { background-color: #677975; }

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

This div background color is #677975.


Border color

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

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

This div border color is #677975.


Opacity

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

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

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

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

This text has shadow with #677975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677975 on black background.


Color preview on white background

This text has color #677975 on white background.



Black color preview on #677975 background

This text has black color on #677975 background.


White color preview on #677975 background

This text has white color on #677975 background.