COLOR #767775

HEX: #767775
RGB: (118,119,117)

Color info

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

RGB color model

#767775 color RGB value is (118,119,117).

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

RGB channels and saturation

R 118 of 255 = 46%
G 119 of 255 = 47%
B 117 of 255 = 46%

118
119
117

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

Portions of RGB colors in percentages

R + G + B =
118 + 119 + 117 = 354 (100%)
R 118 of 354 ~ 33.33%
G 119 of 354 ~ 33.62%
B 117 of 354 ~ 33.05%

%33.33
%33.62
%33.05

CMYK color model

#767775 color CMYK value is (1,0,2,53).

  • cyan value is 0.84%
  • magenta value is 0.00%
  • yellow value is 1.68%
  • key color value is 53.33%
CMYK:
(1,0,2,53)
C1M0Y2K53 
(1%,0%,2%,53%)
(0.01/0.00/0.02/0.53)	

CMYK percentages

%0.84
%0
%1.68
%53.33

Codes

Color #767775 in popluar color models

767775
RGB118119117
HSL90°0.85%46.27%
HSB/HSV90°1.68%46.67%
CMYK0.84%0.00%1.68%
53.33%

Color #767775 in popluar number systems.

HEX767775
Decimal118119117
Binary111011011101111110101
Octal166167165

Shades and tints

Shades of #767775

#767775
(118,119,117)
#6C6D6B
(108,109,107)
#626361
(98,99,97)
#585957
(88,89,87)
#4E4F4D
(78,79,77)
#444543
(68,69,67)
#3A3B39
(58,59,57)
#30312F
(48,49,47)
#262725
(38,39,37)
#1C1D1B
(28,29,27)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #767775

#767775
(118,119,117)
#828381
(130,131,129)
#8E8F8D
(142,143,141)
#9A9B99
(154,155,153)
#A6A7A5
(166,167,165)
#B2B3B1
(178,179,177)
#BEBFBD
(190,191,189)
#CACBC9
(202,203,201)
#D6D7D5
(214,215,213)
#E2E3E1
(226,227,225)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767775; }

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

This text font color is #767775.


Background Color

.myBgColor { background-color: #767775; }

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

This div background color is #767775.


Border color

.myBorderColor { border: 1px solid #767775; }

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

This div border color is #767775.


Opacity

.myOpacity80 { color: #767775; opacity: 0.8; }

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

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

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

This text has shadow with #767775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767775 on black background.


Color preview on white background

This text has color #767775 on white background.



Black color preview on #767775 background

This text has black color on #767775 background.


White color preview on #767775 background

This text has white color on #767775 background.