COLOR #75866B

HEX: #75866B
RGB: (117,134,107)

Color info

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

RGB color model

#75866B color RGB value is (117,134,107).

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

RGB channels and saturation

R 117 of 255 = 46%
G 134 of 255 = 53%
B 107 of 255 = 42%

117
134
107

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

Portions of RGB colors in percentages

R + G + B =
117 + 134 + 107 = 358 (100%)
R 117 of 358 ~ 32.68%
G 134 of 358 ~ 37.43%
B 107 of 358 ~ 29.89%

%32.68
%37.43
%29.89

CMYK color model

#75866B color CMYK value is (13,0,20,47).

  • cyan value is 12.69%
  • magenta value is 0.00%
  • yellow value is 20.15%
  • key color value is 47.45%
CMYK: (13,0,20,47) C13M0Y20K47 (13%,0%,20%,47%) (0.13/0.00/0.20/0.47)

CMYK percentages

%12.69
%0
%20.15
%47.45

Codes

Color #75866B in popluar color models

75866B
RGB117134107
HSL98°11.20%47.25%
HSB/HSV98°20.15%52.55%
CMYK12.69%0.00%20.15%
47.45%

Color #75866B in popluar number systems.

HEX75866B
Decimal117134107
Binary1110101100001101101011
Octal165206153

Shades and tints

Shades of #75866B

#75866B
(117,134,107)
#6B7A62
(107,122,98)
#616E59
(97,110,89)
#576250
(87,98,80)
#4D5647
(77,86,71)
#434A3E
(67,74,62)
#393E35
(57,62,53)
#2F322C
(47,50,44)
#252623
(37,38,35)
#1B1A1A
(27,26,26)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #75866B

#75866B
(117,134,107)
#819178
(129,145,120)
#8D9C85
(141,156,133)
#99A792
(153,167,146)
#A5B29F
(165,178,159)
#B1BDAC
(177,189,172)
#BDC8B9
(189,200,185)
#C9D3C6
(201,211,198)
#D5DED3
(213,222,211)
#E1E9E0
(225,233,224)
#EDF4ED
(237,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75866B color. Also use rgb(117,134,107) instead hex code.

Text Font Color

.myTextColor { color: #75866B; }

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

This text font color is #75866B.


Background Color

.myBgColor { background-color: #75866B; }

<div style="background-color:#75866B">Inner text</div>

This div background color is #75866B.


Border color

.myBorderColor { border: 1px solid #75866B; }

<div style="border:3px solid #75866B">Div</div>

This div border color is #75866B.


Opacity

.myOpacity80 { color: #75866B; opacity: 0.8; }

<p style="color:#75866B;opacity:0.8;">80%</p>

Text with #75866B 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 #75866B;}

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

This text has shadow with #75866B color.

.textShadow {text-shadow: 3px 3px 1px #75866B, 3px 3px 1px red;}

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

This text has shadow with #75866B primary color and red secondary color.


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

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

This text has shadow with #75866B and red colors in old Internet Explorer.


Div box shadow color

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

Preview

Color preview on black background

This text has color #75866B on black background.


Color preview on white background

This text has color #75866B on white background.



Black color preview on #75866B background

This text has black color on #75866B background.


White color preview on #75866B background

This text has white color on #75866B background.