COLOR #756F7B

HEX: #756F7B
RGB: (117,111,123)

Color info

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

RGB color model

#756F7B color RGB value is (117,111,123).

  • red value is 117;
  • green value is 111;
  • blue value is 123.
RGB:
(117,111,123)
(46%,44%,48%)

RGB channels and saturation

R 117 of 255 = 46%
G 111 of 255 = 44%
B 123 of 255 = 48%

117
111
123

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

Portions of RGB colors in percentages

R + G + B =
117 + 111 + 123 = 351 (100%)
R 117 of 351 ~ 33.33%
G 111 of 351 ~ 31.62%
B 123 of 351 ~ 35.04%

%33.33
%31.62
%35.04

CMYK color model

#756F7B color CMYK value is (5,10,0,52).

  • cyan value is 4.88%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(5,10,0,52)
C5M10Y0K52 
(5%,10%,0%,52%)
(0.05/0.10/0.00/0.52)	

CMYK percentages

%4.88
%9.76
%0
%51.76

Codes

Color #756F7B in popluar color models

756F7B
RGB117111123
HSL270°5.13%45.88%
HSB/HSV270°9.76%48.24%
CMYK4.88%9.76%0.00%
51.76%

Color #756F7B in popluar number systems.

HEX756F7B
Decimal117111123
Binary111010111011111111011
Octal165157173

Shades and tints

Shades of #756F7B

#756F7B
(117,111,123)
#6B6570
(107,101,112)
#615B65
(97,91,101)
#57515A
(87,81,90)
#4D474F
(77,71,79)
#433D44
(67,61,68)
#393339
(57,51,57)
#2F292E
(47,41,46)
#251F23
(37,31,35)
#1B1518
(27,21,24)
#110B0D
(17,11,13)
#000000
(0,0,0)

Tints of #756F7B

#756F7B
(117,111,123)
#817C87
(129,124,135)
#8D8993
(141,137,147)
#99969F
(153,150,159)
#A5A3AB
(165,163,171)
#B1B0B7
(177,176,183)
#BDBDC3
(189,189,195)
#C9CACF
(201,202,207)
#D5D7DB
(213,215,219)
#E1E4E7
(225,228,231)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756F7B color. Also use rgb(117,111,123) instead hex code.

Text Font Color

.myTextColor { color: #756F7B; }

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

This text font color is #756F7B.


Background Color

.myBgColor { background-color: #756F7B; }

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

This div background color is #756F7B.


Border color

.myBorderColor { border: 1px solid #756F7B; }

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

This div border color is #756F7B.


Opacity

.myOpacity80 { color: #756F7B; opacity: 0.8; }

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

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

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

This text has shadow with #756F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756F7B on black background.


Color preview on white background

This text has color #756F7B on white background.



Black color preview on #756F7B background

This text has black color on #756F7B background.


White color preview on #756F7B background

This text has white color on #756F7B background.