COLOR #687A82

HEX: #687A82 RGB: (104,122,130)

Color info

#687A82 contains red, green and blue colors in about the same proportion. Web safe color of #687A82 is #666699 (or #669).

RGB color model

#687A82 color RGB value is (104,122,130).

RGB: (104,122,130) (41%, 48%, 51%)

RGB channels and saturation

R 104 of 255 = 41%
G 122 of 255 = 48%
B 130 of 255 = 51%

104
122
130

R + G + B ~ 47%. #687A82 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 122 + 130 = 356 (100%)
R 104 of 356 ~ 29.21%
G 122 of 356 ~ 34.27%
B 130 of 356 ~ 36.52'%

%29.21
%34.27
%36.52

CMYK color model

#687A82 color CMYK value is (20,6,0,49).

  • cyan value is 20.00%
  • magenta value is 6.15%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (20,6,0,49)
C20M6Y0K49 (20%, 6%, 0%, 49%)
(0.20 / 0.06 / 0.00 / 0.49)

CMYK percentages

%20
%6.15
%0
%49.02

Codes

Color #687A82 in popluar color models

68 7A 82
RGB 104 122 130
HSL 198° 11.11% 45.88%
HSB/HSV 198° 20.00% 50.98%
CMYK 20.00% 6.15% 0.00%
49.02%

Color #687A82 in popluar number systems.

HEX 68 7A 82
Decimal 104 122 130
Binary 1101000 1111010 10000010
Octal 150 172 202

Shades and tints

Shades of #687A82

#687A82
(104,122,130)
#5F6F77
(95,111,119)
#56646C
(86,100,108)
#4D5961
(77,89,97)
#444E56
(68,78,86)
#3B434B
(59,67,75)
#323840
(50,56,64)
#292D35
(41,45,53)
#20222A
(32,34,42)
#17171F
(23,23,31)
#0E0C14
(14,12,20)
#000000
(0,0,0)

Tints of #687A82

#687A82
(104,122,130)
#75868D
(117,134,141)
#829298
(130,146,152)
#8F9EA3
(143,158,163)
#9CAAAE
(156,170,174)
#A9B6B9
(169,182,185)
#B6C2C4
(182,194,196)
#C3CECF
(195,206,207)
#D0DADA
(208,218,218)
#DDE6E5
(221,230,229)
#EAF2F0
(234,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687A82 color. Also use rgb(104,122,130) instead hex code.

Text Font Color

.myTextColor { color: #687A82; }

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

This text font color is #687A82.

Background Color

.myBgColor { background-color: #687A82; }

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

This div background color is #687A82.

Border color

.myBorderColor { border: 1px solid #687A82; }

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

This div border color is #687A82.

Opacity

.myOpacity80 { color: #687A82; opacity: 0.8; }

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

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

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

This text has shadow with #687A82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #687A82.

Preview

Color preview on black background

This text has color #687A82 on black background.


Color preview on white background

This text has color #687A82 on white background.


Black color preview on #687A82 background

This text has black color on #687A82 background.


White color preview on #687A82 background

This text has white color on #687A82 background.


Related colors

Complementary color

Complementary color for #hex is #97857D.


I love getcolorcode.com

Triadic colors

1 #82687A and #7A8268 with #687A82 are triadic colors.

2 #827A68 and #7A6882 with #687A82 are triadic colors.