#737472

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

Shades of Gunsmoke #737472

Tints of Gunsmoke #737472

Color information

#737472 (or 0x737472) is unknown color: approx Gunsmoke. HEX triplet: 73, 74 and 72. RGB value is (115,116,114). Sum of RGB (Red+Green+Blue) = 115+116+114=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 116 - color contains mainly: green. Hex color #737472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737472 is #8C8B8D. Grayscale: #737373. Windows color (decimal): -9210766 or 7500915. OLE color: 7500915.

HSL color Cylindrical-coordinate representation of color #737472: hue angle of 90º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #737472 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB115116114-
CMYK0.0100.020.55
HSL90º0.87%45.1%-
HSV(B)90º1.72%45.49%-
XYZ16.3517.3518.41-
YUV115.47127.17127.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.33%
GREEN value IS 116 (45.70% from 255) = 33.62%
BLUE value IS 114 (44.92% from 255) = 33.04%
R=33.33%
G=33.62%
B=33.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151161140.0100.020.55900.8745.1
Hex737472102375a12d
Octal16316416210267132155
Binary111001111101001110010101011011110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737472; }

 p { color: rgb(115,116,114); }

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

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

 a { background-color: rgb(115,116,114); }

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

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

 span { border-color: rgb(115,116,114); }

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