COLOR #755274

HEX: #755274
RGB: (117,82,116)

Color info

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

RGB color model

#755274 color RGB value is (117,82,116).

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

RGB channels and saturation

R 117 of 255 = 46%
G 82 of 255 = 32%
B 116 of 255 = 45%

117
82
116

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

Portions of RGB colors in percentages

R + G + B =
117 + 82 + 116 = 315 (100%)
R 117 of 315 ~ 37.14%
G 82 of 315 ~ 26.03%
B 116 of 315 ~ 36.83%

%37.14
%26.03
%36.83

CMYK color model

#755274 color CMYK value is (0,30,1,54).

  • cyan value is 0.00%
  • magenta value is 29.91%
  • yellow value is 0.85%
  • key color value is 54.12%
CMYK:
(0,30,1,54)
C0M30Y1K54 
(0%,30%,1%,54%)
(0.00/0.30/0.01/0.54)	

CMYK percentages

%0
%29.91
%0.85
%54.12

Codes

Color #755274 in popluar color models

755274
RGB11782116
HSL302°17.59%39.02%
HSB/HSV302°29.91%45.88%
CMYK0.00%29.91%0.85%
54.12%

Color #755274 in popluar number systems.

HEX755274
Decimal11782116
Binary111010110100101110100
Octal165122164

Shades and tints

Shades of #755274

#755274
(117,82,116)
#6B4B6A
(107,75,106)
#614460
(97,68,96)
#573D56
(87,61,86)
#4D364C
(77,54,76)
#432F42
(67,47,66)
#392838
(57,40,56)
#2F212E
(47,33,46)
#251A24
(37,26,36)
#1B131A
(27,19,26)
#110C10
(17,12,16)
#000000
(0,0,0)

Tints of #755274

#755274
(117,82,116)
#816180
(129,97,128)
#8D708C
(141,112,140)
#997F98
(153,127,152)
#A58EA4
(165,142,164)
#B19DB0
(177,157,176)
#BDACBC
(189,172,188)
#C9BBC8
(201,187,200)
#D5CAD4
(213,202,212)
#E1D9E0
(225,217,224)
#EDE8EC
(237,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755274; }

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

This text font color is #755274.


Background Color

.myBgColor { background-color: #755274; }

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

This div background color is #755274.


Border color

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

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

This div border color is #755274.


Opacity

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

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

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

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

This text has shadow with #755274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755274 on black background.


Color preview on white background

This text has color #755274 on white background.



Black color preview on #755274 background

This text has black color on #755274 background.


White color preview on #755274 background

This text has white color on #755274 background.