COLOR #6E7A78

HEX: #6E7A78 RGB: (110,122,120)

Color info

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

RGB color model

#6E7A78 color RGB value is (110,122,120).

RGB: (110,122,120) (43%, 48%, 47%)

RGB channels and saturation

R 110 of 255 = 43%
G 122 of 255 = 48%
B 120 of 255 = 47%

110
122
120

R + G + B ~ 46%. #6E7A78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 110 + 122 + 120 = 352 (100%)
R 110 of 352 ~ 31.25%
G 122 of 352 ~ 34.66%
B 120 of 352 ~ 34.09'%

%31.25
%34.66
%34.09

CMYK color model

#6E7A78 color CMYK value is (10,0,2,52).

  • cyan value is 9.84%
  • magenta value is 0.00%
  • yellow value is 1.64%
  • key color value is 52.16%

CMYK: (10,0,2,52)
C10M0Y2K52 (10%, 0%, 2%, 52%)
(0.10 / 0.00 / 0.02 / 0.52)

CMYK percentages

%9.84
%0
%1.64
%52.16

Codes

Color #6E7A78 in popluar color models

6E 7A 78
RGB 110 122 120
HSL 170° 5.17% 45.49%
HSB/HSV 170° 9.84% 47.84%
CMYK 9.84% 0.00% 1.64%
52.16%

Color #6E7A78 in popluar number systems.

HEX 6E 7A 78
Decimal 110 122 120
Binary 1101110 1111010 1111000
Octal 156 172 170

Shades and tints

Shades of #6E7A78

#6E7A78
(110,122,120)
#646F6E
(100,111,110)
#5A6464
(90,100,100)
#50595A
(80,89,90)
#464E50
(70,78,80)
#3C4346
(60,67,70)
#32383C
(50,56,60)
#282D32
(40,45,50)
#1E2228
(30,34,40)
#14171E
(20,23,30)
#0A0C14
(10,12,20)
#000000
(0,0,0)

Tints of #6E7A78

#6E7A78
(110,122,120)
#7B8684
(123,134,132)
#889290
(136,146,144)
#959E9C
(149,158,156)
#A2AAA8
(162,170,168)
#AFB6B4
(175,182,180)
#BCC2C0
(188,194,192)
#C9CECC
(201,206,204)
#D6DAD8
(214,218,216)
#E3E6E4
(227,230,228)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7A78 color. Also use rgb(110,122,120) instead hex code.

Text Font Color

.myTextColor { color: #6E7A78; }

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

This text font color is #6E7A78.

Background Color

.myBgColor { background-color: #6E7A78; }

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

This div background color is #6E7A78.

Border color

.myBorderColor { border: 1px solid #6E7A78; }

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

This div border color is #6E7A78.

Opacity

.myOpacity80 { color: #6E7A78; opacity: 0.8; }

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

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

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

This text has shadow with #6E7A78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E7A78.

Preview

Color preview on black background

This text has color #6E7A78 on black background.


Color preview on white background

This text has color #6E7A78 on white background.


Black color preview on #6E7A78 background

This text has black color on #6E7A78 background.


White color preview on #6E7A78 background

This text has white color on #6E7A78 background.


Related colors

Complementary color

Complementary color for #hex is #918587.


I love getcolorcode.com

Triadic colors

1 #786E7A and #7A786E with #6E7A78 are triadic colors.

2 #787A6E and #7A6E78 with #6E7A78 are triadic colors.