COLOR #75908B

HEX: #75908B RGB: (117,144,139)

Color info

#75908B contains red, green and blue colors in about the same proportion. Web safe color of #75908B is #669999 (or #699).

RGB color model

#75908B color RGB value is (117,144,139).

RGB: (117,144,139) (46%, 56%, 55%)

RGB channels and saturation

R 117 of 255 = 46%
G 144 of 255 = 56%
B 139 of 255 = 55%

117
144
139

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

Portions of RGB colors in percentages

R + G + B = 117 + 144 + 139 = 400 (100%)
R 117 of 400 ~ 29.25%
G 144 of 400 ~ 36%
B 139 of 400 ~ 34.75'%

%29.25
%36
%34.75

CMYK color model

#75908B color CMYK value is (19,0,3,44).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 3.47%
  • key color value is 43.53%
CMYK: (19,0,3,44) C19M0Y3K44 (19%,0%,3%,44%) (0.19/0.00/0.03/0.44) 

CMYK percentages

%18.75
%0
%3.47
%43.53

Codes

Color #75908B in popluar color models

75 90 8B
RGB 117 144 139
HSL 169° 10.84% 51.18%
HSB/HSV 169° 18.75% 56.47%
CMYK 18.75% 0.00% 3.47%
43.53%

Color #75908B in popluar number systems.

HEX 75 90 8B
Decimal 117 144 139
Binary 1110101 10010000 10001011
Octal 165 220 213

Shades and tints

Shades of #75908B

#75908B
(117,144,139)
#6B837F
(107,131,127)
#617673
(97,118,115)
#576967
(87,105,103)
#4D5C5B
(77,92,91)
#434F4F
(67,79,79)
#394243
(57,66,67)
#2F3537
(47,53,55)
#25282B
(37,40,43)
#1B1B1F
(27,27,31)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #75908B

#75908B
(117,144,139)
#819A95
(129,154,149)
#8DA49F
(141,164,159)
#99AEA9
(153,174,169)
#A5B8B3
(165,184,179)
#B1C2BD
(177,194,189)
#BDCCC7
(189,204,199)
#C9D6D1
(201,214,209)
#D5E0DB
(213,224,219)
#E1EAE5
(225,234,229)
#EDF4EF
(237,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75908B color. Also use rgb(117,144,139) instead hex code.

Text Font Color

.myTextColor { color: #75908B; }

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

This text font color is #75908B.

Background Color

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

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

This div background color is #75908B.

Border color

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

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

This div border color is #75908B.

Opacity

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

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

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

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

This text has shadow with #75908B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75908B.

Preview

Color preview on black background

This text has color #75908B on black background.


Color preview on white background

This text has color #75908B on white background.


Black color preview on #75908B background

This text has black color on #75908B background.


White color preview on #75908B background

This text has white color on #75908B background.


Related colors

Complementary color

Complementary color for #hex is #8A6F74.


I love getcolorcode.com

Triadic colors

1 #8B7590 and #908B75 with #75908B are triadic colors.

2 #8B9075 and #90758B with #75908B are triadic colors.