#737968

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

Shades of Gunsmoke #737968

Tints of Gunsmoke #737968

Color information

#737968 (or 0x737968) is unknown color: approx Gunsmoke. HEX triplet: 73, 79 and 68. RGB value is (115,121,104). Sum of RGB (Red+Green+Blue) = 115+121+104=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 121 - color contains mainly: green. Hex color #737968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737968 is #8C8697. Grayscale: #757575. Windows color (decimal): -9209496 or 6846835. OLE color: 6846835.

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

Color convert

RGB115121104-
CMYK0.0500.140.53
HSL81.18º7.56%44.12%-
HSV(B)81.18º14.05%47.45%-
XYZ16.4118.3215.77-
YUV117.27120.51126.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.82%
GREEN value IS 121 (47.66% from 255) = 35.59%
BLUE value IS 104 (41.02% from 255) = 30.59%
R=33.82%
G=35.59%
B=30.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1151211040.0500.140.5381.187.5644.12
Hex73796850E355182c
Octal1631711505016651211054
Binary1110011111100111010001010111011010110100011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737968; }

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

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

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

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

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

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

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

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