COLOR #75927C

HEX: #75927C
RGB: (117,146,124)

Color info

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

RGB color model

#75927C color RGB value is (117,146,124).

  • red value is 117;
  • green value is 146;
  • blue value is 124.
RGB:
(117,146,124)
(46%,57%,49%)

RGB channels and saturation

R 117 of 255 = 46%
G 146 of 255 = 57%
B 124 of 255 = 49%

117
146
124

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

Portions of RGB colors in percentages

R + G + B =
117 + 146 + 124 = 387 (100%)
R 117 of 387 ~ 30.23%
G 146 of 387 ~ 37.73%
B 124 of 387 ~ 32.04%

%30.23
%37.73
%32.04

CMYK color model

#75927C color CMYK value is (20,0,15,43).

  • cyan value is 19.86%
  • magenta value is 0.00%
  • yellow value is 15.07%
  • key color value is 42.75%
CMYK:
(20,0,15,43)
C20M0Y15K43 
(20%,0%,15%,43%)
(0.20/0.00/0.15/0.43)	

CMYK percentages

%19.86
%0
%15.07
%42.75

Codes

Color #75927C in popluar color models

75927C
RGB117146124
HSL134°11.74%51.57%
HSB/HSV134°19.86%57.25%
CMYK19.86%0.00%15.07%
42.75%

Color #75927C in popluar number systems.

HEX75927C
Decimal117146124
Binary1110101100100101111100
Octal165222174

Shades and tints

Shades of #75927C

#75927C
(117,146,124)
#6B8571
(107,133,113)
#617866
(97,120,102)
#576B5B
(87,107,91)
#4D5E50
(77,94,80)
#435145
(67,81,69)
#39443A
(57,68,58)
#2F372F
(47,55,47)
#252A24
(37,42,36)
#1B1D19
(27,29,25)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #75927C

#75927C
(117,146,124)
#819B87
(129,155,135)
#8DA492
(141,164,146)
#99AD9D
(153,173,157)
#A5B6A8
(165,182,168)
#B1BFB3
(177,191,179)
#BDC8BE
(189,200,190)
#C9D1C9
(201,209,201)
#D5DAD4
(213,218,212)
#E1E3DF
(225,227,223)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75927C color. Also use rgb(117,146,124) instead hex code.

Text Font Color

.myTextColor { color: #75927C; }

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

This text font color is #75927C.


Background Color

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

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

This div background color is #75927C.


Border color

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

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

This div border color is #75927C.


Opacity

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

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

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

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

This text has shadow with #75927C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75927C on black background.


Color preview on white background

This text has color #75927C on white background.



Black color preview on #75927C background

This text has black color on #75927C background.


White color preview on #75927C background

This text has white color on #75927C background.