COLOR #75864E

HEX: #75864E
RGB: (117,134,78)

Color info

#75864E contains red, green and blue colors in about the same proportion. Web safe color of #75864E is #669966 (or #696).

RGB color model

#75864E color RGB value is (117,134,78).

  • red value is 117;
  • green value is 134;
  • blue value is 78.
RGB: (117,134,78) (46%,53%,31%)

RGB channels and saturation

R 117 of 255 = 46%
G 134 of 255 = 53%
B 78 of 255 = 31%

117
134
78

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

Portions of RGB colors in percentages

R + G + B =
117 + 134 + 78 = 329 (100%)
R 117 of 329 ~ 35.56%
G 134 of 329 ~ 40.73%
B 78 of 329 ~ 23.71%

%35.56
%40.73
%23.71

CMYK color model

#75864E color CMYK value is (13,0,42,47).

  • cyan value is 12.69%
  • magenta value is 0.00%
  • yellow value is 41.79%
  • key color value is 47.45%
CMYK: (13,0,42,47) C13M0Y42K47 (13%,0%,42%,47%) (0.13/0.00/0.42/0.47)

CMYK percentages

%12.69
%0
%41.79
%47.45

Codes

Color #75864E in popluar color models

75864E
RGB11713478
HSL78°26.42%41.57%
HSB/HSV78°41.79%52.55%
CMYK12.69%0.00%41.79%
47.45%

Color #75864E in popluar number systems.

HEX75864E
Decimal11713478
Binary1110101100001101001110
Octal165206116

Shades and tints

Shades of #75864E

#75864E
(117,134,78)
#6B7A47
(107,122,71)
#616E40
(97,110,64)
#576239
(87,98,57)
#4D5632
(77,86,50)
#434A2B
(67,74,43)
#393E24
(57,62,36)
#2F321D
(47,50,29)
#252616
(37,38,22)
#1B1A0F
(27,26,15)
#110E08
(17,14,8)
#000000
(0,0,0)

Tints of #75864E

#75864E
(117,134,78)
#81915E
(129,145,94)
#8D9C6E
(141,156,110)
#99A77E
(153,167,126)
#A5B28E
(165,178,142)
#B1BD9E
(177,189,158)
#BDC8AE
(189,200,174)
#C9D3BE
(201,211,190)
#D5DECE
(213,222,206)
#E1E9DE
(225,233,222)
#EDF4EE
(237,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75864E color. Also use rgb(117,134,78) instead hex code.

Text Font Color

.myTextColor { color: #75864E; }

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

This text font color is #75864E.


Background Color

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

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

This div background color is #75864E.


Border color

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

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

This div border color is #75864E.


Opacity

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

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

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

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

This text has shadow with #75864E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #75864E on black background.


Color preview on white background

This text has color #75864E on white background.



Black color preview on #75864E background

This text has black color on #75864E background.


White color preview on #75864E background

This text has white color on #75864E background.