#737966

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

Shades of Gunsmoke #737966

Tints of Gunsmoke #737966

Color information

#737966 (or 0x737966) is unknown color: approx Gunsmoke. HEX triplet: 73, 79 and 66. RGB value is (115,121,102). Sum of RGB (Red+Green+Blue) = 115+121+102=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 121 - color contains mainly: green. Hex color #737966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737966 is #8C8699. Grayscale: #757575. Windows color (decimal): -9209498 or 6715763. OLE color: 6715763.

HSL color Cylindrical-coordinate representation of color #737966: hue angle of 78.95º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #737966 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB115121102-
CMYK0.0500.160.53
HSL78.95º8.52%43.73%-
HSV(B)78.95º15.7%47.45%-
XYZ16.3118.2815.24-
YUV117.04119.51126.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.02%
GREEN value IS 121 (47.66% from 255) = 35.80%
BLUE value IS 102 (40.23% from 255) = 30.18%
R=34.02%
G=35.80%
B=30.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1151211020.0500.160.5378.958.5243.73
Hex7379665010354f92c
Octal1631711465020651171154
Binary11100111111001110011010101000011010110011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737966; }

 p { color: rgb(115,121,102); }

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

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

 a { background-color: rgb(115,121,102); }

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

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

 span { border-color: rgb(115,121,102); }

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