COLOR #75794F

HEX: #75794F
RGB: (117,121,79)

Color info

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

RGB color model

#75794F color RGB value is (117,121,79).

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

RGB channels and saturation

R 117 of 255 = 46%
G 121 of 255 = 47%
B 79 of 255 = 31%

117
121
79

R + G + B ~ 41%. #75794F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 121 + 79 = 317 (100%)
R 117 of 317 ~ 36.91%
G 121 of 317 ~ 38.17%
B 79 of 317 ~ 24.92%

%36.91
%38.17
%24.92

CMYK color model

#75794F color CMYK value is (3,0,35,53).

  • cyan value is 3.31%
  • magenta value is 0.00%
  • yellow value is 34.71%
  • key color value is 52.55%
CMYK:
(3,0,35,53)
C3M0Y35K53 
(3%,0%,35%,53%)
(0.03/0.00/0.35/0.53)	

CMYK percentages

%3.31
%0
%34.71
%52.55

Codes

Color #75794F in popluar color models

75794F
RGB11712179
HSL66°21.00%39.22%
HSB/HSV66°34.71%47.45%
CMYK3.31%0.00%34.71%
52.55%

Color #75794F in popluar number systems.

HEX75794F
Decimal11712179
Binary111010111110011001111
Octal165171117

Shades and tints

Shades of #75794F

#75794F
(117,121,79)
#6B6E48
(107,110,72)
#616341
(97,99,65)
#57583A
(87,88,58)
#4D4D33
(77,77,51)
#43422C
(67,66,44)
#393725
(57,55,37)
#2F2C1E
(47,44,30)
#252117
(37,33,23)
#1B1610
(27,22,16)
#110B09
(17,11,9)
#000000
(0,0,0)

Tints of #75794F

#75794F
(117,121,79)
#81855F
(129,133,95)
#8D916F
(141,145,111)
#999D7F
(153,157,127)
#A5A98F
(165,169,143)
#B1B59F
(177,181,159)
#BDC1AF
(189,193,175)
#C9CDBF
(201,205,191)
#D5D9CF
(213,217,207)
#E1E5DF
(225,229,223)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75794F color. Also use rgb(117,121,79) instead hex code.

Text Font Color

.myTextColor { color: #75794F; }

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

This text font color is #75794F.


Background Color

.myBgColor { background-color: #75794F; }

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

This div background color is #75794F.


Border color

.myBorderColor { border: 1px solid #75794F; }

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

This div border color is #75794F.


Opacity

.myOpacity80 { color: #75794F; opacity: 0.8; }

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

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

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

This text has shadow with #75794F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75794F on black background.


Color preview on white background

This text has color #75794F on white background.



Black color preview on #75794F background

This text has black color on #75794F background.


White color preview on #75794F background

This text has white color on #75794F background.