COLOR #75867B

HEX: #75867B RGB: (117,134,123)

Color info

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

RGB color model

#75867B color RGB value is (117,134,123).

RGB: (117,134,123) (46%, 53%, 48%)

RGB channels and saturation

R 117 of 255 = 46%
G 134 of 255 = 53%
B 123 of 255 = 48%

117
134
123

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

Portions of RGB colors in percentages

R + G + B = 117 + 134 + 123 = 374 (100%)
R 117 of 374 ~ 31.28%
G 134 of 374 ~ 35.83%
B 123 of 374 ~ 32.89'%

%31.28
%35.83
%32.89

CMYK color model

#75867B color CMYK value is (13,0,8,47).

  • cyan value is 12.69%
  • magenta value is 0.00%
  • yellow value is 8.21%
  • key color value is 47.45%

CMYK: (13,0,8,47)
C13M0Y8K47 (13%, 0%, 8%, 47%)
(0.13 / 0.00 / 0.08 / 0.47)

CMYK percentages

%12.69
%0
%8.21
%47.45

Codes

Color #75867B in popluar color models

75 86 7B
RGB 117 134 123
HSL 141° 6.77% 49.22%
HSB/HSV 141° 12.69% 52.55%
CMYK 12.69% 0.00% 8.21%
47.45%

Color #75867B in popluar number systems.

HEX 75 86 7B
Decimal 117 134 123
Binary 1110101 10000110 1111011
Octal 165 206 173

Shades and tints

Shades of #75867B

#75867B
(117,134,123)
#6B7A70
(107,122,112)
#616E65
(97,110,101)
#57625A
(87,98,90)
#4D564F
(77,86,79)
#434A44
(67,74,68)
#393E39
(57,62,57)
#2F322E
(47,50,46)
#252623
(37,38,35)
#1B1A18
(27,26,24)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #75867B

#75867B
(117,134,123)
#819187
(129,145,135)
#8D9C93
(141,156,147)
#99A79F
(153,167,159)
#A5B2AB
(165,178,171)
#B1BDB7
(177,189,183)
#BDC8C3
(189,200,195)
#C9D3CF
(201,211,207)
#D5DEDB
(213,222,219)
#E1E9E7
(225,233,231)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75867B color. Also use rgb(117,134,123) instead hex code.

Text Font Color

.myTextColor { color: #75867B; }

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

This text font color is #75867B.

Background Color

.myBgColor { background-color: #75867B; }

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

This div background color is #75867B.

Border color

.myBorderColor { border: 1px solid #75867B; }

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

This div border color is #75867B.

Opacity

.myOpacity80 { color: #75867B; opacity: 0.8; }

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

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

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

This text has shadow with #75867B color.


.textShadow {text-shadow: 3px 3px 1px #75867B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #75867B; -webkit-box-shadow: 1px 1px 3px 2px #75867B; box-shadow:1px 1px 3px 2px #75867B;">
Div content here
</div>

This div box has shadow with color #75867B.

Preview

Color preview on black background

This text has color #75867B on black background.


Color preview on white background

This text has color #75867B on white background.


Black color preview on #75867B background

This text has black color on #75867B background.


White color preview on #75867B background

This text has white color on #75867B background.


Related colors

Complementary color

Complementary color for #hex is #8A7984.


I love getcolorcode.com

Triadic colors

1 #7B7586 and #867B75 with #75867B are triadic colors.

2 #7B8675 and #86757B with #75867B are triadic colors.