COLOR #756081

HEX: #756081
RGB: (117,96,129)

Color info

#756081 contains red, green and blue colors in about the same proportion. Web safe color of #756081 is #666699 (or #669).

RGB color model

#756081 color RGB value is (117,96,129).

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

RGB channels and saturation

R 117 of 255 = 46%
G 96 of 255 = 38%
B 129 of 255 = 51%

117
96
129

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

Portions of RGB colors in percentages

R + G + B =
117 + 96 + 129 = 342 (100%)
R 117 of 342 ~ 34.21%
G 96 of 342 ~ 28.07%
B 129 of 342 ~ 37.72%

%34.21
%28.07
%37.72

CMYK color model

#756081 color CMYK value is (9,26,0,49).

  • cyan value is 9.30%
  • magenta value is 25.58%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(9,26,0,49)
C9M26Y0K49 
(9%,26%,0%,49%)
(0.09/0.26/0.00/0.49)	

CMYK percentages

%9.3
%25.58
%0
%49.41

Codes

Color #756081 in popluar color models

756081
RGB11796129
HSL278°14.67%44.12%
HSB/HSV278°25.58%50.59%
CMYK9.30%25.58%0.00%
49.41%

Color #756081 in popluar number systems.

HEX756081
Decimal11796129
Binary1110101110000010000001
Octal165140201

Shades and tints

Shades of #756081

#756081
(117,96,129)
#6B5876
(107,88,118)
#61506B
(97,80,107)
#574860
(87,72,96)
#4D4055
(77,64,85)
#43384A
(67,56,74)
#39303F
(57,48,63)
#2F2834
(47,40,52)
#252029
(37,32,41)
#1B181E
(27,24,30)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #756081

#756081
(117,96,129)
#816E8C
(129,110,140)
#8D7C97
(141,124,151)
#998AA2
(153,138,162)
#A598AD
(165,152,173)
#B1A6B8
(177,166,184)
#BDB4C3
(189,180,195)
#C9C2CE
(201,194,206)
#D5D0D9
(213,208,217)
#E1DEE4
(225,222,228)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756081; }

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

This text font color is #756081.


Background Color

.myBgColor { background-color: #756081; }

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

This div background color is #756081.


Border color

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

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

This div border color is #756081.


Opacity

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

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

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

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

This text has shadow with #756081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756081 on black background.


Color preview on white background

This text has color #756081 on white background.



Black color preview on #756081 background

This text has black color on #756081 background.


White color preview on #756081 background

This text has white color on #756081 background.