COLOR #767572

HEX: #767572
RGB: (118,117,114)

Color info

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

RGB color model

#767572 color RGB value is (118,117,114).

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

RGB channels and saturation

R 118 of 255 = 46%
G 117 of 255 = 46%
B 114 of 255 = 45%

118
117
114

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

Portions of RGB colors in percentages

R + G + B =
118 + 117 + 114 = 349 (100%)
R 118 of 349 ~ 33.81%
G 117 of 349 ~ 33.52%
B 114 of 349 ~ 32.66%

%33.81
%33.52
%32.66

CMYK color model

#767572 color CMYK value is (0,1,3,54).

  • cyan value is 0.00%
  • magenta value is 0.85%
  • yellow value is 3.39%
  • key color value is 53.73%
CMYK:
(0,1,3,54)
C0M1Y3K54 
(0%,1%,3%,54%)
(0.00/0.01/0.03/0.54)	

CMYK percentages

%0
%0.85
%3.39
%53.73

Codes

Color #767572 in popluar color models

767572
RGB118117114
HSL45°1.72%45.49%
HSB/HSV45°3.39%46.27%
CMYK0.00%0.85%3.39%
53.73%

Color #767572 in popluar number systems.

HEX767572
Decimal118117114
Binary111011011101011110010
Octal166165162

Shades and tints

Shades of #767572

#767572
(118,117,114)
#6C6B68
(108,107,104)
#62615E
(98,97,94)
#585754
(88,87,84)
#4E4D4A
(78,77,74)
#444340
(68,67,64)
#3A3936
(58,57,54)
#302F2C
(48,47,44)
#262522
(38,37,34)
#1C1B18
(28,27,24)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #767572

#767572
(118,117,114)
#82817E
(130,129,126)
#8E8D8A
(142,141,138)
#9A9996
(154,153,150)
#A6A5A2
(166,165,162)
#B2B1AE
(178,177,174)
#BEBDBA
(190,189,186)
#CAC9C6
(202,201,198)
#D6D5D2
(214,213,210)
#E2E1DE
(226,225,222)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767572; }

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

This text font color is #767572.


Background Color

.myBgColor { background-color: #767572; }

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

This div background color is #767572.


Border color

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

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

This div border color is #767572.


Opacity

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

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

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

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

This text has shadow with #767572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767572 on black background.


Color preview on white background

This text has color #767572 on white background.



Black color preview on #767572 background

This text has black color on #767572 background.


White color preview on #767572 background

This text has white color on #767572 background.