COLOR #75827F

HEX: #75827F
RGB: (117,130,127)

Color info

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

RGB color model

#75827F color RGB value is (117,130,127).

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

RGB channels and saturation

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

117
130
127

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

Portions of RGB colors in percentages

R + G + B =
117 + 130 + 127 = 374 (100%)
R 117 of 374 ~ 31.28%
G 130 of 374 ~ 34.76%
B 127 of 374 ~ 33.96%

%31.28
%34.76
%33.96

CMYK color model

#75827F color CMYK value is (10,0,2,49).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 2.31%
  • key color value is 49.02%
CMYK:
(10,0,2,49)
C10M0Y2K49 
(10%,0%,2%,49%)
(0.10/0.00/0.02/0.49)	

CMYK percentages

%10
%0
%2.31
%49.02

Codes

Color #75827F in popluar color models

75827F
RGB117130127
HSL166°5.26%48.43%
HSB/HSV166°10.00%50.98%
CMYK10.00%0.00%2.31%
49.02%

Color #75827F in popluar number systems.

HEX75827F
Decimal117130127
Binary1110101100000101111111
Octal165202177

Shades and tints

Shades of #75827F

#75827F
(117,130,127)
#6B7774
(107,119,116)
#616C69
(97,108,105)
#57615E
(87,97,94)
#4D5653
(77,86,83)
#434B48
(67,75,72)
#39403D
(57,64,61)
#2F3532
(47,53,50)
#252A27
(37,42,39)
#1B1F1C
(27,31,28)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #75827F

#75827F
(117,130,127)
#818D8A
(129,141,138)
#8D9895
(141,152,149)
#99A3A0
(153,163,160)
#A5AEAB
(165,174,171)
#B1B9B6
(177,185,182)
#BDC4C1
(189,196,193)
#C9CFCC
(201,207,204)
#D5DAD7
(213,218,215)
#E1E5E2
(225,229,226)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75827F; }

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

This text font color is #75827F.


Background Color

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

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

This div background color is #75827F.


Border color

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

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

This div border color is #75827F.


Opacity

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

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

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

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

This text has shadow with #75827F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75827F on black background.


Color preview on white background

This text has color #75827F on white background.



Black color preview on #75827F background

This text has black color on #75827F background.


White color preview on #75827F background

This text has white color on #75827F background.