COLOR #758C6A

HEX: #758C6A RGB: (117,140,106)

Color info

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

RGB color model

#758C6A color RGB value is (117,140,106).

RGB: (117,140,106) (46%, 55%, 42%)

RGB channels and saturation

R 117 of 255 = 46%
G 140 of 255 = 55%
B 106 of 255 = 42%

117
140
106

R + G + B ~ 48%. #758C6A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 140 + 106 = 363 (100%)
R 117 of 363 ~ 32.23%
G 140 of 363 ~ 38.57%
B 106 of 363 ~ 29.2'%

%32.23
%38.57
%29.2

CMYK color model

#758C6A color CMYK value is (16,0,24,45).

  • cyan value is 16.43%
  • magenta value is 0.00%
  • yellow value is 24.29%
  • key color value is 45.10%

CMYK: (16,0,24,45)
C16M0Y24K45 (16%, 0%, 24%, 45%)
(0.16 / 0.00 / 0.24 / 0.45)

CMYK percentages

%16.43
%0
%24.29
%45.1

Codes

Color #758C6A in popluar color models

75 8C 6A
RGB 117 140 106
HSL 101° 13.82% 48.24%
HSB/HSV 101° 24.29% 54.90%
CMYK 16.43% 0.00% 24.29%
45.10%

Color #758C6A in popluar number systems.

HEX 75 8C 6A
Decimal 117 140 106
Binary 1110101 10001100 1101010
Octal 165 214 152

Shades and tints

Shades of #758C6A

#758C6A
(117,140,106)
#6B8061
(107,128,97)
#617458
(97,116,88)
#57684F
(87,104,79)
#4D5C46
(77,92,70)
#43503D
(67,80,61)
#394434
(57,68,52)
#2F382B
(47,56,43)
#252C22
(37,44,34)
#1B2019
(27,32,25)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #758C6A

#758C6A
(117,140,106)
#819677
(129,150,119)
#8DA084
(141,160,132)
#99AA91
(153,170,145)
#A5B49E
(165,180,158)
#B1BEAB
(177,190,171)
#BDC8B8
(189,200,184)
#C9D2C5
(201,210,197)
#D5DCD2
(213,220,210)
#E1E6DF
(225,230,223)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758C6A color. Also use rgb(117,140,106) instead hex code.

Text Font Color

.myTextColor { color: #758C6A; }

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

This text font color is #758C6A.

Background Color

.myBgColor { background-color: #758C6A; }

<div style="background-color:#758C6A">Inner text</div>

This div background color is #758C6A.

Border color

.myBorderColor { border: 1px solid #758C6A; }

<div style="border:3px solid #758C6A">Div</div>

This div border color is #758C6A.

Opacity

.myOpacity80 { color: #758C6A; opacity: 0.8; }

<p style="color:#758C6A;opacity:0.8;">80%</p>

Text with #758C6A 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 #758C6A;}

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

This text has shadow with #758C6A color.


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

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

This text has shadow with #758C6A primary color and red secondary color.


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

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

This text has shadow with #758C6A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #758C6A.

Preview

Color preview on black background

This text has color #758C6A on black background.


Color preview on white background

This text has color #758C6A on white background.


Black color preview on #758C6A background

This text has black color on #758C6A background.


White color preview on #758C6A background

This text has white color on #758C6A background.


Related colors

Complementary color

Complementary color for #hex is #8A7395.


I love getcolorcode.com

Triadic colors

1 #6A758C and #8C6A75 with #758C6A are triadic colors.

2 #6A8C75 and #8C756A with #758C6A are triadic colors.