COLOR #75796C

HEX: #75796C
RGB: (117,121,108)

Color info

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

RGB color model

#75796C color RGB value is (117,121,108).

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

RGB channels and saturation

R 117 of 255 = 46%
G 121 of 255 = 47%
B 108 of 255 = 42%

117
121
108

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

Portions of RGB colors in percentages

R + G + B =
117 + 121 + 108 = 346 (100%)
R 117 of 346 ~ 33.82%
G 121 of 346 ~ 34.97%
B 108 of 346 ~ 31.21%

%33.82
%34.97
%31.21

CMYK color model

#75796C color CMYK value is (3,0,11,53).

  • cyan value is 3.31%
  • magenta value is 0.00%
  • yellow value is 10.74%
  • key color value is 52.55%
CMYK:
(3,0,11,53)
C3M0Y11K53 
(3%,0%,11%,53%)
(0.03/0.00/0.11/0.53)	

CMYK percentages

%3.31
%0
%10.74
%52.55

Codes

Color #75796C in popluar color models

75796C
RGB117121108
HSL78°5.68%44.90%
HSB/HSV78°10.74%47.45%
CMYK3.31%0.00%10.74%
52.55%

Color #75796C in popluar number systems.

HEX75796C
Decimal117121108
Binary111010111110011101100
Octal165171154

Shades and tints

Shades of #75796C

#75796C
(117,121,108)
#6B6E63
(107,110,99)
#61635A
(97,99,90)
#575851
(87,88,81)
#4D4D48
(77,77,72)
#43423F
(67,66,63)
#393736
(57,55,54)
#2F2C2D
(47,44,45)
#252124
(37,33,36)
#1B161B
(27,22,27)
#110B12
(17,11,18)
#000000
(0,0,0)

Tints of #75796C

#75796C
(117,121,108)
#818579
(129,133,121)
#8D9186
(141,145,134)
#999D93
(153,157,147)
#A5A9A0
(165,169,160)
#B1B5AD
(177,181,173)
#BDC1BA
(189,193,186)
#C9CDC7
(201,205,199)
#D5D9D4
(213,217,212)
#E1E5E1
(225,229,225)
#EDF1EE
(237,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75796C; }

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

This text font color is #75796C.


Background Color

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

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

This div background color is #75796C.


Border color

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

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

This div border color is #75796C.


Opacity

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

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

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

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

This text has shadow with #75796C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75796C on black background.


Color preview on white background

This text has color #75796C on white background.



Black color preview on #75796C background

This text has black color on #75796C background.


White color preview on #75796C background

This text has white color on #75796C background.