COLOR #75967F

HEX: #75967F RGB: (117,150,127)

Color info

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

RGB color model

#75967F color RGB value is (117,150,127).

RGB: (117,150,127) (46%, 59%, 50%)

RGB channels and saturation

R 117 of 255 = 46%
G 150 of 255 = 59%
B 127 of 255 = 50%

117
150
127

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

Portions of RGB colors in percentages

R + G + B = 117 + 150 + 127 = 394 (100%)
R 117 of 394 ~ 29.7%
G 150 of 394 ~ 38.07%
B 127 of 394 ~ 32.23'%

%29.7
%38.07
%32.23

CMYK color model

#75967F color CMYK value is (22,0,15,41).

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

CMYK: (22,0,15,41)
C22M0Y15K41 (22%, 0%, 15%, 41%)
(0.22 / 0.00 / 0.15 / 0.41)

CMYK percentages

%22
%0
%15.33
%41.18

Codes

Color #75967F in popluar color models

75 96 7F
RGB 117 150 127
HSL 138° 13.58% 52.35%
HSB/HSV 138° 22.00% 58.82%
CMYK 22.00% 0.00% 15.33%
41.18%

Color #75967F in popluar number systems.

HEX 75 96 7F
Decimal 117 150 127
Binary 1110101 10010110 1111111
Octal 165 226 177

Shades and tints

Shades of #75967F

#75967F
(117,150,127)
#6B8974
(107,137,116)
#617C69
(97,124,105)
#576F5E
(87,111,94)
#4D6253
(77,98,83)
#435548
(67,85,72)
#39483D
(57,72,61)
#2F3B32
(47,59,50)
#252E27
(37,46,39)
#1B211C
(27,33,28)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #75967F

#75967F
(117,150,127)
#819F8A
(129,159,138)
#8DA895
(141,168,149)
#99B1A0
(153,177,160)
#A5BAAB
(165,186,171)
#B1C3B6
(177,195,182)
#BDCCC1
(189,204,193)
#C9D5CC
(201,213,204)
#D5DED7
(213,222,215)
#E1E7E2
(225,231,226)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75967F; }

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

This text font color is #75967F.

Background Color

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

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

This div background color is #75967F.

Border color

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

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

This div border color is #75967F.

Opacity

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

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

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

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

This text has shadow with #75967F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75967F.

Preview

Color preview on black background

This text has color #75967F on black background.


Color preview on white background

This text has color #75967F on white background.


Black color preview on #75967F background

This text has black color on #75967F background.


White color preview on #75967F background

This text has white color on #75967F background.


Related colors

Complementary color

Complementary color for #hex is #8A6980.


I love getcolorcode.com

Triadic colors

1 #7F7596 and #967F75 with #75967F are triadic colors.

2 #7F9675 and #96757F with #75967F are triadic colors.