COLOR #73666C

HEX: #73666C
RGB: (115,102,108)

Color info

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

RGB color model

#73666C color RGB value is (115,102,108).

  • red value is 115;
  • green value is 102;
  • blue value is 108.
RGB:
(115,102,108)
(45%,40%,42%)

RGB channels and saturation

R 115 of 255 = 45%
G 102 of 255 = 40%
B 108 of 255 = 42%

115
102
108

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

Portions of RGB colors in percentages

R + G + B =
115 + 102 + 108 = 325 (100%)
R 115 of 325 ~ 35.38%
G 102 of 325 ~ 31.38%
B 108 of 325 ~ 33.23%

%35.38
%31.38
%33.23

CMYK color model

#73666C color CMYK value is (0,11,6,55).

  • cyan value is 0.00%
  • magenta value is 11.30%
  • yellow value is 6.09%
  • key color value is 54.90%
CMYK:
(0,11,6,55)
C0M11Y6K55 
(0%,11%,6%,55%)
(0.00/0.11/0.06/0.55)	

CMYK percentages

%0
%11.3
%6.09
%54.9

Codes

Color #73666C in popluar color models

73666C
RGB115102108
HSL332°5.99%42.55%
HSB/HSV332°11.30%45.10%
CMYK0.00%11.30%6.09%
54.90%

Color #73666C in popluar number systems.

HEX73666C
Decimal115102108
Binary111001111001101101100
Octal163146154

Shades and tints

Shades of #73666C

#73666C
(115,102,108)
#695D63
(105,93,99)
#5F545A
(95,84,90)
#554B51
(85,75,81)
#4B4248
(75,66,72)
#41393F
(65,57,63)
#373036
(55,48,54)
#2D272D
(45,39,45)
#231E24
(35,30,36)
#19151B
(25,21,27)
#0F0C12
(15,12,18)
#000000
(0,0,0)

Tints of #73666C

#73666C
(115,102,108)
#7F7379
(127,115,121)
#8B8086
(139,128,134)
#978D93
(151,141,147)
#A39AA0
(163,154,160)
#AFA7AD
(175,167,173)
#BBB4BA
(187,180,186)
#C7C1C7
(199,193,199)
#D3CED4
(211,206,212)
#DFDBE1
(223,219,225)
#EBE8EE
(235,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73666C color. Also use rgb(115,102,108) instead hex code.

Text Font Color

.myTextColor { color: #73666C; }

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

This text font color is #73666C.


Background Color

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

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

This div background color is #73666C.


Border color

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

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

This div border color is #73666C.


Opacity

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

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

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

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

This text has shadow with #73666C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73666C on black background.


Color preview on white background

This text has color #73666C on white background.



Black color preview on #73666C background

This text has black color on #73666C background.


White color preview on #73666C background

This text has white color on #73666C background.