COLOR #75856F

HEX: #75856F
RGB: (117,133,111)

Color info

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

RGB color model

#75856F color RGB value is (117,133,111).

  • red value is 117;
  • green value is 133;
  • blue value is 111.
RGB:
(117,133,111)
(46%,52%,44%)

RGB channels and saturation

R 117 of 255 = 46%
G 133 of 255 = 52%
B 111 of 255 = 44%

117
133
111

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

Portions of RGB colors in percentages

R + G + B =
117 + 133 + 111 = 361 (100%)
R 117 of 361 ~ 32.41%
G 133 of 361 ~ 36.84%
B 111 of 361 ~ 30.75%

%32.41
%36.84
%30.75

CMYK color model

#75856F color CMYK value is (12,0,17,48).

  • cyan value is 12.03%
  • magenta value is 0.00%
  • yellow value is 16.54%
  • key color value is 47.84%
CMYK:
(12,0,17,48)
C12M0Y17K48 
(12%,0%,17%,48%)
(0.12/0.00/0.17/0.48)	

CMYK percentages

%12.03
%0
%16.54
%47.84

Codes

Color #75856F in popluar color models

75856F
RGB117133111
HSL104°9.02%47.84%
HSB/HSV104°16.54%52.16%
CMYK12.03%0.00%16.54%
47.84%

Color #75856F in popluar number systems.

HEX75856F
Decimal117133111
Binary1110101100001011101111
Octal165205157

Shades and tints

Shades of #75856F

#75856F
(117,133,111)
#6B7965
(107,121,101)
#616D5B
(97,109,91)
#576151
(87,97,81)
#4D5547
(77,85,71)
#43493D
(67,73,61)
#393D33
(57,61,51)
#2F3129
(47,49,41)
#25251F
(37,37,31)
#1B1915
(27,25,21)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #75856F

#75856F
(117,133,111)
#81907C
(129,144,124)
#8D9B89
(141,155,137)
#99A696
(153,166,150)
#A5B1A3
(165,177,163)
#B1BCB0
(177,188,176)
#BDC7BD
(189,199,189)
#C9D2CA
(201,210,202)
#D5DDD7
(213,221,215)
#E1E8E4
(225,232,228)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75856F color. Also use rgb(117,133,111) instead hex code.

Text Font Color

.myTextColor { color: #75856F; }

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

This text font color is #75856F.


Background Color

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

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

This div background color is #75856F.


Border color

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

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

This div border color is #75856F.


Opacity

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

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

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

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

This text has shadow with #75856F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75856F on black background.


Color preview on white background

This text has color #75856F on white background.



Black color preview on #75856F background

This text has black color on #75856F background.


White color preview on #75856F background

This text has white color on #75856F background.