COLOR #67767A

HEX: #67767A
RGB: (103,118,122)

Color info

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

RGB color model

#67767A color RGB value is (103,118,122).

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

RGB channels and saturation

R 103 of 255 = 40%
G 118 of 255 = 46%
B 122 of 255 = 48%

103
118
122

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

Portions of RGB colors in percentages

R + G + B =
103 + 118 + 122 = 343 (100%)
R 103 of 343 ~ 30.03%
G 118 of 343 ~ 34.4%
B 122 of 343 ~ 35.57%

%30.03
%34.4
%35.57

CMYK color model

#67767A color CMYK value is (16,3,0,52).

  • cyan value is 15.57%
  • magenta value is 3.28%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(16,3,0,52)
C16M3Y0K52 
(16%,3%,0%,52%)
(0.16/0.03/0.00/0.52)	

CMYK percentages

%15.57
%3.28
%0
%52.16

Codes

Color #67767A in popluar color models

67767A
RGB103118122
HSL193°8.44%44.12%
HSB/HSV193°15.57%47.84%
CMYK15.57%3.28%0.00%
52.16%

Color #67767A in popluar number systems.

HEX67767A
Decimal103118122
Binary110011111101101111010
Octal147166172

Shades and tints

Shades of #67767A

#67767A
(103,118,122)
#5E6C6F
(94,108,111)
#556264
(85,98,100)
#4C5859
(76,88,89)
#434E4E
(67,78,78)
#3A4443
(58,68,67)
#313A38
(49,58,56)
#28302D
(40,48,45)
#1F2622
(31,38,34)
#161C17
(22,28,23)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #67767A

#67767A
(103,118,122)
#748286
(116,130,134)
#818E92
(129,142,146)
#8E9A9E
(142,154,158)
#9BA6AA
(155,166,170)
#A8B2B6
(168,178,182)
#B5BEC2
(181,190,194)
#C2CACE
(194,202,206)
#CFD6DA
(207,214,218)
#DCE2E6
(220,226,230)
#E9EEF2
(233,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67767A color. Also use rgb(103,118,122) instead hex code.

Text Font Color

.myTextColor { color: #67767A; }

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

This text font color is #67767A.


Background Color

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

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

This div background color is #67767A.


Border color

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

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

This div border color is #67767A.


Opacity

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

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

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

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

This text has shadow with #67767A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67767A on black background.


Color preview on white background

This text has color #67767A on white background.



Black color preview on #67767A background

This text has black color on #67767A background.


White color preview on #67767A background

This text has white color on #67767A background.