COLOR #755552

HEX: #755552
RGB: (117,85,82)

Color info

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

RGB color model

#755552 color RGB value is (117,85,82).

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

RGB channels and saturation

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

117
85
82

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

Portions of RGB colors in percentages

R + G + B =
117 + 85 + 82 = 284 (100%)
R 117 of 284 ~ 41.2%
G 85 of 284 ~ 29.93%
B 82 of 284 ~ 28.87%

%41.2
%29.93
%28.87

CMYK color model

#755552 color CMYK value is (0,27,30,54).

  • cyan value is 0.00%
  • magenta value is 27.35%
  • yellow value is 29.91%
  • key color value is 54.12%
CMYK:
(0,27,30,54)
C0M27Y30K54 
(0%,27%,30%,54%)
(0.00/0.27/0.30/0.54)	

CMYK percentages

%0
%27.35
%29.91
%54.12

Codes

Color #755552 in popluar color models

755552
RGB1178582
HSL17.59%39.02%
HSB/HSV29.91%45.88%
CMYK0.00%27.35%29.91%
54.12%

Color #755552 in popluar number systems.

HEX755552
Decimal1178582
Binary111010110101011010010
Octal165125122

Shades and tints

Shades of #755552

#755552
(117,85,82)
#6B4E4B
(107,78,75)
#614744
(97,71,68)
#57403D
(87,64,61)
#4D3936
(77,57,54)
#43322F
(67,50,47)
#392B28
(57,43,40)
#2F2421
(47,36,33)
#251D1A
(37,29,26)
#1B1613
(27,22,19)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #755552

#755552
(117,85,82)
#816461
(129,100,97)
#8D7370
(141,115,112)
#99827F
(153,130,127)
#A5918E
(165,145,142)
#B1A09D
(177,160,157)
#BDAFAC
(189,175,172)
#C9BEBB
(201,190,187)
#D5CDCA
(213,205,202)
#E1DCD9
(225,220,217)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755552; }

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

This text font color is #755552.


Background Color

.myBgColor { background-color: #755552; }

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

This div background color is #755552.


Border color

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

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

This div border color is #755552.


Opacity

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

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

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

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

This text has shadow with #755552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755552 on black background.


Color preview on white background

This text has color #755552 on white background.



Black color preview on #755552 background

This text has black color on #755552 background.


White color preview on #755552 background

This text has white color on #755552 background.