COLOR #75837F

HEX: #75837F
RGB: (117,131,127)

Color info

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

RGB color model

#75837F color RGB value is (117,131,127).

  • red value is 117;
  • green value is 131;
  • blue value is 127.
RGB:
(117,131,127)
(46%,51%,50%)

RGB channels and saturation

R 117 of 255 = 46%
G 131 of 255 = 51%
B 127 of 255 = 50%

117
131
127

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

Portions of RGB colors in percentages

R + G + B =
117 + 131 + 127 = 375 (100%)
R 117 of 375 ~ 31.2%
G 131 of 375 ~ 34.93%
B 127 of 375 ~ 33.87%

%31.2
%34.93
%33.87

CMYK color model

#75837F color CMYK value is (11,0,3,49).

  • cyan value is 10.69%
  • magenta value is 0.00%
  • yellow value is 3.05%
  • key color value is 48.63%
CMYK:
(11,0,3,49)
C11M0Y3K49 
(11%,0%,3%,49%)
(0.11/0.00/0.03/0.49)	

CMYK percentages

%10.69
%0
%3.05
%48.63

Codes

Color #75837F in popluar color models

75837F
RGB117131127
HSL163°5.65%48.63%
HSB/HSV163°10.69%51.37%
CMYK10.69%0.00%3.05%
48.63%

Color #75837F in popluar number systems.

HEX75837F
Decimal117131127
Binary1110101100000111111111
Octal165203177

Shades and tints

Shades of #75837F

#75837F
(117,131,127)
#6B7874
(107,120,116)
#616D69
(97,109,105)
#57625E
(87,98,94)
#4D5753
(77,87,83)
#434C48
(67,76,72)
#39413D
(57,65,61)
#2F3632
(47,54,50)
#252B27
(37,43,39)
#1B201C
(27,32,28)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #75837F

#75837F
(117,131,127)
#818E8A
(129,142,138)
#8D9995
(141,153,149)
#99A4A0
(153,164,160)
#A5AFAB
(165,175,171)
#B1BAB6
(177,186,182)
#BDC5C1
(189,197,193)
#C9D0CC
(201,208,204)
#D5DBD7
(213,219,215)
#E1E6E2
(225,230,226)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75837F color. Also use rgb(117,131,127) instead hex code.

Text Font Color

.myTextColor { color: #75837F; }

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

This text font color is #75837F.


Background Color

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

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

This div background color is #75837F.


Border color

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

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

This div border color is #75837F.


Opacity

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

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

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

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

This text has shadow with #75837F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75837F on black background.


Color preview on white background

This text has color #75837F on white background.



Black color preview on #75837F background

This text has black color on #75837F background.


White color preview on #75837F background

This text has white color on #75837F background.