COLOR #75816B

HEX: #75816B
RGB: (117,129,107)

Color info

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

RGB color model

#75816B color RGB value is (117,129,107).

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

RGB channels and saturation

R 117 of 255 = 46%
G 129 of 255 = 51%
B 107 of 255 = 42%

117
129
107

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

Portions of RGB colors in percentages

R + G + B =
117 + 129 + 107 = 353 (100%)
R 117 of 353 ~ 33.14%
G 129 of 353 ~ 36.54%
B 107 of 353 ~ 30.31%

%33.14
%36.54
%30.31

CMYK color model

#75816B color CMYK value is (9,0,17,49).

  • cyan value is 9.30%
  • magenta value is 0.00%
  • yellow value is 17.05%
  • key color value is 49.41%
CMYK: (9,0,17,49) C9M0Y17K49 (9%,0%,17%,49%) (0.09/0.00/0.17/0.49)

CMYK percentages

%9.3
%0
%17.05
%49.41

Codes

Color #75816B in popluar color models

75816B
RGB117129107
HSL93°9.32%46.27%
HSB/HSV93°17.05%50.59%
CMYK9.30%0.00%17.05%
49.41%

Color #75816B in popluar number systems.

HEX75816B
Decimal117129107
Binary1110101100000011101011
Octal165201153

Shades and tints

Shades of #75816B

#75816B
(117,129,107)
#6B7662
(107,118,98)
#616B59
(97,107,89)
#576050
(87,96,80)
#4D5547
(77,85,71)
#434A3E
(67,74,62)
#393F35
(57,63,53)
#2F342C
(47,52,44)
#252923
(37,41,35)
#1B1E1A
(27,30,26)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #75816B

#75816B
(117,129,107)
#818C78
(129,140,120)
#8D9785
(141,151,133)
#99A292
(153,162,146)
#A5AD9F
(165,173,159)
#B1B8AC
(177,184,172)
#BDC3B9
(189,195,185)
#C9CEC6
(201,206,198)
#D5D9D3
(213,217,211)
#E1E4E0
(225,228,224)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75816B; }

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

This text font color is #75816B.


Background Color

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

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

This div background color is #75816B.


Border color

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

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

This div border color is #75816B.


Opacity

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

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

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

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

This text has shadow with #75816B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #75816B on black background.


Color preview on white background

This text has color #75816B on white background.



Black color preview on #75816B background

This text has black color on #75816B background.


White color preview on #75816B background

This text has white color on #75816B background.