COLOR #758F7D

HEX: #758F7D RGB: (117,143,125)

Color info

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

RGB color model

#758F7D color RGB value is (117,143,125).

RGB: (117,143,125) (46%, 56%, 49%)

RGB channels and saturation

R 117 of 255 = 46%
G 143 of 255 = 56%
B 125 of 255 = 49%

117
143
125

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

Portions of RGB colors in percentages

R + G + B = 117 + 143 + 125 = 385 (100%)
R 117 of 385 ~ 30.39%
G 143 of 385 ~ 37.14%
B 125 of 385 ~ 32.47'%

%30.39
%37.14
%32.47

CMYK color model

#758F7D color CMYK value is (18,0,13,44).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 12.59%
  • key color value is 43.92%

CMYK: (18,0,13,44)
C18M0Y13K44 (18%, 0%, 13%, 44%)
(0.18 / 0.00 / 0.13 / 0.44)

CMYK percentages

%18.18
%0
%12.59
%43.92

Codes

Color #758F7D in popluar color models

75 8F 7D
RGB 117 143 125
HSL 138° 10.40% 50.98%
HSB/HSV 138° 18.18% 56.08%
CMYK 18.18% 0.00% 12.59%
43.92%

Color #758F7D in popluar number systems.

HEX 75 8F 7D
Decimal 117 143 125
Binary 1110101 10001111 1111101
Octal 165 217 175

Shades and tints

Shades of #758F7D

#758F7D
(117,143,125)
#6B8272
(107,130,114)
#617567
(97,117,103)
#57685C
(87,104,92)
#4D5B51
(77,91,81)
#434E46
(67,78,70)
#39413B
(57,65,59)
#2F3430
(47,52,48)
#252725
(37,39,37)
#1B1A1A
(27,26,26)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #758F7D

#758F7D
(117,143,125)
#819988
(129,153,136)
#8DA393
(141,163,147)
#99AD9E
(153,173,158)
#A5B7A9
(165,183,169)
#B1C1B4
(177,193,180)
#BDCBBF
(189,203,191)
#C9D5CA
(201,213,202)
#D5DFD5
(213,223,213)
#E1E9E0
(225,233,224)
#EDF3EB
(237,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758F7D color. Also use rgb(117,143,125) instead hex code.

Text Font Color

.myTextColor { color: #758F7D; }

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

This text font color is #758F7D.

Background Color

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

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

This div background color is #758F7D.

Border color

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

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

This div border color is #758F7D.

Opacity

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

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

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

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

This text has shadow with #758F7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #758F7D.

Preview

Color preview on black background

This text has color #758F7D on black background.


Color preview on white background

This text has color #758F7D on white background.


Black color preview on #758F7D background

This text has black color on #758F7D background.


White color preview on #758F7D background

This text has white color on #758F7D background.


Related colors

Complementary color

Complementary color for #hex is #8A7082.


I love getcolorcode.com

Triadic colors

1 #7D758F and #8F7D75 with #758F7D are triadic colors.

2 #7D8F75 and #8F757D with #758F7D are triadic colors.