COLOR #758779

HEX: #758779
RGB: (117,135,121)

Color info

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

RGB color model

#758779 color RGB value is (117,135,121).

  • red value is 117;
  • green value is 135;
  • blue value is 121.
RGB:
(117,135,121)
(46%,53%,47%)

RGB channels and saturation

R 117 of 255 = 46%
G 135 of 255 = 53%
B 121 of 255 = 47%

117
135
121

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

Portions of RGB colors in percentages

R + G + B =
117 + 135 + 121 = 373 (100%)
R 117 of 373 ~ 31.37%
G 135 of 373 ~ 36.19%
B 121 of 373 ~ 32.44%

%31.37
%36.19
%32.44

CMYK color model

#758779 color CMYK value is (13,0,10,47).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 10.37%
  • key color value is 47.06%
CMYK:
(13,0,10,47)
C13M0Y10K47 
(13%,0%,10%,47%)
(0.13/0.00/0.10/0.47)	

CMYK percentages

%13.33
%0
%10.37
%47.06

Codes

Color #758779 in popluar color models

758779
RGB117135121
HSL133°7.14%49.41%
HSB/HSV133°13.33%52.94%
CMYK13.33%0.00%10.37%
47.06%

Color #758779 in popluar number systems.

HEX758779
Decimal117135121
Binary1110101100001111111001
Octal165207171

Shades and tints

Shades of #758779

#758779
(117,135,121)
#6B7B6E
(107,123,110)
#616F63
(97,111,99)
#576358
(87,99,88)
#4D574D
(77,87,77)
#434B42
(67,75,66)
#393F37
(57,63,55)
#2F332C
(47,51,44)
#252721
(37,39,33)
#1B1B16
(27,27,22)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #758779

#758779
(117,135,121)
#819185
(129,145,133)
#8D9B91
(141,155,145)
#99A59D
(153,165,157)
#A5AFA9
(165,175,169)
#B1B9B5
(177,185,181)
#BDC3C1
(189,195,193)
#C9CDCD
(201,205,205)
#D5D7D9
(213,215,217)
#E1E1E5
(225,225,229)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758779 color. Also use rgb(117,135,121) instead hex code.

Text Font Color

.myTextColor { color: #758779; }

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

This text font color is #758779.


Background Color

.myBgColor { background-color: #758779; }

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

This div background color is #758779.


Border color

.myBorderColor { border: 1px solid #758779; }

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

This div border color is #758779.


Opacity

.myOpacity80 { color: #758779; opacity: 0.8; }

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

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

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

This text has shadow with #758779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758779 on black background.


Color preview on white background

This text has color #758779 on white background.



Black color preview on #758779 background

This text has black color on #758779 background.


White color preview on #758779 background

This text has white color on #758779 background.