COLOR #677768

HEX: #677768
RGB: (103,119,104)

Color info

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

RGB color model

#677768 color RGB value is (103,119,104).

  • red value is 103;
  • green value is 119;
  • blue value is 104.
RGB:
(103,119,104)
(40%,47%,41%)

RGB channels and saturation

R 103 of 255 = 40%
G 119 of 255 = 47%
B 104 of 255 = 41%

103
119
104

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

Portions of RGB colors in percentages

R + G + B =
103 + 119 + 104 = 326 (100%)
R 103 of 326 ~ 31.6%
G 119 of 326 ~ 36.5%
B 104 of 326 ~ 31.9%

%31.6
%36.5
%31.9

CMYK color model

#677768 color CMYK value is (13,0,13,53).

  • cyan value is 13.45%
  • magenta value is 0.00%
  • yellow value is 12.61%
  • key color value is 53.33%
CMYK:
(13,0,13,53)
C13M0Y13K53 
(13%,0%,13%,53%)
(0.13/0.00/0.13/0.53)	

CMYK percentages

%13.45
%0
%12.61
%53.33

Codes

Color #677768 in popluar color models

677768
RGB103119104
HSL124°7.21%43.53%
HSB/HSV124°13.45%46.67%
CMYK13.45%0.00%12.61%
53.33%

Color #677768 in popluar number systems.

HEX677768
Decimal103119104
Binary110011111101111101000
Octal147167150

Shades and tints

Shades of #677768

#677768
(103,119,104)
#5E6D5F
(94,109,95)
#556356
(85,99,86)
#4C594D
(76,89,77)
#434F44
(67,79,68)
#3A453B
(58,69,59)
#313B32
(49,59,50)
#283129
(40,49,41)
#1F2720
(31,39,32)
#161D17
(22,29,23)
#0D130E
(13,19,14)
#000000
(0,0,0)

Tints of #677768

#677768
(103,119,104)
#748375
(116,131,117)
#818F82
(129,143,130)
#8E9B8F
(142,155,143)
#9BA79C
(155,167,156)
#A8B3A9
(168,179,169)
#B5BFB6
(181,191,182)
#C2CBC3
(194,203,195)
#CFD7D0
(207,215,208)
#DCE3DD
(220,227,221)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677768 color. Also use rgb(103,119,104) instead hex code.

Text Font Color

.myTextColor { color: #677768; }

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

This text font color is #677768.


Background Color

.myBgColor { background-color: #677768; }

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

This div background color is #677768.


Border color

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

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

This div border color is #677768.


Opacity

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

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

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

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

This text has shadow with #677768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677768 on black background.


Color preview on white background

This text has color #677768 on white background.



Black color preview on #677768 background

This text has black color on #677768 background.


White color preview on #677768 background

This text has white color on #677768 background.