COLOR #755254

HEX: #755254
RGB: (117,82,84)

Color info

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

RGB color model

#755254 color RGB value is (117,82,84).

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

RGB channels and saturation

R 117 of 255 = 46%
G 82 of 255 = 32%
B 84 of 255 = 33%

117
82
84

R + G + B ~ 37%. #755254 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 82 + 84 = 283 (100%)
R 117 of 283 ~ 41.34%
G 82 of 283 ~ 28.98%
B 84 of 283 ~ 29.68%

%41.34
%28.98
%29.68

CMYK color model

#755254 color CMYK value is (0,30,28,54).

  • cyan value is 0.00%
  • magenta value is 29.91%
  • yellow value is 28.21%
  • key color value is 54.12%
CMYK:
(0,30,28,54)
C0M30Y28K54 
(0%,30%,28%,54%)
(0.00/0.30/0.28/0.54)	

CMYK percentages

%0
%29.91
%28.21
%54.12

Codes

Color #755254 in popluar color models

755254
RGB1178284
HSL357°17.59%39.02%
HSB/HSV357°29.91%45.88%
CMYK0.00%29.91%28.21%
54.12%

Color #755254 in popluar number systems.

HEX755254
Decimal1178284
Binary111010110100101010100
Octal165122124

Shades and tints

Shades of #755254

#755254
(117,82,84)
#6B4B4D
(107,75,77)
#614446
(97,68,70)
#573D3F
(87,61,63)
#4D3638
(77,54,56)
#432F31
(67,47,49)
#39282A
(57,40,42)
#2F2123
(47,33,35)
#251A1C
(37,26,28)
#1B1315
(27,19,21)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #755254

#755254
(117,82,84)
#816163
(129,97,99)
#8D7072
(141,112,114)
#997F81
(153,127,129)
#A58E90
(165,142,144)
#B19D9F
(177,157,159)
#BDACAE
(189,172,174)
#C9BBBD
(201,187,189)
#D5CACC
(213,202,204)
#E1D9DB
(225,217,219)
#EDE8EA
(237,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755254; }

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

This text font color is #755254.


Background Color

.myBgColor { background-color: #755254; }

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

This div background color is #755254.


Border color

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

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

This div border color is #755254.


Opacity

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

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

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

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

This text has shadow with #755254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755254 on black background.


Color preview on white background

This text has color #755254 on white background.



Black color preview on #755254 background

This text has black color on #755254 background.


White color preview on #755254 background

This text has white color on #755254 background.