COLOR #6A7775

HEX: #6A7775
RGB: (106,119,117)

Color info

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

RGB color model

#6A7775 color RGB value is (106,119,117).

  • red value is 106;
  • green value is 119;
  • blue value is 117.
RGB:
(106,119,117)
(42%,47%,46%)

RGB channels and saturation

R 106 of 255 = 42%
G 119 of 255 = 47%
B 117 of 255 = 46%

106
119
117

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

Portions of RGB colors in percentages

R + G + B =
106 + 119 + 117 = 342 (100%)
R 106 of 342 ~ 30.99%
G 119 of 342 ~ 34.8%
B 117 of 342 ~ 34.21%

%30.99
%34.8
%34.21

CMYK color model

#6A7775 color CMYK value is (11,0,2,53).

  • cyan value is 10.92%
  • magenta value is 0.00%
  • yellow value is 1.68%
  • key color value is 53.33%
CMYK:
(11,0,2,53)
C11M0Y2K53 
(11%,0%,2%,53%)
(0.11/0.00/0.02/0.53)	

CMYK percentages

%10.92
%0
%1.68
%53.33

Codes

Color #6A7775 in popluar color models

6A7775
RGB106119117
HSL171°5.78%44.12%
HSB/HSV171°10.92%46.67%
CMYK10.92%0.00%1.68%
53.33%

Color #6A7775 in popluar number systems.

HEX6A7775
Decimal106119117
Binary110101011101111110101
Octal152167165

Shades and tints

Shades of #6A7775

#6A7775
(106,119,117)
#616D6B
(97,109,107)
#586361
(88,99,97)
#4F5957
(79,89,87)
#464F4D
(70,79,77)
#3D4543
(61,69,67)
#343B39
(52,59,57)
#2B312F
(43,49,47)
#222725
(34,39,37)
#191D1B
(25,29,27)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #6A7775

#6A7775
(106,119,117)
#778381
(119,131,129)
#848F8D
(132,143,141)
#919B99
(145,155,153)
#9EA7A5
(158,167,165)
#ABB3B1
(171,179,177)
#B8BFBD
(184,191,189)
#C5CBC9
(197,203,201)
#D2D7D5
(210,215,213)
#DFE3E1
(223,227,225)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A7775 color. Also use rgb(106,119,117) instead hex code.

Text Font Color

.myTextColor { color: #6A7775; }

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

This text font color is #6A7775.


Background Color

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

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

This div background color is #6A7775.


Border color

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

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

This div border color is #6A7775.


Opacity

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

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

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

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

This text has shadow with #6A7775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7775 on black background.


Color preview on white background

This text has color #6A7775 on white background.



Black color preview on #6A7775 background

This text has black color on #6A7775 background.


White color preview on #6A7775 background

This text has white color on #6A7775 background.