COLOR #6A7D7A

HEX: #6A7D7A
RGB: (106,125,122)

Color info

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

RGB color model

#6A7D7A color RGB value is (106,125,122).

  • red value is 106;
  • green value is 125;
  • blue value is 122.
RGB:
(106,125,122)
(42%,49%,48%)

RGB channels and saturation

R 106 of 255 = 42%
G 125 of 255 = 49%
B 122 of 255 = 48%

106
125
122

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

Portions of RGB colors in percentages

R + G + B =
106 + 125 + 122 = 353 (100%)
R 106 of 353 ~ 30.03%
G 125 of 353 ~ 35.41%
B 122 of 353 ~ 34.56%

%30.03
%35.41
%34.56

CMYK color model

#6A7D7A color CMYK value is (15,0,2,51).

  • cyan value is 15.20%
  • magenta value is 0.00%
  • yellow value is 2.40%
  • key color value is 50.98%
CMYK:
(15,0,2,51)
C15M0Y2K51 
(15%,0%,2%,51%)
(0.15/0.00/0.02/0.51)	

CMYK percentages

%15.2
%0
%2.4
%50.98

Codes

Color #6A7D7A in popluar color models

6A7D7A
RGB106125122
HSL171°8.23%45.29%
HSB/HSV171°15.20%49.02%
CMYK15.20%0.00%2.40%
50.98%

Color #6A7D7A in popluar number systems.

HEX6A7D7A
Decimal106125122
Binary110101011111011111010
Octal152175172

Shades and tints

Shades of #6A7D7A

#6A7D7A
(106,125,122)
#61726F
(97,114,111)
#586764
(88,103,100)
#4F5C59
(79,92,89)
#46514E
(70,81,78)
#3D4643
(61,70,67)
#343B38
(52,59,56)
#2B302D
(43,48,45)
#222522
(34,37,34)
#191A17
(25,26,23)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #6A7D7A

#6A7D7A
(106,125,122)
#778886
(119,136,134)
#849392
(132,147,146)
#919E9E
(145,158,158)
#9EA9AA
(158,169,170)
#ABB4B6
(171,180,182)
#B8BFC2
(184,191,194)
#C5CACE
(197,202,206)
#D2D5DA
(210,213,218)
#DFE0E6
(223,224,230)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A7D7A color. Also use rgb(106,125,122) instead hex code.

Text Font Color

.myTextColor { color: #6A7D7A; }

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

This text font color is #6A7D7A.


Background Color

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

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

This div background color is #6A7D7A.


Border color

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

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

This div border color is #6A7D7A.


Opacity

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

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

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

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

This text has shadow with #6A7D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7D7A on black background.


Color preview on white background

This text has color #6A7D7A on white background.



Black color preview on #6A7D7A background

This text has black color on #6A7D7A background.


White color preview on #6A7D7A background

This text has white color on #6A7D7A background.