COLOR #75967D

HEX: #75967D RGB: (117,150,125)

Color info

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

RGB color model

#75967D color RGB value is (117,150,125).

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

RGB channels and saturation

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

117
150
125

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

Portions of RGB colors in percentages

R + G + B = 117 + 150 + 125 = 392 (100%)
R 117 of 392 ~ 29.85%
G 150 of 392 ~ 38.27%
B 125 of 392 ~ 31.89'%

%29.85
%38.27
%31.89

CMYK color model

#75967D color CMYK value is (22,0,17,41).

  • cyan value is 22.00%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 41.18%
CMYK: (22,0,17,41) C22M0Y17K41 (22%,0%,17%,41%) (0.22/0.00/0.17/0.41) 

CMYK percentages

%22
%0
%16.67
%41.18

Codes

Color #75967D in popluar color models

75 96 7D
RGB 117 150 125
HSL 135° 13.58% 52.35%
HSB/HSV 135° 22.00% 58.82%
CMYK 22.00% 0.00% 16.67%
41.18%

Color #75967D in popluar number systems.

HEX 75 96 7D
Decimal 117 150 125
Binary 1110101 10010110 1111101
Octal 165 226 175

Shades and tints

Shades of #75967D

#75967D
(117,150,125)
#6B8972
(107,137,114)
#617C67
(97,124,103)
#576F5C
(87,111,92)
#4D6251
(77,98,81)
#435546
(67,85,70)
#39483B
(57,72,59)
#2F3B30
(47,59,48)
#252E25
(37,46,37)
#1B211A
(27,33,26)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #75967D

#75967D
(117,150,125)
#819F88
(129,159,136)
#8DA893
(141,168,147)
#99B19E
(153,177,158)
#A5BAA9
(165,186,169)
#B1C3B4
(177,195,180)
#BDCCBF
(189,204,191)
#C9D5CA
(201,213,202)
#D5DED5
(213,222,213)
#E1E7E0
(225,231,224)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75967D; }

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

This text font color is #75967D.

Background Color

.myBgColor { background-color: #75967D; }
 <div style="background-color:#75967D">Inner text</div> 

This div background color is #75967D.

Border color

.myBorderColor { border: 1px solid #75967D; }
<div style="border:3px solid #75967D">Div</div>

This div border color is #75967D.


'.$lang['color_style_opacity'].'

.myOpacity80 { color: #'.$colorObj['hex'].'; opacity: 0.8; }

<p style="color:#'.$colorObj['hex'].';opacity:0.8;">80%</p>

'.str_replace('%color%',$colorObj['hex'],$lang['color_style_opacity_text']).' 100% | 80% | 50% | 30%.

'.$lang['color_style_bgcolor_text'].' 100%.

'.$lang['color_style_bgcolor_text'].' 80%.

'.$lang['color_style_bgcolor_text'].' 50%.

'.$lang['color_style_bgcolor_text'].' 30%.

'.$lang['color_style_text_shadow'].'

.textShadow {text-shadow: 3px 3px 1px #'.$colorObj['hex'].';}

<p style="text-shadow: 3px 3px 1px #'.$colorObj['hex'].'">Text here.</p>

'.str_replace('%color%',$colorObj['hex'],$lang['color_style_text_shadow_sample']).'

.textShadow {text-shadow: 3px 3px 1px #'.$colorObj['hex'].', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #'.$colorObj['hex'].', 5px 5px 20px red">Text here.</p>

'.str_replace('%color%',$colorObj['hex'],$lang['color_style_text_shadow_sample2']).'


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#'.$colorObj['hex'].', Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#'.$colorObj['hex'].', Direction=45, Strength=4)">Text</p>

This text has shadow with #'.$colorObj['hex'].' and red colors in old Internet Explorer.


'.$lang['color_style_box_shadow'].'

 /* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; -webkit-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; -webkit-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; box-shadow:1px 1px 3px 2px #'.$colorObj['hex'].';">
Div content here</div>
'.str_replace('%color%',$colorObj['hex'],$lang['color_style_box_shadow_sample']).'
'; ?>

Preview

Color preview on black background

This text has color #75967D on black background.


Color preview on white background

This text has color #75967D on white background.



Black color preview on #75967D background

This text has black color on #75967D background.


White color preview on #75967D background

This text has white color on #75967D background.