COLOR #757852

HEX: #757852 RGB: (117,120,82)

Color info

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

RGB color model

#757852 color RGB value is (117,120,82).

RGB: (117,120,82) (46%, 47%, 32%)

RGB channels and saturation

R 117 of 255 = 46%
G 120 of 255 = 47%
B 82 of 255 = 32%

117
120
82

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

Portions of RGB colors in percentages

R + G + B = 117 + 120 + 82 = 319 (100%)
R 117 of 319 ~ 36.68%
G 120 of 319 ~ 37.62%
B 82 of 319 ~ 25.71'%

%36.68
%37.62
%25.71

CMYK color model

#757852 color CMYK value is (3,0,32,53).

  • cyan value is 2.50%
  • magenta value is 0.00%
  • yellow value is 31.67%
  • key color value is 52.94%

CMYK: (3,0,32,53)
C3M0Y32K53 (3%, 0%, 32%, 53%)
(0.03 / 0.00 / 0.32 / 0.53)

CMYK percentages

%2.5
%0
%31.67
%52.94

Codes

Color #757852 in popluar color models

75 78 52
RGB 117 120 82
HSL 65° 18.81% 39.61%
HSB/HSV 65° 31.67% 47.06%
CMYK 2.50% 0.00% 31.67%
52.94%

Color #757852 in popluar number systems.

HEX 75 78 52
Decimal 117 120 82
Binary 1110101 1111000 1010010
Octal 165 170 122

Shades and tints

Shades of #757852

#757852
(117,120,82)
#6B6E4B
(107,110,75)
#616444
(97,100,68)
#575A3D
(87,90,61)
#4D5036
(77,80,54)
#43462F
(67,70,47)
#393C28
(57,60,40)
#2F3221
(47,50,33)
#25281A
(37,40,26)
#1B1E13
(27,30,19)
#11140C
(17,20,12)
#000000
(0,0,0)

Tints of #757852

#757852
(117,120,82)
#818461
(129,132,97)
#8D9070
(141,144,112)
#999C7F
(153,156,127)
#A5A88E
(165,168,142)
#B1B49D
(177,180,157)
#BDC0AC
(189,192,172)
#C9CCBB
(201,204,187)
#D5D8CA
(213,216,202)
#E1E4D9
(225,228,217)
#EDF0E8
(237,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757852; }

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

This text font color is #757852.

Background Color

.myBgColor { background-color: #757852; }

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

This div background color is #757852.

Border color

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

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

This div border color is #757852.

Opacity

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

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

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

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

This text has shadow with #757852 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757852.

Preview

Color preview on black background

This text has color #757852 on black background.


Color preview on white background

This text has color #757852 on white background.


Black color preview on #757852 background

This text has black color on #757852 background.


White color preview on #757852 background

This text has white color on #757852 background.


Related colors

Complementary color

Complementary color for #hex is #8A87AD.


I love getcolorcode.com

Triadic colors

1 #527578 and #785275 with #757852 are triadic colors.

2 #527875 and #787552 with #757852 are triadic colors.