COLOR #75865C

HEX: #75865C RGB: (117,134,92)

Color info

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

RGB color model

#75865C color RGB value is (117,134,92).

RGB: (117,134,92) (46%, 53%, 36%)

RGB channels and saturation

R 117 of 255 = 46%
G 134 of 255 = 53%
B 92 of 255 = 36%

117
134
92

R + G + B ~ 45%. #75865C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 134 + 92 = 343 (100%)
R 117 of 343 ~ 34.11%
G 134 of 343 ~ 39.07%
B 92 of 343 ~ 26.82'%

%34.11
%39.07
%26.82

CMYK color model

#75865C color CMYK value is (13,0,31,47).

  • cyan value is 12.69%
  • magenta value is 0.00%
  • yellow value is 31.34%
  • key color value is 47.45%

CMYK: (13,0,31,47)
C13M0Y31K47 (13%, 0%, 31%, 47%)
(0.13 / 0.00 / 0.31 / 0.47)

CMYK percentages

%12.69
%0
%31.34
%47.45

Codes

Color #75865C in popluar color models

75 86 5C
RGB 117 134 92
HSL 84° 18.58% 44.31%
HSB/HSV 84° 31.34% 52.55%
CMYK 12.69% 0.00% 31.34%
47.45%

Color #75865C in popluar number systems.

HEX 75 86 5C
Decimal 117 134 92
Binary 1110101 10000110 1011100
Octal 165 206 134

Shades and tints

Shades of #75865C

#75865C
(117,134,92)
#6B7A54
(107,122,84)
#616E4C
(97,110,76)
#576244
(87,98,68)
#4D563C
(77,86,60)
#434A34
(67,74,52)
#393E2C
(57,62,44)
#2F3224
(47,50,36)
#25261C
(37,38,28)
#1B1A14
(27,26,20)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #75865C

#75865C
(117,134,92)
#81916A
(129,145,106)
#8D9C78
(141,156,120)
#99A786
(153,167,134)
#A5B294
(165,178,148)
#B1BDA2
(177,189,162)
#BDC8B0
(189,200,176)
#C9D3BE
(201,211,190)
#D5DECC
(213,222,204)
#E1E9DA
(225,233,218)
#EDF4E8
(237,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75865C color. Also use rgb(117,134,92) instead hex code.

Text Font Color

.myTextColor { color: #75865C; }

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

This text font color is #75865C.

Background Color

.myBgColor { background-color: #75865C; }

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

This div background color is #75865C.

Border color

.myBorderColor { border: 1px solid #75865C; }

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

This div border color is #75865C.

Opacity

.myOpacity80 { color: #75865C; opacity: 0.8; }

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

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

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

This text has shadow with #75865C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75865C.

Preview

Color preview on black background

This text has color #75865C on black background.


Color preview on white background

This text has color #75865C on white background.


Black color preview on #75865C background

This text has black color on #75865C background.


White color preview on #75865C background

This text has white color on #75865C background.


Related colors

Complementary color

Complementary color for #hex is #8A79A3.


I love getcolorcode.com

Triadic colors

1 #5C7586 and #865C75 with #75865C are triadic colors.

2 #5C8675 and #86755C with #75865C are triadic colors.