COLOR #75796B

HEX: #75796B RGB: (117,121,107)

Color info

#75796B contains red, green and blue colors in about the same proportion. Web safe color of #75796B is #666666 (or #666).

RGB color model

#75796B color RGB value is (117,121,107).

RGB: (117,121,107) (46%, 47%, 42%)

RGB channels and saturation

R 117 of 255 = 46%
G 121 of 255 = 47%
B 107 of 255 = 42%

117
121
107

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

Portions of RGB colors in percentages

R + G + B = 117 + 121 + 107 = 345 (100%)
R 117 of 345 ~ 33.91%
G 121 of 345 ~ 35.07%
B 107 of 345 ~ 31.01'%

%33.91
%35.07
%31.01

CMYK color model

#75796B color CMYK value is (3,0,12,53).

  • cyan value is 3.31%
  • magenta value is 0.00%
  • yellow value is 11.57%
  • key color value is 52.55%

CMYK: (3,0,12,53)
C3M0Y12K53 (3%, 0%, 12%, 53%)
(0.03 / 0.00 / 0.12 / 0.53)

CMYK percentages

%3.31
%0
%11.57
%52.55

Codes

Color #75796B in popluar color models

75 79 6B
RGB 117 121 107
HSL 77° 6.14% 44.71%
HSB/HSV 77° 11.57% 47.45%
CMYK 3.31% 0.00% 11.57%
52.55%

Color #75796B in popluar number systems.

HEX 75 79 6B
Decimal 117 121 107
Binary 1110101 1111001 1101011
Octal 165 171 153

Shades and tints

Shades of #75796B

#75796B
(117,121,107)
#6B6E62
(107,110,98)
#616359
(97,99,89)
#575850
(87,88,80)
#4D4D47
(77,77,71)
#43423E
(67,66,62)
#393735
(57,55,53)
#2F2C2C
(47,44,44)
#252123
(37,33,35)
#1B161A
(27,22,26)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #75796B

#75796B
(117,121,107)
#818578
(129,133,120)
#8D9185
(141,145,133)
#999D92
(153,157,146)
#A5A99F
(165,169,159)
#B1B5AC
(177,181,172)
#BDC1B9
(189,193,185)
#C9CDC6
(201,205,198)
#D5D9D3
(213,217,211)
#E1E5E0
(225,229,224)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75796B color. Also use rgb(117,121,107) instead hex code.

Text Font Color

.myTextColor { color: #75796B; }

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

This text font color is #75796B.

Background Color

.myBgColor { background-color: #75796B; }

<div style="background-color:#75796B">Inner text</div>

This div background color is #75796B.

Border color

.myBorderColor { border: 1px solid #75796B; }

<div style="border:3px solid #75796B">Div</div>

This div border color is #75796B.

Opacity

.myOpacity80 { color: #75796B; opacity: 0.8; }

<p style="color:#75796B;opacity:0.8;">80%</p>

Text with #75796B 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 #75796B;}

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

This text has shadow with #75796B color.


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

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

This text has shadow with #75796B primary color and red secondary color.


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

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

This text has shadow with #75796B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #75796B.

Preview

Color preview on black background

This text has color #75796B on black background.


Color preview on white background

This text has color #75796B on white background.


Black color preview on #75796B background

This text has black color on #75796B background.


White color preview on #75796B background

This text has white color on #75796B background.


Related colors

Complementary color

Complementary color for #hex is #8A8694.


I love getcolorcode.com

Triadic colors

1 #6B7579 and #796B75 with #75796B are triadic colors.

2 #6B7975 and #79756B with #75796B are triadic colors.