COLOR #75846F

HEX: #75846F RGB: (117,132,111)

Color info

#75846F contains red, green and blue colors in about the same proportion. Web safe color of #75846F is #669966 (or #696).

RGB color model

#75846F color RGB value is (117,132,111).

RGB: (117,132,111) (46%, 52%, 44%)

RGB channels and saturation

R 117 of 255 = 46%
G 132 of 255 = 52%
B 111 of 255 = 44%

117
132
111

R + G + B ~ 47%. #75846F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 132 + 111 = 360 (100%)
R 117 of 360 ~ 32.5%
G 132 of 360 ~ 36.67%
B 111 of 360 ~ 30.83'%

%32.5
%36.67
%30.83

CMYK color model

#75846F color CMYK value is (11,0,16,48).

  • cyan value is 11.36%
  • magenta value is 0.00%
  • yellow value is 15.91%
  • key color value is 48.24%

CMYK: (11,0,16,48)
C11M0Y16K48 (11%, 0%, 16%, 48%)
(0.11 / 0.00 / 0.16 / 0.48)

CMYK percentages

%11.36
%0
%15.91
%48.24

Codes

Color #75846F in popluar color models

75 84 6F
RGB 117 132 111
HSL 103° 8.64% 47.65%
HSB/HSV 103° 15.91% 51.76%
CMYK 11.36% 0.00% 15.91%
48.24%

Color #75846F in popluar number systems.

HEX 75 84 6F
Decimal 117 132 111
Binary 1110101 10000100 1101111
Octal 165 204 157

Shades and tints

Shades of #75846F

#75846F
(117,132,111)
#6B7865
(107,120,101)
#616C5B
(97,108,91)
#576051
(87,96,81)
#4D5447
(77,84,71)
#43483D
(67,72,61)
#393C33
(57,60,51)
#2F3029
(47,48,41)
#25241F
(37,36,31)
#1B1815
(27,24,21)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #75846F

#75846F
(117,132,111)
#818F7C
(129,143,124)
#8D9A89
(141,154,137)
#99A596
(153,165,150)
#A5B0A3
(165,176,163)
#B1BBB0
(177,187,176)
#BDC6BD
(189,198,189)
#C9D1CA
(201,209,202)
#D5DCD7
(213,220,215)
#E1E7E4
(225,231,228)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75846F color. Also use rgb(117,132,111) instead hex code.

Text Font Color

.myTextColor { color: #75846F; }

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

This text font color is #75846F.

Background Color

.myBgColor { background-color: #75846F; }

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

This div background color is #75846F.

Border color

.myBorderColor { border: 1px solid #75846F; }

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

This div border color is #75846F.

Opacity

.myOpacity80 { color: #75846F; opacity: 0.8; }

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

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

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

This text has shadow with #75846F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75846F.

Preview

Color preview on black background

This text has color #75846F on black background.


Color preview on white background

This text has color #75846F on white background.


Black color preview on #75846F background

This text has black color on #75846F background.


White color preview on #75846F background

This text has white color on #75846F background.


Related colors

Complementary color

Complementary color for #hex is #8A7B90.


I love getcolorcode.com

Triadic colors

1 #6F7584 and #846F75 with #75846F are triadic colors.

2 #6F8475 and #84756F with #75846F are triadic colors.