COLOR #755052

HEX: #755052
RGB: (117,80,82)

Color info

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

RGB color model

#755052 color RGB value is (117,80,82).

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

RGB channels and saturation

R 117 of 255 = 46%
G 80 of 255 = 31%
B 82 of 255 = 32%

117
80
82

R + G + B ~ 36%. #755052 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 80 + 82 = 279 (100%)
R 117 of 279 ~ 41.94%
G 80 of 279 ~ 28.67%
B 82 of 279 ~ 29.39%

%41.94
%28.67
%29.39

CMYK color model

#755052 color CMYK value is (0,32,30,54).

  • cyan value is 0.00%
  • magenta value is 31.62%
  • yellow value is 29.91%
  • key color value is 54.12%
CMYK:
(0,32,30,54)
C0M32Y30K54 
(0%,32%,30%,54%)
(0.00/0.32/0.30/0.54)	

CMYK percentages

%0
%31.62
%29.91
%54.12

Codes

Color #755052 in popluar color models

755052
RGB1178082
HSL357°18.78%38.63%
HSB/HSV357°31.62%45.88%
CMYK0.00%31.62%29.91%
54.12%

Color #755052 in popluar number systems.

HEX755052
Decimal1178082
Binary111010110100001010010
Octal165120122

Shades and tints

Shades of #755052

#755052
(117,80,82)
#6B494B
(107,73,75)
#614244
(97,66,68)
#573B3D
(87,59,61)
#4D3436
(77,52,54)
#432D2F
(67,45,47)
#392628
(57,38,40)
#2F1F21
(47,31,33)
#25181A
(37,24,26)
#1B1113
(27,17,19)
#110A0C
(17,10,12)
#000000
(0,0,0)

Tints of #755052

#755052
(117,80,82)
#815F61
(129,95,97)
#8D6E70
(141,110,112)
#997D7F
(153,125,127)
#A58C8E
(165,140,142)
#B19B9D
(177,155,157)
#BDAAAC
(189,170,172)
#C9B9BB
(201,185,187)
#D5C8CA
(213,200,202)
#E1D7D9
(225,215,217)
#EDE6E8
(237,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755052; }

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

This text font color is #755052.


Background Color

.myBgColor { background-color: #755052; }

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

This div background color is #755052.


Border color

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

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

This div border color is #755052.


Opacity

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

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

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

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

This text has shadow with #755052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755052 on black background.


Color preview on white background

This text has color #755052 on white background.



Black color preview on #755052 background

This text has black color on #755052 background.


White color preview on #755052 background

This text has white color on #755052 background.