COLOR #75999C

HEX: #75999C RGB: (117,153,156)

Color info

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

RGB color model

#75999C color RGB value is (117,153,156).

RGB: (117,153,156) (46%, 60%, 61%)

RGB channels and saturation

R 117 of 255 = 46%
G 153 of 255 = 60%
B 156 of 255 = 61%

117
153
156

R + G + B ~ 56%. #75999C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 153 + 156 = 426 (100%)
R 117 of 426 ~ 27.46%
G 153 of 426 ~ 35.92%
B 156 of 426 ~ 36.62'%

%27.46
%35.92
%36.62

CMYK color model

#75999C color CMYK value is (25,2,0,39).

  • cyan value is 25.00%
  • magenta value is 1.92%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (25,2,0,39)
C25M2Y0K39 (25%, 2%, 0%, 39%)
(0.25 / 0.02 / 0.00 / 0.39)

CMYK percentages

%25
%1.92
%0
%38.82

Codes

Color #75999C in popluar color models

75 99 9C
RGB 117 153 156
HSL 185° 16.46% 53.53%
HSB/HSV 185° 25.00% 61.18%
CMYK 25.00% 1.92% 0.00%
38.82%

Color #75999C in popluar number systems.

HEX 75 99 9C
Decimal 117 153 156
Binary 1110101 10011001 10011100
Octal 165 231 234

Shades and tints

Shades of #75999C

#75999C
(117,153,156)
#6B8C8E
(107,140,142)
#617F80
(97,127,128)
#577272
(87,114,114)
#4D6564
(77,101,100)
#435856
(67,88,86)
#394B48
(57,75,72)
#2F3E3A
(47,62,58)
#25312C
(37,49,44)
#1B241E
(27,36,30)
#111710
(17,23,16)
#000000
(0,0,0)

Tints of #75999C

#75999C
(117,153,156)
#81A2A5
(129,162,165)
#8DABAE
(141,171,174)
#99B4B7
(153,180,183)
#A5BDC0
(165,189,192)
#B1C6C9
(177,198,201)
#BDCFD2
(189,207,210)
#C9D8DB
(201,216,219)
#D5E1E4
(213,225,228)
#E1EAED
(225,234,237)
#EDF3F6
(237,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75999C color. Also use rgb(117,153,156) instead hex code.

Text Font Color

.myTextColor { color: #75999C; }

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

This text font color is #75999C.

Background Color

.myBgColor { background-color: #75999C; }

<div style="background-color:#75999C">Inner text</div>

This div background color is #75999C.

Border color

.myBorderColor { border: 1px solid #75999C; }

<div style="border:3px solid #75999C">Div</div>

This div border color is #75999C.

Opacity

.myOpacity80 { color: #75999C; opacity: 0.8; }

<p style="color:#75999C;opacity:0.8;">80%</p>

Text with #75999C 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 #75999C;}

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

This text has shadow with #75999C color.


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

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

This text has shadow with #75999C primary color and red secondary color.


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

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

This text has shadow with #75999C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #75999C.

Preview

Color preview on black background

This text has color #75999C on black background.


Color preview on white background

This text has color #75999C on white background.


Black color preview on #75999C background

This text has black color on #75999C background.


White color preview on #75999C background

This text has white color on #75999C background.


Related colors

Complementary color

Complementary color for #hex is #8A6663.


I love getcolorcode.com

Triadic colors

1 #9C7599 and #999C75 with #75999C are triadic colors.

2 #9C9975 and #99759C with #75999C are triadic colors.