COLOR #75928F

HEX: #75928F
RGB: (117,146,143)

Color info

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

RGB color model

#75928F color RGB value is (117,146,143).

  • red value is 117;
  • green value is 146;
  • blue value is 143.
RGB:
(117,146,143)
(46%,57%,56%)

RGB channels and saturation

R 117 of 255 = 46%
G 146 of 255 = 57%
B 143 of 255 = 56%

117
146
143

R + G + B ~ 53%. #75928F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 146 + 143 = 406 (100%)
R 117 of 406 ~ 28.82%
G 146 of 406 ~ 35.96%
B 143 of 406 ~ 35.22%

%28.82
%35.96
%35.22

CMYK color model

#75928F color CMYK value is (20,0,2,43).

  • cyan value is 19.86%
  • magenta value is 0.00%
  • yellow value is 2.05%
  • key color value is 42.75%
CMYK:
(20,0,2,43)
C20M0Y2K43 
(20%,0%,2%,43%)
(0.20/0.00/0.02/0.43)	

CMYK percentages

%19.86
%0
%2.05
%42.75

Codes

Color #75928F in popluar color models

75928F
RGB117146143
HSL174°11.74%51.57%
HSB/HSV174°19.86%57.25%
CMYK19.86%0.00%2.05%
42.75%

Color #75928F in popluar number systems.

HEX75928F
Decimal117146143
Binary11101011001001010001111
Octal165222217

Shades and tints

Shades of #75928F

#75928F
(117,146,143)
#6B8582
(107,133,130)
#617875
(97,120,117)
#576B68
(87,107,104)
#4D5E5B
(77,94,91)
#43514E
(67,81,78)
#394441
(57,68,65)
#2F3734
(47,55,52)
#252A27
(37,42,39)
#1B1D1A
(27,29,26)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #75928F

#75928F
(117,146,143)
#819B99
(129,155,153)
#8DA4A3
(141,164,163)
#99ADAD
(153,173,173)
#A5B6B7
(165,182,183)
#B1BFC1
(177,191,193)
#BDC8CB
(189,200,203)
#C9D1D5
(201,209,213)
#D5DADF
(213,218,223)
#E1E3E9
(225,227,233)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75928F color. Also use rgb(117,146,143) instead hex code.

Text Font Color

.myTextColor { color: #75928F; }

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

This text font color is #75928F.


Background Color

.myBgColor { background-color: #75928F; }

<div style="background-color:#75928F">Inner text</div>

This div background color is #75928F.


Border color

.myBorderColor { border: 1px solid #75928F; }

<div style="border:3px solid #75928F">Div</div>

This div border color is #75928F.


Opacity

.myOpacity80 { color: #75928F; opacity: 0.8; }

<p style="color:#75928F;opacity:0.8;">80%</p>

Text with #75928F 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 #75928F;}

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

This text has shadow with #75928F color.

.textShadow {text-shadow: 3px 3px 1px #75928F, 3px 3px 1px red;}

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

This text has shadow with #75928F primary color and red secondary color.


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

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

This text has shadow with #75928F and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #75928F;
-webkit-box-shadow: 1px 1px 3px 2px #75928F;
box-shadow:1px 1px 3px 2px #75928F;">
Div content here</div>
This div box has shadow with color #75928F.

Preview

Color preview on black background

This text has color #75928F on black background.


Color preview on white background

This text has color #75928F on white background.



Black color preview on #75928F background

This text has black color on #75928F background.


White color preview on #75928F background

This text has white color on #75928F background.