COLOR #75796E

HEX: #75796E
RGB: (117,121,110)

Color info

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

RGB color model

#75796E color RGB value is (117,121,110).

  • red value is 117;
  • green value is 121;
  • blue value is 110.
RGB:
(117,121,110)
(46%,47%,43%)

RGB channels and saturation

R 117 of 255 = 46%
G 121 of 255 = 47%
B 110 of 255 = 43%

117
121
110

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

Portions of RGB colors in percentages

R + G + B =
117 + 121 + 110 = 348 (100%)
R 117 of 348 ~ 33.62%
G 121 of 348 ~ 34.77%
B 110 of 348 ~ 31.61%

%33.62
%34.77
%31.61

CMYK color model

#75796E color CMYK value is (3,0,9,53).

  • cyan value is 3.31%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 52.55%
CMYK:
(3,0,9,53)
C3M0Y9K53 
(3%,0%,9%,53%)
(0.03/0.00/0.09/0.53)	

CMYK percentages

%3.31
%0
%9.09
%52.55

Codes

Color #75796E in popluar color models

75796E
RGB117121110
HSL82°4.76%45.29%
HSB/HSV82°9.09%47.45%
CMYK3.31%0.00%9.09%
52.55%

Color #75796E in popluar number systems.

HEX75796E
Decimal117121110
Binary111010111110011101110
Octal165171156

Shades and tints

Shades of #75796E

#75796E
(117,121,110)
#6B6E64
(107,110,100)
#61635A
(97,99,90)
#575850
(87,88,80)
#4D4D46
(77,77,70)
#43423C
(67,66,60)
#393732
(57,55,50)
#2F2C28
(47,44,40)
#25211E
(37,33,30)
#1B1614
(27,22,20)
#110B0A
(17,11,10)
#000000
(0,0,0)

Tints of #75796E

#75796E
(117,121,110)
#81857B
(129,133,123)
#8D9188
(141,145,136)
#999D95
(153,157,149)
#A5A9A2
(165,169,162)
#B1B5AF
(177,181,175)
#BDC1BC
(189,193,188)
#C9CDC9
(201,205,201)
#D5D9D6
(213,217,214)
#E1E5E3
(225,229,227)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75796E color. Also use rgb(117,121,110) instead hex code.

Text Font Color

.myTextColor { color: #75796E; }

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

This text font color is #75796E.


Background Color

.myBgColor { background-color: #75796E; }

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

This div background color is #75796E.


Border color

.myBorderColor { border: 1px solid #75796E; }

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

This div border color is #75796E.


Opacity

.myOpacity80 { color: #75796E; opacity: 0.8; }

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

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

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

This text has shadow with #75796E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75796E on black background.


Color preview on white background

This text has color #75796E on white background.



Black color preview on #75796E background

This text has black color on #75796E background.


White color preview on #75796E background

This text has white color on #75796E background.