COLOR #758A7A

HEX: #758A7A
RGB: (117,138,122)

Color info

#758A7A contains red, green and blue colors in about the same proportion. Web safe color of #758A7A is #669966 (or #696).

RGB color model

#758A7A color RGB value is (117,138,122).

  • red value is 117;
  • green value is 138;
  • blue value is 122.
RGB:
(117,138,122)
(46%,54%,48%)

RGB channels and saturation

R 117 of 255 = 46%
G 138 of 255 = 54%
B 122 of 255 = 48%

117
138
122

R + G + B ~ 49%. #758A7A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 138 + 122 = 377 (100%)
R 117 of 377 ~ 31.03%
G 138 of 377 ~ 36.6%
B 122 of 377 ~ 32.36%

%31.03
%36.6
%32.36

CMYK color model

#758A7A color CMYK value is (15,0,12,46).

  • cyan value is 15.22%
  • magenta value is 0.00%
  • yellow value is 11.59%
  • key color value is 45.88%
CMYK:
(15,0,12,46)
C15M0Y12K46 
(15%,0%,12%,46%)
(0.15/0.00/0.12/0.46)	

CMYK percentages

%15.22
%0
%11.59
%45.88

Codes

Color #758A7A in popluar color models

758A7A
RGB117138122
HSL134°8.24%50.00%
HSB/HSV134°15.22%54.12%
CMYK15.22%0.00%11.59%
45.88%

Color #758A7A in popluar number systems.

HEX758A7A
Decimal117138122
Binary1110101100010101111010
Octal165212172

Shades and tints

Shades of #758A7A

#758A7A
(117,138,122)
#6B7E6F
(107,126,111)
#617264
(97,114,100)
#576659
(87,102,89)
#4D5A4E
(77,90,78)
#434E43
(67,78,67)
#394238
(57,66,56)
#2F362D
(47,54,45)
#252A22
(37,42,34)
#1B1E17
(27,30,23)
#11120C
(17,18,12)
#000000
(0,0,0)

Tints of #758A7A

#758A7A
(117,138,122)
#819486
(129,148,134)
#8D9E92
(141,158,146)
#99A89E
(153,168,158)
#A5B2AA
(165,178,170)
#B1BCB6
(177,188,182)
#BDC6C2
(189,198,194)
#C9D0CE
(201,208,206)
#D5DADA
(213,218,218)
#E1E4E6
(225,228,230)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758A7A color. Also use rgb(117,138,122) instead hex code.

Text Font Color

.myTextColor { color: #758A7A; }

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

This text font color is #758A7A.


Background Color

.myBgColor { background-color: #758A7A; }

<div style="background-color:#758A7A">Inner text</div>

This div background color is #758A7A.


Border color

.myBorderColor { border: 1px solid #758A7A; }

<div style="border:3px solid #758A7A">Div</div>

This div border color is #758A7A.


Opacity

.myOpacity80 { color: #758A7A; opacity: 0.8; }

<p style="color:#758A7A;opacity:0.8;">80%</p>

Text with #758A7A 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 #758A7A;}

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

This text has shadow with #758A7A color.

.textShadow {text-shadow: 3px 3px 1px #758A7A, 3px 3px 1px red;}

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

This text has shadow with #758A7A primary color and red secondary color.


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

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

This text has shadow with #758A7A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758A7A on black background.


Color preview on white background

This text has color #758A7A on white background.



Black color preview on #758A7A background

This text has black color on #758A7A background.


White color preview on #758A7A background

This text has white color on #758A7A background.