COLOR #75726B

HEX: #75726B
RGB: (117,114,107)

Color info

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

RGB color model

#75726B color RGB value is (117,114,107).

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

RGB channels and saturation

R 117 of 255 = 46%
G 114 of 255 = 45%
B 107 of 255 = 42%

117
114
107

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

Portions of RGB colors in percentages

R + G + B =
117 + 114 + 107 = 338 (100%)
R 117 of 338 ~ 34.62%
G 114 of 338 ~ 33.73%
B 107 of 338 ~ 31.66%

%34.62
%33.73
%31.66

CMYK color model

#75726B color CMYK value is (0,3,9,54).

  • cyan value is 0.00%
  • magenta value is 2.56%
  • yellow value is 8.55%
  • key color value is 54.12%
CMYK:
(0,3,9,54)
C0M3Y9K54 
(0%,3%,9%,54%)
(0.00/0.03/0.09/0.54)	

CMYK percentages

%0
%2.56
%8.55
%54.12

Codes

Color #75726B in popluar color models

75726B
RGB117114107
HSL42°4.46%43.92%
HSB/HSV42°8.55%45.88%
CMYK0.00%2.56%8.55%
54.12%

Color #75726B in popluar number systems.

HEX75726B
Decimal117114107
Binary111010111100101101011
Octal165162153

Shades and tints

Shades of #75726B

#75726B
(117,114,107)
#6B6862
(107,104,98)
#615E59
(97,94,89)
#575450
(87,84,80)
#4D4A47
(77,74,71)
#43403E
(67,64,62)
#393635
(57,54,53)
#2F2C2C
(47,44,44)
#252223
(37,34,35)
#1B181A
(27,24,26)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #75726B

#75726B
(117,114,107)
#817E78
(129,126,120)
#8D8A85
(141,138,133)
#999692
(153,150,146)
#A5A29F
(165,162,159)
#B1AEAC
(177,174,172)
#BDBAB9
(189,186,185)
#C9C6C6
(201,198,198)
#D5D2D3
(213,210,211)
#E1DEE0
(225,222,224)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75726B; }

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

This text font color is #75726B.


Background Color

.myBgColor { background-color: #75726B; }

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

This div background color is #75726B.


Border color

.myBorderColor { border: 1px solid #75726B; }

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

This div border color is #75726B.


Opacity

.myOpacity80 { color: #75726B; opacity: 0.8; }

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

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

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

This text has shadow with #75726B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75726B on black background.


Color preview on white background

This text has color #75726B on white background.



Black color preview on #75726B background

This text has black color on #75726B background.


White color preview on #75726B background

This text has white color on #75726B background.