COLOR #737765

HEX: #737765
RGB: (115,119,101)

Color info

#737765 contains red, green and blue colors in about the same proportion. Web safe color of #737765 is #666666 (or #666).

RGB color model

#737765 color RGB value is (115,119,101).

  • red value is 115;
  • green value is 119;
  • blue value is 101.
RGB:
(115,119,101)
(45%,47%,40%)

RGB channels and saturation

R 115 of 255 = 45%
G 119 of 255 = 47%
B 101 of 255 = 40%

115
119
101

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

Portions of RGB colors in percentages

R + G + B =
115 + 119 + 101 = 335 (100%)
R 115 of 335 ~ 34.33%
G 119 of 335 ~ 35.52%
B 101 of 335 ~ 30.15%

%34.33
%35.52
%30.15

CMYK color model

#737765 color CMYK value is (3,0,15,53).

  • cyan value is 3.36%
  • magenta value is 0.00%
  • yellow value is 15.13%
  • key color value is 53.33%
CMYK:
(3,0,15,53)
C3M0Y15K53 
(3%,0%,15%,53%)
(0.03/0.00/0.15/0.53)	

CMYK percentages

%3.36
%0
%15.13
%53.33

Codes

Color #737765 in popluar color models

737765
RGB115119101
HSL73°8.18%43.14%
HSB/HSV73°15.13%46.67%
CMYK3.36%0.00%15.13%
53.33%

Color #737765 in popluar number systems.

HEX737765
Decimal115119101
Binary111001111101111100101
Octal163167145

Shades and tints

Shades of #737765

#737765
(115,119,101)
#696D5C
(105,109,92)
#5F6353
(95,99,83)
#55594A
(85,89,74)
#4B4F41
(75,79,65)
#414538
(65,69,56)
#373B2F
(55,59,47)
#2D3126
(45,49,38)
#23271D
(35,39,29)
#191D14
(25,29,20)
#0F130B
(15,19,11)
#000000
(0,0,0)

Tints of #737765

#737765
(115,119,101)
#7F8373
(127,131,115)
#8B8F81
(139,143,129)
#979B8F
(151,155,143)
#A3A79D
(163,167,157)
#AFB3AB
(175,179,171)
#BBBFB9
(187,191,185)
#C7CBC7
(199,203,199)
#D3D7D5
(211,215,213)
#DFE3E3
(223,227,227)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737765 color. Also use rgb(115,119,101) instead hex code.

Text Font Color

.myTextColor { color: #737765; }

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

This text font color is #737765.


Background Color

.myBgColor { background-color: #737765; }

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

This div background color is #737765.


Border color

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

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

This div border color is #737765.


Opacity

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

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

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

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

This text has shadow with #737765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737765 on black background.


Color preview on white background

This text has color #737765 on white background.



Black color preview on #737765 background

This text has black color on #737765 background.


White color preview on #737765 background

This text has white color on #737765 background.