COLOR #75929E

HEX: #75929E
RGB: (117,146,158)

Color info

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

RGB color model

#75929E color RGB value is (117,146,158).

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

RGB channels and saturation

R 117 of 255 = 46%
G 146 of 255 = 57%
B 158 of 255 = 62%

117
146
158

R + G + B ~ 55%. #75929E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 146 + 158 = 421 (100%)
R 117 of 421 ~ 27.79%
G 146 of 421 ~ 34.68%
B 158 of 421 ~ 37.53%

%27.79
%34.68
%37.53

CMYK color model

#75929E color CMYK value is (26,8,0,38).

  • cyan value is 25.95%
  • magenta value is 7.59%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(26,8,0,38)
C26M8Y0K38 
(26%,8%,0%,38%)
(0.26/0.08/0.00/0.38)	

CMYK percentages

%25.95
%7.59
%0
%38.04

Codes

Color #75929E in popluar color models

75929E
RGB117146158
HSL198°17.45%53.92%
HSB/HSV198°25.95%61.96%
CMYK25.95%7.59%0.00%
38.04%

Color #75929E in popluar number systems.

HEX75929E
Decimal117146158
Binary11101011001001010011110
Octal165222236

Shades and tints

Shades of #75929E

#75929E
(117,146,158)
#6B8590
(107,133,144)
#617882
(97,120,130)
#576B74
(87,107,116)
#4D5E66
(77,94,102)
#435158
(67,81,88)
#39444A
(57,68,74)
#2F373C
(47,55,60)
#252A2E
(37,42,46)
#1B1D20
(27,29,32)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #75929E

#75929E
(117,146,158)
#819BA6
(129,155,166)
#8DA4AE
(141,164,174)
#99ADB6
(153,173,182)
#A5B6BE
(165,182,190)
#B1BFC6
(177,191,198)
#BDC8CE
(189,200,206)
#C9D1D6
(201,209,214)
#D5DADE
(213,218,222)
#E1E3E6
(225,227,230)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75929E color. Also use rgb(117,146,158) instead hex code.

Text Font Color

.myTextColor { color: #75929E; }

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

This text font color is #75929E.


Background Color

.myBgColor { background-color: #75929E; }

<div style="background-color:#75929E">Inner text</div>

This div background color is #75929E.


Border color

.myBorderColor { border: 1px solid #75929E; }

<div style="border:3px solid #75929E">Div</div>

This div border color is #75929E.


Opacity

.myOpacity80 { color: #75929E; opacity: 0.8; }

<p style="color:#75929E;opacity:0.8;">80%</p>

Text with #75929E 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 #75929E;}

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

This text has shadow with #75929E color.

.textShadow {text-shadow: 3px 3px 1px #75929E, 3px 3px 1px red;}

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

This text has shadow with #75929E primary color and red secondary color.


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

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

This text has shadow with #75929E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75929E on black background.


Color preview on white background

This text has color #75929E on white background.



Black color preview on #75929E background

This text has black color on #75929E background.


White color preview on #75929E background

This text has white color on #75929E background.