COLOR #66757A

HEX: #66757A
RGB: (102,117,122)

Color info

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

RGB color model

#66757A color RGB value is (102,117,122).

  • red value is 102;
  • green value is 117;
  • blue value is 122.
RGB:
(102,117,122)
(40%,46%,48%)

RGB channels and saturation

R 102 of 255 = 40%
G 117 of 255 = 46%
B 122 of 255 = 48%

102
117
122

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

Portions of RGB colors in percentages

R + G + B =
102 + 117 + 122 = 341 (100%)
R 102 of 341 ~ 29.91%
G 117 of 341 ~ 34.31%
B 122 of 341 ~ 35.78%

%29.91
%34.31
%35.78

CMYK color model

#66757A color CMYK value is (16,4,0,52).

  • cyan value is 16.39%
  • magenta value is 4.10%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(16,4,0,52)
C16M4Y0K52 
(16%,4%,0%,52%)
(0.16/0.04/0.00/0.52)	

CMYK percentages

%16.39
%4.1
%0
%52.16

Codes

Color #66757A in popluar color models

66757A
RGB102117122
HSL195°8.93%43.92%
HSB/HSV195°16.39%47.84%
CMYK16.39%4.10%0.00%
52.16%

Color #66757A in popluar number systems.

HEX66757A
Decimal102117122
Binary110011011101011111010
Octal146165172

Shades and tints

Shades of #66757A

#66757A
(102,117,122)
#5D6B6F
(93,107,111)
#546164
(84,97,100)
#4B5759
(75,87,89)
#424D4E
(66,77,78)
#394343
(57,67,67)
#303938
(48,57,56)
#272F2D
(39,47,45)
#1E2522
(30,37,34)
#151B17
(21,27,23)
#0C110C
(12,17,12)
#000000
(0,0,0)

Tints of #66757A

#66757A
(102,117,122)
#738186
(115,129,134)
#808D92
(128,141,146)
#8D999E
(141,153,158)
#9AA5AA
(154,165,170)
#A7B1B6
(167,177,182)
#B4BDC2
(180,189,194)
#C1C9CE
(193,201,206)
#CED5DA
(206,213,218)
#DBE1E6
(219,225,230)
#E8EDF2
(232,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66757A color. Also use rgb(102,117,122) instead hex code.

Text Font Color

.myTextColor { color: #66757A; }

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

This text font color is #66757A.


Background Color

.myBgColor { background-color: #66757A; }

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

This div background color is #66757A.


Border color

.myBorderColor { border: 1px solid #66757A; }

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

This div border color is #66757A.


Opacity

.myOpacity80 { color: #66757A; opacity: 0.8; }

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

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

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

This text has shadow with #66757A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66757A on black background.


Color preview on white background

This text has color #66757A on white background.



Black color preview on #66757A background

This text has black color on #66757A background.


White color preview on #66757A background

This text has white color on #66757A background.