COLOR #677A70

HEX: #677A70 RGB: (103,122,112)

Color info

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

RGB color model

#677A70 color RGB value is (103,122,112).

RGB: (103,122,112) (40%, 48%, 44%)

RGB channels and saturation

R 103 of 255 = 40%
G 122 of 255 = 48%
B 112 of 255 = 44%

103
122
112

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

Portions of RGB colors in percentages

R + G + B = 103 + 122 + 112 = 337 (100%)
R 103 of 337 ~ 30.56%
G 122 of 337 ~ 36.2%
B 112 of 337 ~ 33.23'%

%30.56
%36.2
%33.23

CMYK color model

#677A70 color CMYK value is (16,0,8,52).

  • cyan value is 15.57%
  • magenta value is 0.00%
  • yellow value is 8.20%
  • key color value is 52.16%

CMYK: (16,0,8,52)
C16M0Y8K52 (16%, 0%, 8%, 52%)
(0.16 / 0.00 / 0.08 / 0.52)

CMYK percentages

%15.57
%0
%8.2
%52.16

Codes

Color #677A70 in popluar color models

67 7A 70
RGB 103 122 112
HSL 148° 8.44% 44.12%
HSB/HSV 148° 15.57% 47.84%
CMYK 15.57% 0.00% 8.20%
52.16%

Color #677A70 in popluar number systems.

HEX 67 7A 70
Decimal 103 122 112
Binary 1100111 1111010 1110000
Octal 147 172 160

Shades and tints

Shades of #677A70

#677A70
(103,122,112)
#5E6F66
(94,111,102)
#55645C
(85,100,92)
#4C5952
(76,89,82)
#434E48
(67,78,72)
#3A433E
(58,67,62)
#313834
(49,56,52)
#282D2A
(40,45,42)
#1F2220
(31,34,32)
#161716
(22,23,22)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #677A70

#677A70
(103,122,112)
#74867D
(116,134,125)
#81928A
(129,146,138)
#8E9E97
(142,158,151)
#9BAAA4
(155,170,164)
#A8B6B1
(168,182,177)
#B5C2BE
(181,194,190)
#C2CECB
(194,206,203)
#CFDAD8
(207,218,216)
#DCE6E5
(220,230,229)
#E9F2F2
(233,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677A70 color. Also use rgb(103,122,112) instead hex code.

Text Font Color

.myTextColor { color: #677A70; }

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

This text font color is #677A70.

Background Color

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

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

This div background color is #677A70.

Border color

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

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

This div border color is #677A70.

Opacity

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

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

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

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

This text has shadow with #677A70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #677A70.

Preview

Color preview on black background

This text has color #677A70 on black background.


Color preview on white background

This text has color #677A70 on white background.


Black color preview on #677A70 background

This text has black color on #677A70 background.


White color preview on #677A70 background

This text has white color on #677A70 background.


Related colors

Complementary color

Complementary color for #hex is #98858F.


I love getcolorcode.com

Triadic colors

1 #70677A and #7A7067 with #677A70 are triadic colors.

2 #707A67 and #7A6770 with #677A70 are triadic colors.