COLOR #757275

HEX: #757275
RGB: (117,114,117)

Color info

#757275 contains red, green and blue colors in about the same proportion. Web safe color of #757275 is #666666 (or #666).

RGB color model

#757275 color RGB value is (117,114,117).

  • red value is 117;
  • green value is 114;
  • blue value is 117.
RGB: (117,114,117) (46%,45%,46%)

RGB channels and saturation

R 117 of 255 = 46%
G 114 of 255 = 45%
B 117 of 255 = 46%

117
114
117

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

Portions of RGB colors in percentages

R + G + B =
117 + 114 + 117 = 348 (100%)
R 117 of 348 ~ 33.62%
G 114 of 348 ~ 32.76%
B 117 of 348 ~ 33.62%

%33.62
%32.76
%33.62

CMYK color model

#757275 color CMYK value is (0,3,0,54).

  • cyan value is 0.00%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK: (0,3,0,54) C0M3Y0K54 (0%,3%,0%,54%) (0.00/0.03/0.00/0.54)

CMYK percentages

%0
%2.56
%0
%54.12

Codes

Color #757275 in popluar color models

757275
RGB117114117
HSL300°1.30%45.29%
HSB/HSV300°2.56%45.88%
CMYK0.00%2.56%0.00%
54.12%

Color #757275 in popluar number systems.

HEX757275
Decimal117114117
Binary111010111100101110101
Octal165162165

Shades and tints

Shades of #757275

#757275
(117,114,117)
#6B686B
(107,104,107)
#615E61
(97,94,97)
#575457
(87,84,87)
#4D4A4D
(77,74,77)
#434043
(67,64,67)
#393639
(57,54,57)
#2F2C2F
(47,44,47)
#252225
(37,34,37)
#1B181B
(27,24,27)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #757275

#757275
(117,114,117)
#817E81
(129,126,129)
#8D8A8D
(141,138,141)
#999699
(153,150,153)
#A5A2A5
(165,162,165)
#B1AEB1
(177,174,177)
#BDBABD
(189,186,189)
#C9C6C9
(201,198,201)
#D5D2D5
(213,210,213)
#E1DEE1
(225,222,225)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757275 color. Also use rgb(117,114,117) instead hex code.

Text Font Color

.myTextColor { color: #757275; }

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

This text font color is #757275.


Background Color

.myBgColor { background-color: #757275; }

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

This div background color is #757275.


Border color

.myBorderColor { border: 1px solid #757275; }

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

This div border color is #757275.


Opacity

.myOpacity80 { color: #757275; opacity: 0.8; }

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

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

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

This text has shadow with #757275 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #757275 on black background.


Color preview on white background

This text has color #757275 on white background.



Black color preview on #757275 background

This text has black color on #757275 background.


White color preview on #757275 background

This text has white color on #757275 background.