COLOR #75A79A

HEX: #75A79A
RGB: (117,167,154)

Color info

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

RGB color model

#75A79A color RGB value is (117,167,154).

  • red value is 117;
  • green value is 167;
  • blue value is 154.
RGB:
(117,167,154)
(46%,65%,60%)

RGB channels and saturation

R 117 of 255 = 46%
G 167 of 255 = 65%
B 154 of 255 = 60%

117
167
154

R + G + B ~ 57%. #75A79A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 167 + 154 = 438 (100%)
R 117 of 438 ~ 26.71%
G 167 of 438 ~ 38.13%
B 154 of 438 ~ 35.16%

%26.71
%38.13
%35.16

CMYK color model

#75A79A color CMYK value is (30,0,8,35).

  • cyan value is 29.94%
  • magenta value is 0.00%
  • yellow value is 7.78%
  • key color value is 34.51%
CMYK:
(30,0,8,35)
C30M0Y8K35 
(30%,0%,8%,35%)
(0.30/0.00/0.08/0.35)	

CMYK percentages

%29.94
%0
%7.78
%34.51

Codes

Color #75A79A in popluar color models

75A79A
RGB117167154
HSL164°22.12%55.69%
HSB/HSV164°29.94%65.49%
CMYK29.94%0.00%7.78%
34.51%

Color #75A79A in popluar number systems.

HEX75A79A
Decimal117167154
Binary11101011010011110011010
Octal165247232

Shades and tints

Shades of #75A79A

#75A79A
(117,167,154)
#6B988C
(107,152,140)
#61897E
(97,137,126)
#577A70
(87,122,112)
#4D6B62
(77,107,98)
#435C54
(67,92,84)
#394D46
(57,77,70)
#2F3E38
(47,62,56)
#252F2A
(37,47,42)
#1B201C
(27,32,28)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #75A79A

#75A79A
(117,167,154)
#81AFA3
(129,175,163)
#8DB7AC
(141,183,172)
#99BFB5
(153,191,181)
#A5C7BE
(165,199,190)
#B1CFC7
(177,207,199)
#BDD7D0
(189,215,208)
#C9DFD9
(201,223,217)
#D5E7E2
(213,231,226)
#E1EFEB
(225,239,235)
#EDF7F4
(237,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A79A color. Also use rgb(117,167,154) instead hex code.

Text Font Color

.myTextColor { color: #75A79A; }

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

This text font color is #75A79A.


Background Color

.myBgColor { background-color: #75A79A; }

<div style="background-color:#75A79A">Inner text</div>

This div background color is #75A79A.


Border color

.myBorderColor { border: 1px solid #75A79A; }

<div style="border:3px solid #75A79A">Div</div>

This div border color is #75A79A.


Opacity

.myOpacity80 { color: #75A79A; opacity: 0.8; }

<p style="color:#75A79A;opacity:0.8;">80%</p>

Text with #75A79A 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 #75A79A;}

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

This text has shadow with #75A79A color.

.textShadow {text-shadow: 3px 3px 1px #75A79A, 3px 3px 1px red;}

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

This text has shadow with #75A79A primary color and red secondary color.


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

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

This text has shadow with #75A79A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A79A on black background.


Color preview on white background

This text has color #75A79A on white background.



Black color preview on #75A79A background

This text has black color on #75A79A background.


White color preview on #75A79A background

This text has white color on #75A79A background.