COLOR #738F7A

HEX: #738F7A RGB: (115,143,122)

Color info

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

RGB color model

#738F7A color RGB value is (115,143,122).

RGB: (115,143,122) (45%, 56%, 48%)

RGB channels and saturation

R 115 of 255 = 45%
G 143 of 255 = 56%
B 122 of 255 = 48%

115
143
122

R + G + B ~ 50%. #738F7A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 143 + 122 = 380 (100%)
R 115 of 380 ~ 30.26%
G 143 of 380 ~ 37.63%
B 122 of 380 ~ 32.11'%

%30.26
%37.63
%32.11

CMYK color model

#738F7A color CMYK value is (20,0,15,44).

  • cyan value is 19.58%
  • magenta value is 0.00%
  • yellow value is 14.69%
  • key color value is 43.92%

CMYK: (20,0,15,44)
C20M0Y15K44 (20%, 0%, 15%, 44%)
(0.20 / 0.00 / 0.15 / 0.44)

CMYK percentages

%19.58
%0
%14.69
%43.92

Codes

Color #738F7A in popluar color models

73 8F 7A
RGB 115 143 122
HSL 135° 11.11% 50.59%
HSB/HSV 135° 19.58% 56.08%
CMYK 19.58% 0.00% 14.69%
43.92%

Color #738F7A in popluar number systems.

HEX 73 8F 7A
Decimal 115 143 122
Binary 1110011 10001111 1111010
Octal 163 217 172

Shades and tints

Shades of #738F7A

#738F7A
(115,143,122)
#69826F
(105,130,111)
#5F7564
(95,117,100)
#556859
(85,104,89)
#4B5B4E
(75,91,78)
#414E43
(65,78,67)
#374138
(55,65,56)
#2D342D
(45,52,45)
#232722
(35,39,34)
#191A17
(25,26,23)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #738F7A

#738F7A
(115,143,122)
#7F9986
(127,153,134)
#8BA392
(139,163,146)
#97AD9E
(151,173,158)
#A3B7AA
(163,183,170)
#AFC1B6
(175,193,182)
#BBCBC2
(187,203,194)
#C7D5CE
(199,213,206)
#D3DFDA
(211,223,218)
#DFE9E6
(223,233,230)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738F7A color. Also use rgb(115,143,122) instead hex code.

Text Font Color

.myTextColor { color: #738F7A; }

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

This text font color is #738F7A.

Background Color

.myBgColor { background-color: #738F7A; }

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

This div background color is #738F7A.

Border color

.myBorderColor { border: 1px solid #738F7A; }

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

This div border color is #738F7A.

Opacity

.myOpacity80 { color: #738F7A; opacity: 0.8; }

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

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

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

This text has shadow with #738F7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #738F7A.

Preview

Color preview on black background

This text has color #738F7A on black background.


Color preview on white background

This text has color #738F7A on white background.


Black color preview on #738F7A background

This text has black color on #738F7A background.


White color preview on #738F7A background

This text has white color on #738F7A background.


Related colors

Complementary color

Complementary color for #hex is #8C7085.


I love getcolorcode.com

Triadic colors

1 #7A738F and #8F7A73 with #738F7A are triadic colors.

2 #7A8F73 and #8F737A with #738F7A are triadic colors.