COLOR #75967E

HEX: #75967E RGB: (117,150,126)

Color info

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

RGB color model

#75967E color RGB value is (117,150,126).

RGB: (117,150,126) (46%, 59%, 49%)

RGB channels and saturation

R 117 of 255 = 46%
G 150 of 255 = 59%
B 126 of 255 = 49%

117
150
126

R + G + B ~ 51%. #75967E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 150 + 126 = 393 (100%)
R 117 of 393 ~ 29.77%
G 150 of 393 ~ 38.17%
B 126 of 393 ~ 32.06'%

%29.77
%38.17
%32.06

CMYK color model

#75967E color CMYK value is (22,0,16,41).

  • cyan value is 22.00%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 41.18%

CMYK: (22,0,16,41)
C22M0Y16K41 (22%, 0%, 16%, 41%)
(0.22 / 0.00 / 0.16 / 0.41)

CMYK percentages

%22
%0
%16
%41.18

Codes

Color #75967E in popluar color models

75 96 7E
RGB 117 150 126
HSL 136° 13.58% 52.35%
HSB/HSV 136° 22.00% 58.82%
CMYK 22.00% 0.00% 16.00%
41.18%

Color #75967E in popluar number systems.

HEX 75 96 7E
Decimal 117 150 126
Binary 1110101 10010110 1111110
Octal 165 226 176

Shades and tints

Shades of #75967E

#75967E
(117,150,126)
#6B8973
(107,137,115)
#617C68
(97,124,104)
#576F5D
(87,111,93)
#4D6252
(77,98,82)
#435547
(67,85,71)
#39483C
(57,72,60)
#2F3B31
(47,59,49)
#252E26
(37,46,38)
#1B211B
(27,33,27)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #75967E

#75967E
(117,150,126)
#819F89
(129,159,137)
#8DA894
(141,168,148)
#99B19F
(153,177,159)
#A5BAAA
(165,186,170)
#B1C3B5
(177,195,181)
#BDCCC0
(189,204,192)
#C9D5CB
(201,213,203)
#D5DED6
(213,222,214)
#E1E7E1
(225,231,225)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75967E color. Also use rgb(117,150,126) instead hex code.

Text Font Color

.myTextColor { color: #75967E; }

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

This text font color is #75967E.

Background Color

.myBgColor { background-color: #75967E; }

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

This div background color is #75967E.

Border color

.myBorderColor { border: 1px solid #75967E; }

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

This div border color is #75967E.

Opacity

.myOpacity80 { color: #75967E; opacity: 0.8; }

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

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

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

This text has shadow with #75967E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75967E.

Preview

Color preview on black background

This text has color #75967E on black background.


Color preview on white background

This text has color #75967E on white background.


Black color preview on #75967E background

This text has black color on #75967E background.


White color preview on #75967E background

This text has white color on #75967E background.


Related colors

Complementary color

Complementary color for #hex is #8A6981.


I love getcolorcode.com

Triadic colors

1 #7E7596 and #967E75 with #75967E are triadic colors.

2 #7E9675 and #96757E with #75967E are triadic colors.