#73766D

Color #73766D Gunsmoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gunsmoke #73766D

Tints of Gunsmoke #73766D

Color information

#73766D (or 0x73766D) is unknown color: approx Gunsmoke. HEX triplet: 73, 76 and 6D. RGB value is (115,118,109). Sum of RGB (Red+Green+Blue) = 115+118+109=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 118 - color contains mainly: green. Hex color #73766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73766D is #8C8992. Grayscale: #747474. Windows color (decimal): -9210259 or 7173747. OLE color: 7173747.

HSL color Cylindrical-coordinate representation of color #73766D: hue angle of 80º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #73766D is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB115118109-
CMYK0.0300.080.54
HSL80º3.96%44.51%-
HSV(B)80º7.63%46.27%-
XYZ16.3117.7117.03-
YUV116.08124.01127.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 33.63%
GREEN value IS 118 (46.48% from 255) = 34.50%
BLUE value IS 109 (42.97% from 255) = 31.87%
R=33.63%
G=34.50%
B=31.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1151181090.0300.080.54803.9644.51
Hex73766D308365042d
Octal163166155301066120455
Binary11100111110110110110111010001101101010000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73766D; }

 p { color: rgb(115,118,109); }

 H1.HeaderClassName
 {
   color: #73766D;
 }
 .AnyTagClassName
 {
   color: #73766D;
 }
</style>
background-color css

<style>
 a { background-color: #73766D; }

 a { background-color: rgb(115,118,109); }

 div.DivClassName
 {
   background-color: #73766D;
 }
 .BgClassName
 {
   background-color: #73766D;
 }
</style>
border-color css

<style>
 span { border-color: #73766D; }

 span { border-color: rgb(115,118,109); }

 td.TdClassName
 {
   border-color: #73766D;
 }
 .TagClassName
 {
   border-color: #73766D;
 }
</style>