COLOR #758875

HEX: #758875
RGB: (117,136,117)

Color info

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

RGB color model

#758875 color RGB value is (117,136,117).

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

RGB channels and saturation

R 117 of 255 = 46%
G 136 of 255 = 53%
B 117 of 255 = 46%

117
136
117

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

Portions of RGB colors in percentages

R + G + B =
117 + 136 + 117 = 370 (100%)
R 117 of 370 ~ 31.62%
G 136 of 370 ~ 36.76%
B 117 of 370 ~ 31.62%

%31.62
%36.76
%31.62

CMYK color model

#758875 color CMYK value is (14,0,14,47).

  • cyan value is 13.97%
  • magenta value is 0.00%
  • yellow value is 13.97%
  • key color value is 46.67%
CMYK:
(14,0,14,47)
C14M0Y14K47 
(14%,0%,14%,47%)
(0.14/0.00/0.14/0.47)	

CMYK percentages

%13.97
%0
%13.97
%46.67

Codes

Color #758875 in popluar color models

758875
RGB117136117
HSL120°7.51%49.61%
HSB/HSV120°13.97%53.33%
CMYK13.97%0.00%13.97%
46.67%

Color #758875 in popluar number systems.

HEX758875
Decimal117136117
Binary1110101100010001110101
Octal165210165

Shades and tints

Shades of #758875

#758875
(117,136,117)
#6B7C6B
(107,124,107)
#617061
(97,112,97)
#576457
(87,100,87)
#4D584D
(77,88,77)
#434C43
(67,76,67)
#394039
(57,64,57)
#2F342F
(47,52,47)
#252825
(37,40,37)
#1B1C1B
(27,28,27)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #758875

#758875
(117,136,117)
#819281
(129,146,129)
#8D9C8D
(141,156,141)
#99A699
(153,166,153)
#A5B0A5
(165,176,165)
#B1BAB1
(177,186,177)
#BDC4BD
(189,196,189)
#C9CEC9
(201,206,201)
#D5D8D5
(213,216,213)
#E1E2E1
(225,226,225)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758875; }

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

This text font color is #758875.


Background Color

.myBgColor { background-color: #758875; }

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

This div background color is #758875.


Border color

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

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

This div border color is #758875.


Opacity

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

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

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

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

This text has shadow with #758875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758875 on black background.


Color preview on white background

This text has color #758875 on white background.



Black color preview on #758875 background

This text has black color on #758875 background.


White color preview on #758875 background

This text has white color on #758875 background.